Commit Graph

839 Commits

Author SHA1 Message Date
Scott González
8becd36f2d Core Tests: Fixed ARIA tests for new .attr() method. 2008-11-07 13:23:02 +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
Scott González
8cde7476d3 Progressbar Tests: Fixed default option tests (and updated documentation). 2008-11-07 01:41:12 +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
Richard Worth
19c534188a tests resizable: Updated defaults test 2008-11-01 10:20:38 +00:00
Richard Worth
d5402ae402 test visual: fixed colors to match UI website 2008-11-01 08:24:22 +00:00
Richard Worth
100cc350b3 moved dep_loader.html test page to experimental branch 2008-10-31 01:38:27 +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
Eduardo Lundgren
f69197bcec Sortable - Checking if helper exists 2008-10-28 06:35:01 +00:00
Eduardo Lundgren
8d11141859 Changing the author name on Resizable 2008-10-28 06:01:01 +00:00
Eduardo Lundgren
429a36fee9 Sortable - Tolerance accuracy sortable improved 2008-10-28 05:44:17 +00:00
Richard Worth
664f2ada64 set svn:eol-style to native 2008-10-24 01:45:23 +00:00
Ariel Flesler
fd9ab96caa ui.datepicker: fixing a var being leaked to the global namespace(attrName). 2008-10-22 10:12:45 +00:00
Keith Wood
0767f9a7e6 Fixed 3492. Typo in day name. 2008-10-22 09:22:51 +00:00
Paul Bakaus
c6300693c4 slider: changed order of fired callbacks in moveTo method (fixes #3465) 2008-10-20 07:43:42 +00:00
Richard Worth
829ce5f399 Fixed slider responds to keypresses when disabled 2008-10-17 12:06:16 +00:00
Paul Bakaus
25ad531eb4 sortable: fixed issue with first time append of the placeholder, now also the original classes are appended to the placeholder, with usually should give it the right size 2008-10-17 08:13:14 +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
Paul Bakaus
79d25190cd draggable: fixed createHelper method (thanks Nate!) 2008-10-14 10:15:48 +00:00
Paul Bakaus
77f717d830 sortable: fixed toArray method
coverflow: renamed init to _init
2008-10-14 10:00:52 +00:00
Jörn Zaefferer
2827a42c44 updating tests to latest QUnit, using same, fixing a few assertions that relied on type casting (mostly null/undefined) 2008-10-13 21:42:12 +00:00
Jörn Zaefferer
b6cb342c65 updating tests to latest QUnit, using same, fixing a few assertions that relied on type casting (mostly null/undefined) 2008-10-13 21:32:42 +00:00
Jörn Zaefferer
59109b7894 functional demos: fixed remote history plugin usage 2008-10-13 16:50:57 +00:00
Jörn Zaefferer
e24e2aeb7b accordion: reset overflow to original value after animation completed, fixes some layout issues 2008-10-13 15:20:26 +00:00
Jörn Zaefferer
4416773888 improving accordion layout 2008-10-08 14:51:03 +00:00
Jörn Zaefferer
226e11cecf functional demos: added history_remote plugin 2008-10-08 13:54:11 +00:00
Richard Worth
8b7f927e4b added some missing draggables defaults 2008-10-08 10:21:28 +00:00
Klaus Hartl
0e9117623e UI Tabs: renamed confusing "unselect" option to "deselectable" 2008-10-08 10:09:55 +00:00