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 |
|
Scott González
|
4addec6ac2
|
Core: Optimized isVisible() for the case where the element being checked is not visible.
|
2008-11-08 05:11:54 +00:00 |
|
Scott González
|
8dc3f8d643
|
Core: Rewrote isVisible(). New implementation inspired by Remy's :reallyvisible selector.
|
2008-11-07 13:40:01 +00:00 |
|
Scott González
|
16c61e43f4
|
Core: Moved regex declarations for potential speed increase.
|
2008-11-07 02:25:52 +00:00 |
|
David Bolter
|
b420cbb3ce
|
Tweaking attr to normalize for FF2 ARIA implementation. Removed ariaRole and ariaState API. (Assist: Scott González, Fixes #3529)
|
2008-11-05 19:43:21 +00:00 |
|
Paul Bakaus
|
04688e3eee
|
core: restructured helper functions, made enableSelection/disableSelection jQuery plugins (fixes 3459)
|
2008-11-03 14:23:13 +00:00 |
|
Paul Bakaus
|
9be9c9f699
|
mouse: events and default actions on click are not fired after a drag action has been initiated
|
2008-11-03 12:44:50 +00:00 |
|
Paul Bakaus
|
07e39a8d2e
|
core: reverted lazy loading implementation, commited to a future branch
|
2008-10-15 12:54:40 +00:00 |
|
Paul Bakaus
|
dee5e521ba
|
core: fixed chaining in lazy loading mechanism
|
2008-10-15 11:36:42 +00:00 |
|
Paul Bakaus
|
fd1e948928
|
core: implemented experimental async dependency loading
|
2008-10-15 11:03:49 +00:00 |
|
Jörn Zaefferer
|
923d1ec3bb
|
adding version property to all ui components
|
2008-10-05 16:29:21 +00:00 |
|
Scott González
|
46cdf1377c
|
$.widget: Create namespace if it doesn't already exist.
|
2008-09-28 17:58:08 +00:00 |
|
Scott González
|
78a2337faf
|
Core: Reduced size of ARIA methods.
|
2008-09-23 00:11:26 +00:00 |
|
Scott González
|
dd7511c4f9
|
Core: Moved ARIA methods up with other jQuery core modifications.
|
2008-09-22 20:52:48 +00:00 |
|
David Bolter
|
5f9ffb28d3
|
Accept boolean values for aria state. (Thanks for catch Scott González)
|
2008-09-22 18:21:38 +00:00 |
|
David Bolter
|
fb3a5d4010
|
Added ariaRole and ariaState to ui.core with tests.
Added ARIA role and state to ui.dialog
Fixes #3350
(Inspired by jARIA plugin from Chris Hoffman)
|
2008-09-22 15:47:41 +00:00 |
|
Scott González
|
cd8d1b7654
|
Core: Marked $.ui.plugin as deprecated.
|
2008-09-22 12:30:34 +00:00 |
|
Scott González
|
068d2483c9
|
Core: Added comment about why we use triggerHandler instead of trigger in $.fn.remove.
|
2008-09-20 13:55:35 +00:00 |
|
Scott González
|
1df15fabb4
|
Core: Fixed #3457: Removing elements causes instantiated plugins to be destroyed again.
|
2008-09-20 13:49:13 +00:00 |
|
Richard Worth
|
a522291a7b
|
whitespace: Removed trailing whitespace from non-blank lines
|
2008-09-20 03:23:42 +00:00 |
|
Scott González
|
7c2e7965e9
|
Reverted r695.
|
2008-09-19 14:20:14 +00:00 |
|
Eduardo Lundgren
|
8d04c3594c
|
Remove Trailing Spaces
|
2008-09-19 14:08:41 +00:00 |
|
Paul Bakaus
|
b73f093894
|
core: enableSelection/disableSelection now return the chain (implements #3174)
|
2008-09-18 09:54:04 +00:00 |
|
Paul Bakaus
|
b08ae847bf
|
core: hasScroll now checks for overflow hidden, since then the users wants scroll to be hidden
draggable: containment respects overflow hidden (fixes #3328)
|
2008-09-16 10:38:12 +00:00 |
|
Scott González
|
f500db5d75
|
Widget factory: Prevent calling non-existent methods.
|
2008-09-07 20:50:45 +00:00 |
|
Scott González
|
0b771b43c6
|
Core: Improved :tabbable selector
- check tabindex >= 0 instead of != -1
- check anchor tags for href
- check for hidden input types
- check styles (display and visibility; self and ancestors)
Added tests for :tabbable selector
|
2008-09-06 03:44:32 +00:00 |
|
Scott González
|
54eccb6b04
|
Core: Added :tabbable selector to find elements that participate in the tabbing order.
|
2008-09-05 03:48:47 +00:00 |
|
Scott González
|
d5bea560de
|
Core: Converted :data selector to a function.
|
2008-09-05 02:47:18 +00:00 |
|
Scott González
|
ccdb99e313
|
Widget factory: Fixed #3275: Prevent multiple instantiations of the same plugin on a single element.
|
2008-09-02 23:34:42 +00:00 |
|
Scott González
|
7c33681e52
|
Core: Fixed #3257: Added option method to widget factory.
|
2008-08-27 02:44:12 +00:00 |
|
Scott González
|
61300fe053
|
Core: Fixed reference to jQuery.
|
2008-08-23 00:25:22 +00:00 |
|