Keith Wood
|
94936d813c
|
Fixed 3395, 3512, 3537, 3560, 3566. Problems with daylight saving cutover.
Moved prompt to below controls.
Corrected month/year spacing for multiple months.
|
2008-11-14 13:28:58 +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 |
|
David Bolter
|
ed4f58c6d3
|
refactored keyboard handling to a switch statement for clarity.
|
2008-11-13 16:24:44 +00:00 |
|
David Bolter
|
976b9b57bb
|
Added accordion keyboard and ARIA support, and tests. Mozilla needs this for website. (partial review: Scott González, fix for 3553)
|
2008-11-13 15:51:09 +00:00 |
|
Eduardo Lundgren
|
ba34bfdf36
|
Sortable: remove console.log
|
2008-11-12 14:50:15 +00:00 |
|
Eduardo Lundgren
|
71ae568116
|
Sortable: More accuracy improvements.
|
2008-11-12 04:34:34 +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 |
|
Richard Worth
|
657d31adaa
|
datepicker: added $.ui.datepicker.version
|
2008-11-12 03:21:37 +00:00 |
|
Richard Worth
|
e1fab2ce61
|
Fixed failing .slider("destroy") on empty element. "$(this).data("mouse") is undefined"
|
2008-11-12 02:57:04 +00:00 |
|
Richard Worth
|
79b6eaf13c
|
Moved colorpicker to experimental branch
|
2008-11-12 01:01:05 +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
|
ad0cdb776e
|
Draggable: Avoid conflict with droppable $.ui.intersect. Now using $.ui.intersects.
|
2008-11-10 05:56:06 +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
|
836e71f880
|
Draggable: Using the new core intersect method on connectToSortable.
|
2008-11-10 05:18:20 +00:00 |
|
Eduardo Lundgren
|
acf15c4f08
|
Sortable: Using the new core intersectHeight/intersectWidth methods.
|
2008-11-10 05:17:12 +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 |
|
Eduardo Lundgren
|
d972cb3ea8
|
Draggable - calling the new _ui() method from sortables
|
2008-11-10 03:51:44 +00:00 |
|
Richard Worth
|
542bbbb473
|
moved magnifier to experimental branch
|
2008-11-08 22:30:02 +00:00 |
|
Richard Worth
|
c1e8c7f07f
|
droppable: defined some defaults
|
2008-11-08 21:56:57 +00:00 |
|
Keith Wood
|
f93a6ba677
|
Fixed 3550. Added Albanian localisation.
|
2008-11-08 07:51:25 +00:00 |
|
Keith Wood
|
3946038509
|
Fixed 3547. Initialise alternate field on load for inline datepicker.
|
2008-11-08 07:34:34 +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
|
fc406b754c
|
Dialog, Progressbar: Combined ARIA attribute settings into one .attr() call.
|
2008-11-07 13:57:31 +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 |
|
Keith Wood
|
e751bf0e53
|
Correct display of big prev/next links when disabled.
Correct spacing between month and year when non-selectable.
|
2008-11-07 10:16:34 +00:00 |
|
Keith Wood
|
cee6a3a96f
|
Fixed 3526. Default year if not set from input field.
|
2008-11-07 10:13:19 +00:00 |
|
Keith Wood
|
eb68aadf3f
|
Fixed 3536. Added Persian localisation
|
2008-11-07 10:06:47 +00:00 |
|
Scott González
|
16c61e43f4
|
Core: Moved regex declarations for potential speed increase.
|
2008-11-07 02:25:52 +00:00 |
|
Paul Bakaus
|
bba3d31e82
|
draggable: fixed nasty IE related scrolling bug - funny IE includes scroll if you call offset() on <html>
|
2008-11-06 14:52:25 +00:00 |
|
Paul Bakaus
|
2619fc8073
|
sortable: returning false in any callback will now call this.cancenl() to cancel the ongoing action
|
2008-11-06 11:24:34 +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 |
|
Klaus Hartl
|
f425cae7c4
|
UI Tabs: removed equalize extension
|
2008-11-05 11:02:06 +00:00 |
|
Klaus Hartl
|
7e11903beb
|
UI Tabs: fixed tabs select causing page to jump bug, removed cruft form former history integration which will work differently anyway
|
2008-11-05 10:59:55 +00:00 |
|
Paul Bakaus
|
e4d0e3e2e3
|
sortable: removed support for ui.cancel(), must now be called via the sortable() function as method (sortable('cancel')). Now works even if the drag is still ongoing, i.e. the mouse button is still pressed.
|
2008-11-04 13:34:04 +00:00 |
|
Paul Bakaus
|
5e5116b3d4
|
sortable: implemented ui.cancel(), a function that can be called to completely cancel the sortable attempt, and revert to the original state (implements #3283, #3402)
|
2008-11-03 21:41:59 +00:00 |
|
Paul Bakaus
|
1045a83f49
|
sortable: checked inputs are not unchecked anymore after drag start (fixes #3466)
|
2008-11-03 14:58: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
|
0e16fcf1e8
|
sortable: all events of the inner nodes of the sortable item were unbound after the sort (this is related to remove() in jQuery, bugfix is not to use remove()), fixes #3488
|
2008-11-03 13:23:15 +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
|
77d2c66690
|
draggable: fixed two missing defaults
|
2008-11-03 11:24:48 +00:00 |
|
Richard Worth
|
e560194aaa
|
Fixed #3193 - Cannot select scrollbars inside dialog in Opera 9.51
|
2008-11-01 14:49:38 +00:00 |
|
Richard Worth
|
8ce1db36db
|
resizable: defined defaults
|
2008-11-01 10:32:01 +00:00 |
|
Eduardo Lundgren
|
be7db1369d
|
Sortable - accurate option added, If you prefer better accuracy and low performance set accurate: true.
|
2008-10-30 06:57:32 +00:00 |
|
David Bolter
|
b0772dc3d8
|
added ARIA semantics, and tests.
patch review:scott.gonzalez@gmail.com
(fixes bug #3482)
|
2008-10-29 16:57:04 +00:00 |
|
Eduardo Lundgren
|
95980d34da
|
Sortable - delta direction improved
|
2008-10-28 18:05:02 +00:00 |
|
Eduardo Lundgren
|
fe12e22f47
|
Sortable - Float elements tolerance fixed
|
2008-10-28 14:44:27 +00:00 |
|
Eduardo Lundgren
|
cd01814a85
|
Sortable - Prevent mouseCapture while help is reverting
|
2008-10-28 06:41:11 +00:00 |
|