Commit Graph

1891 Commits

Author SHA1 Message Date
Klaus Hartl
f3feb25712 Tabs: mouseover/focus handling for added tabs, plus test, fixes #4097 as well as focus/blur handling when using keyboard 2009-02-13 23:05:16 +00:00
Klaus Hartl
82d7c67bd3 fixed an incorrect slash and a self closing span 2009-02-13 22:18:35 +00:00
Paul Bakaus
64b66a4d81 sortable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4041) 2009-02-13 13:28:20 +00:00
Paul Bakaus
39d164b95e draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) (removed redundant check) 2009-02-13 13:05:24 +00:00
Paul Bakaus
5030b57801 draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) (only if css position is fixed) 2009-02-13 12:47:52 +00:00
Paul Bakaus
8623a3e9a5 draggable: pageX/pageY already do not include scroll offsets in safari, therefore it does not need to be substracted again (fixes #4142) 2009-02-13 12:42:42 +00:00
Paul Bakaus
e0f3b0ef32 draggable,sortable: if the offset parent is the body, top/left values should always be normalized to 0 (fixes #4141 - margin on body in safari caused bump) 2009-02-13 12:26:44 +00:00
Richard Worth
03f63d3a6b updated version.txt http://blog.jquery.com/2009/02/12/jquery-ui-17-is-the-new-16/ 2009-02-13 11:35:59 +00:00
Scott González
95c5d5e3fd Datepicker: Added test for #4055 - onclick events contain references to "jQuery". 2009-02-13 04:12:28 +00:00
Scott González
9f93e8db3a Sortable: Removed sortIndicator option. Fixed #4118 - option sortIndicator is undocumented. 2009-02-13 03:47:53 +00:00
Scott González
a5d5c4f60a Resizable:
- Fixed destroy method.
  - Removed preventDefault option (Fixed #4135 - preventDefault should not be an option as there's not use case for false).
2009-02-13 03:36:56 +00:00
Scott González
2916159a08 Dialog: Don't set focus to elements in the titlebar on open. Fixes #4126 - focus on dialog open should be constrained to the contents of the dialog.
NOTE: This breaks accessibility in Safari, which doesn't allow setting focus to elements that are not natively tabbable.  However, our current stance is that people who require accessibility will not be using Safari specifically for this type of reason.
2009-02-13 03:06:43 +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
8ba40888a5 datepicker: temporary solution for inline click events with noConflict(true), introduces another global called DT_jQuery to deal with the inline events (fixes #4055, going to be removed with scheduled rewrite) 2009-02-11 13:40:21 +00:00
Paul Bakaus
8bc04f67e3 progressbar: removed unused variables, some whitespace changes (fixes #4052) 2009-02-11 13:04:18 +00:00
Paul Bakaus
7989bf1bee draggable: fixed numerous issues with over/out logic on connected sortable lists (fixes #3988) 2009-02-10 15:05:01 +00:00
Paul Bakaus
51c338b9ed all: fixed jslint warnings 2009-02-10 13:11:34 +00:00
Paul Bakaus
2e0f967680 sortable: if current item was removed by user, it was reappended by the clearing logic (fixes #4088) 2009-02-10 10:07:25 +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
Paul Bakaus
8ccbc0ac55 accordion: chaining breaks if value in height() is negative (fixes #4102) 2009-02-10 08:59:24 +00:00
Paul Bakaus
3677e62f15 base theme: fixed typo with the inclusion of a bg texture (fixes #4046) 2009-02-10 08:53:49 +00:00
Richard Worth
fddd2c3965 slider: fixed failing visual test: slider_in_container_with_scrollbars 2009-02-10 03:48:21 +00:00
Bohdan Ganicky
032e584c1a demos/sortable/connect-lists-through-tabs: quick selector bugfix 2009-02-09 19:59:19 +00:00
Scott González
a6f1cd1db7 Resizable tests: Removed preserveCursor and proportionallyResize options. 2009-02-09 14:04:39 +00:00
Scott González
8eb2922452 Resizable tests: Removed transparent option. 2009-02-09 14:03:12 +00:00
Richard Worth
176b2d21cd dialog: added some missing defaults 2009-02-09 11:15:23 +00:00
Bohdan Ganicky
ff3998265d demos/sortable/connect-lists-through-tabs: finetuning 2009-02-09 11:13:42 +00:00
Eduardo Lundgren
e1320a794c Resizable: Fixed #4099 - Copy .data("resizable") to the wrapper element 2009-02-09 04:36:43 +00:00
Eduardo Lundgren
e49aa9a3d7 Resizable: Fixed #4090 - proportionallyResize option should be removed (made internal) 2009-02-09 04:33:50 +00:00
Eduardo Lundgren
43de7e0e50 Resizable: Fixed #4092 - preserveCursor option should be removed 2009-02-09 03:59:16 +00:00
Eduardo Lundgren
78e8a1b789 Resizable: Fixed #4098 - Remove transparent option 2009-02-09 03:56:02 +00:00
Scott González
0413807dfb Dialog: Don't allow the height of the content area to be negative. 2009-02-09 02:32:43 +00:00
Scott González
615127e8c5 Resizable: Fixed #4093: Removed disableSelection option. 2009-02-09 01:36:51 +00:00
Richard Worth
625d216d7d resizable visual tests: added option preventDefault tests 2009-02-08 06:10:29 +00:00
Richard Worth
e4c5712974 Removed unused code obsoleted by #3906 and r1754 2009-02-08 00:55:16 +00:00
Richard Worth
a5af2cf430 resizable unit tests: defaults alpha order 2009-02-07 21:22:47 +00:00
Richard Worth
7da9735a9e droppable visual tests: added option accept tests 2009-02-07 19:02:08 +00:00
Richard Worth
8a12510ca1 droppable: defaults - alpha order 2009-02-07 18:28:29 +00:00
Richard Worth
b6cba593a4 visual tests: added default style for #draggable 2009-02-07 18:15:14 +00:00
Richard Worth
3bb13571ca Moved #4087 test page from demos/droppable to /tests/visual/droppable 2009-02-07 17:47:25 +00:00
Richard Worth
7eada061ed fixed name and location of test page for #4088 - droppable, not sortable issue 2009-02-07 17:40:54 +00:00
Richard Worth
1e6858cc32 sortable visual test: Updated #4088 test page to match visual TEST/ASSERT format 2009-02-07 17:33:52 +00:00
Richard Worth
849ed445c0 moved test page (#4088) from demos/sortable to tests/visual/sortable 2009-02-07 17:19:25 +00:00
Richard Worth
c55162bd72 sortable visual tests: option revert 2009-02-07 17:15:47 +00:00
Bohdan Ganicky
01801eaa21 demos/sortable/with-droppable: testcase for #4088 (Unable to remove() ui.draggable (sortable item) immediately after the drop callback.), not added to the index page 2009-02-07 16:00:01 +00:00
Bohdan Ganicky
3b2a072125 demos/droppable/remove-draggable-after-drop: testcase for #4087 (Removing ui.draggable immediately after the drop callback raises an error.), not added to the index page 2009-02-07 15:39:17 +00:00
Scott González
86a26f17ff Dialog: Fixed #4086: Allow changing the dialogClass option after init. 2009-02-07 14:28:14 +00:00
Richard Worth
fb7f7fc393 draggable unit tests: added option iframeFix tests 2009-02-07 14:27:27 +00:00
Richard Worth
b3702cf1a1 draggable unit tests: Added a few tests 2009-02-07 14:09:07 +00:00
Richard Worth
191ec35cf1 resizable unit tests: zIndex default: 1000 2009-02-07 12:37:23 +00:00