Richard Worth
|
bd3dc48e02
|
changed ui.jquery.com to jqueryui.com
|
2009-02-27 11:41:40 +00:00 |
|
Scott González
|
f869dab6b0
|
Mouse: Fixed #4146: Don't set the flag to prevent click events if mouseup occurs on a diferent element than mousedown (was preventing the next click event from occuring).
|
2009-02-14 04:27:31 +00:00 |
|
Scott González
|
a7eb669c01
|
Mouse: Stop immediate propagation of click events. Partial fix for #3177 - click is fired for draggagble elements on mouseUp.
|
2009-02-14 03:02:38 +00:00 |
|
Scott González
|
16c0c8f259
|
Prevent loading core files multiple times. Fixes #4130 - Too much recurson with double include.
|
2009-02-13 02:25:21 +00:00 |
|
Paul Bakaus
|
4e61b952f3
|
core: prevent calling plugins if the node doesn't exist in DOM anymore (has been removed by the user) (fixes #4087)
|
2009-02-10 09:14:59 +00:00 |
|
Richard Worth
|
e4c5712974
|
Removed unused code obsoleted by #3906 and r1754
|
2009-02-08 00:55:16 +00:00 |
|
Scott González
|
57f0188239
|
Mouse: Fixed #4061: Prevent errors when manually triggering mousedown events on elements that use $.ui.mouse (event.originalEvent isn't defined).
|
2009-02-05 02:33:21 +00:00 |
|
Richard Worth
|
ca2f0191da
|
core: check for event.originalEvent before copying
|
2009-01-28 09:15:51 +00:00 |
|
Scott González
|
c9e6d28661
|
$.widget: Fixed #3965: Copy properties from original event on to new event in _trigger.
|
2009-01-28 03:46:35 +00:00 |
|
Scott González
|
cc3064b1f9
|
Mouse: Fixed #3552, reverted r1763: Let mouse events propagate.
|
2009-01-28 01:21:50 +00:00 |
|
Paul Bakaus
|
3d4bc637e9
|
core: the propagation for the mousedown has to be stopped in the mouse logic, otherwise causes much pain for nested widgets (fixes #3910)
|
2009-01-23 12:52:41 +00:00 |
|
Richard Worth
|
1b891501f2
|
whitespace
|
2009-01-22 13:10:18 +00:00 |
|
Scott González
|
f80d9eb465
|
Core: Partial fix for #3559: Proper implementation for :focusable and :tabbable selectors.
|
2009-01-21 03:25:02 +00:00 |
|
Scott González
|
67fb2c8a68
|
$.widget: Fixed #3633: Moved call to _init outside of constructor. This makes it possible to invoke callbacks during initialization and have those callbacks use the widget.
|
2009-01-19 01:30:02 +00:00 |
|
Eduardo Lundgren
|
9d3b03d5f7
|
Fixed #3841 - check for $.isFunction before trigger
|
2009-01-16 04:27:38 +00:00 |
|
Scott González
|
41ed54aaf6
|
Widget factory: Fixed event triggering (again).
Draggable: To modify the position during drag, you now set ui.position instead of returning new coords.
|
2009-01-15 19:40:11 +00:00 |
|
Paul Bakaus
|
842753690a
|
core: fixed _trigger not modifing the original event with event.result
sortable: use event.result to listen for a return false
|
2009-01-09 16:52:27 +00:00 |
|
Scott González
|
142fddbf85
|
Widget factory: _trigger will now set event.result if the callback returns a value. The created event is now always run through $.Event to reset isDefaultPrevent(), isPropagationStopped(), isImmediatePropagationStopped().
|
2009-01-09 14:28:39 +00:00 |
|
Richard Worth
|
27ea38395e
|
ui.core.js: corrected invalid (x)html
|
2009-01-03 22:46:47 +00:00 |
|
Richard Worth
|
a11c201008
|
Happy New Year
|
2009-01-03 21:55:13 +00:00 |
|
Scott González
|
b1e7e786ff
|
Core: Cleaned up warnings.
|
2009-01-03 04:45:12 +00:00 |
|
Scott González
|
ab5bc79168
|
Core: Changed $.ui.contains to use the same logic as jQuery's internal contains function.
|
2009-01-03 04:42:23 +00:00 |
|
Scott González
|
ed1b6ded97
|
Widget factory: Updated ._trigger to use new event system in jQuery 1.3.
|
2009-01-03 04:38:20 +00:00 |
|
Richard Worth
|
ee76058e01
|
Reverted r1461
|
2009-01-02 13:06:30 +00:00 |
|
Scott González
|
d76df156ce
|
Widget Factory: Fixed #3720: Removed use of extra function in jQuery.trigger.
|
2009-01-01 16:12:18 +00:00 |
|
Scott González
|
fe7f1af38c
|
Core: Cleaned up whitespace.
|
2009-01-01 03:10:43 +00:00 |
|
Scott González
|
d9a5b09b00
|
Core: Changed parameter names for selectors.
|
2009-01-01 03:07:52 +00:00 |
|
Scott González
|
ffbf789d2f
|
Core: Whitespace only.
|
2008-12-31 16:10:38 +00:00 |
|
Scott González
|
30e4470a2c
|
Widget Factory: Check the target in getData and setData events (jQuery 1.3 supports bubbling for custom events).
|
2008-12-31 14:28:56 +00:00 |
|
Scott González
|
19fd2705f9
|
Core: Fixed data selector so it returns true/false (makes it work with Sizzle).
|
2008-12-31 04:08:49 +00:00 |
|
Richard Worth
|
ff64790b18
|
Fixed #3655 - $.keyCode should be $.ui.keyCode
|
2008-12-14 06:11:37 +00:00 |
|
Richard Worth
|
3d627f0ea9
|
Removed names from ui.core.js as all contribution credit is given in AUTHORS.txt and http://ui.jquery.com/about
|
2008-12-10 13:27:05 +00:00 |
|
Richard Worth
|
3db93ce80f
|
Removed UTF-8 BOM again. Turns out it was added by Notepad.
|
2008-12-10 13:20:06 +00:00 |
|
Richard Worth
|
38e2135472
|
core widget: added ui-state-disabled and aria-disabled to widget plugin's disable/enable/destroy
|
2008-12-10 05:10:37 +00:00 |
|
Eduardo Lundgren
|
95c6c6dd62
|
Source formatting
|
2008-11-28 15:43:32 +00:00 |
|
Paul Bakaus
|
42da86279e
|
core (mouse): preventDefault in most cases instead of returning false, that blocks all bubbling events (fixed #3552)
|
2008-11-23 18:00:29 +00:00 |
|
Paul Bakaus
|
a42894b1d7
|
core: improved logic of $.fn.scrollParent, taking positioning in account
draggable: fixed and updated tests, rewrote positioning core, now passes the test suite completely in FF, IE6, IE7
|
2008-11-23 17:42:24 +00:00 |
|
Eduardo Lundgren
|
6a621b6d0e
|
Core: isOverAxis avoid duplicated method logic.
|
2008-11-21 18:41:19 +00:00 |
|
Richard Worth
|
2192c024e2
|
New file: AUTHORS.txt instead of having a single contributor's name in each file header. See http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/ca0b1cc9580141b
|
2008-11-21 02:14:03 +00:00 |
|
Paul Bakaus
|
352287b7ef
|
core: this fixes the Safari issue that select options can't be selected if the mouse widget is used, since the mousedown returns false which calls preventDefault. Returning true causes text to be selectable in FF/Opera though, so this needs to be Safari only for now.
|
2008-11-19 15:20:36 +00:00 |
|
Richard Worth
|
29f7dc9a2c
|
Removed all trailing whitespace from .js and .html files
|
2008-11-18 02:55:25 +00:00 |
|
Scott González
|
6fb3ffad36
|
Core: Fixed #3562: Modify .removeAttr() to work on ARIA properties in FF2.
|
2008-11-15 04:29:08 +00:00 |
|
Richard Worth
|
7ea535fa1d
|
fixed #3578 - ALL CODE: e, ui should be changed to event, ui
|
2008-11-14 03:00:16 +00:00 |
|
Eduardo Lundgren
|
d7707b1fb1
|
Core and Sortable: $.ui.contains method moved into the core. This method could be util for another components.
|
2008-11-12 03:57:23 +00:00 |
|
Eduardo Lundgren
|
e39dd9595e
|
Core: Change arguments name for isOver* methods.
|
2008-11-10 16:41:54 +00:00 |
|
Paul Bakaus
|
ffa5f16169
|
implemented $.fn.scrollParent (candidate for jQuery core, see ticket #3589 in Jquery's trac)
|
2008-11-10 14:32:25 +00:00 |
|
Eduardo Lundgren
|
3206b611b1
|
Core: Change comments for the new methods
|
2008-11-10 06:42:23 +00:00 |
|
Eduardo Lundgren
|
2ab2f3c7e1
|
Change name of intersect methods to isOverHeight/isOverWidth/isOver.
|
2008-11-10 06:39:52 +00:00 |
|
Eduardo Lundgren
|
f00347a83a
|
Core: Avoid conflict with droppable $.ui.instersect method. Core changed name to $.ui.intersects.
|
2008-11-10 05:55:04 +00:00 |
|
Eduardo Lundgren
|
91377e4e5c
|
Core: Intersect methods into the core. Determines when element "a" coordinates intersects with element "b".
|
2008-11-10 05:16:22 +00:00 |
|