Commit Graph

4343 Commits

Author SHA1 Message Date
Jörn Zaefferer
0cc4329747 Interactions: Add a draggable map demo. Custom containment logic still needs some improvements. 2012-03-05 11:50:53 +01:00
Scott González
b110de98e1 Merge branch 'master' into interactions 2012-01-31 18:19:51 -05:00
Scott González
62a70da959 Autocomplete: Added test for close method. 2012-01-31 14:21:18 -05:00
Scott González
66c7dfd377 Accordion demo: Clear out originalEvent in hoverintent special event. Fixes #6028 - Accordion: Hoverintent demo throws an error in IE. 2012-01-31 14:07:17 -05:00
Scott González
853b515e5c Accordion: Adjusted tests for icons: false. 2012-01-31 13:11:20 -05:00
Scott González
8f521f9d9e Accordion: Fixed styling for nested accordions. 2012-01-31 13:09:28 -05:00
Scott González
5a55d68eca Accordion: Moved the ui-accordion-icons class to the headers to properly style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion. 2012-01-31 12:48:00 -05:00
Scott González
3919256abd Accordion: Pass header and content in create event. Fixes #7869 - Accordion: Provide header and content details in create event. 2012-01-31 11:46:31 -05:00
Scott González
ecddf469d7 Accordion: Reset overflowX and overflowY after animations to fix overflow in Opera <11.6. Fixes #6971 - Accordion animation bug in Opera 11.01 with jQuery 1.4.3+. 2012-01-31 10:42:01 -05:00
Scott González
6074b0698a Accordion: Use ui-accordion-header-active class. 2012-01-31 08:54:21 -05:00
Scott González
32260c5ec4 Draggable demo: Inlined the revert logic in the revert demo. 2012-01-30 22:39:03 -05:00
Scott González
6c15eda086 Draggable demo: Inlined the cursorAt logic in the cursor-style demo. 2012-01-30 22:26:33 -05:00
Scott González
62ce3e0f87 Draggable: Moved containment extension into jquery.ui.draggable.js. Removed axis extension from constrain-movement demo. 2012-01-30 20:57:52 -05:00
Dave Stein
cac6901799 Droppable: Fixed reference to function name after change in 69b1df33f7 2012-01-29 19:54:56 -05:00
Scott González
69b1df33f7 Droppable: Renamed refreshPosition() to refresh(). 2012-01-29 13:08:38 -05:00
Scott González
74e2828ea0 Droppable: Added activate and deactivate events. 2012-01-29 13:04:40 -05:00
Scott González
8ebdba7346 Droppable: Added accept option. 2012-01-29 12:48:09 -05:00
Scott González
97af9236c2 Droppable: Use .outerWidth() and .outerHeight() when calculating proportions. 2012-01-28 20:20:26 -05:00
Scott González
7249124d85 Droppable: Only calculate draggable proportions once, regardless of how many droppable instances there are. 2012-01-28 20:19:13 -05:00
Scott González
c5d029e83c Draggable demo: Updated the events demo. 2012-01-28 19:58:13 -05:00
Scott González
b15af6a193 Draggable: Removed start positions in event data. 2012-01-28 19:34:29 -05:00
Scott González
7e7e79adb9 Draggable demo: Updated visual-feedback demo. 2012-01-28 11:13:18 -05:00
Scott González
a1d312b3ed Draggable: Add ui-draggable class on init. 2012-01-28 11:12:54 -05:00
Scott González
d22a5281aa Draggable demo: Implemented revert option in revert demo. 2012-01-28 11:00:49 -05:00
Scott González
2eb9b841a3 Draggable demo: Implemented cancel option in handle demo. 2012-01-28 10:52:27 -05:00
Scott González
f5ceca740f Draggable demo: Implemented cursorAt option in cursor-style demo. 2012-01-28 10:45:55 -05:00
Scott González
a87c1dc068 Interaction: Added some comments. 2012-01-28 10:16:36 -05:00
Scott González
ba43357122 Demos: Specify the dataType when loading the demo and docs files. Fixes #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources. 2012-01-28 07:44:58 -05:00
Scott González
3c6e8a7b91 Draggable: Only pass relevant data for each event. 2012-01-27 22:17:27 -05:00
Scott González
87c55b69e4 Draggable: Added beforeStart event. 2012-01-27 22:06:37 -05:00
Scott González
9d7b71bc29 Interaction demos: Cleanup. 2012-01-27 21:11:22 -05:00
Scott González
17b0324c28 Interaction: Pass move and stop methods to the hooks. 2012-01-27 20:57:17 -05:00
Richard D. Worth
f5c2e29e16 Interaction demos: Added box demo 2012-01-26 14:04:01 -05:00
Richard D. Worth
c8b4be1381 Interaction: added missing file header 2012-01-26 11:14:57 -05:00
Richard D. Worth
2753173f40 Interaction demos: Added index and default 2012-01-26 11:11:16 -05:00
Richard D. Worth
d056a9ac2f Interaction: make _start not have to return true (an explicit return false will still cancel) 2012-01-26 11:02:54 -05:00
Scott González
7236f2935a Draggable: Added appendTo option. 2012-01-22 21:51:46 -05:00
Scott González
91bf052d81 Draggable demo: Fixed containment option. 2012-01-22 14:55:09 -05:00
kborchers
4f15e66f53 Menu: Added unit tests for the enable, disable and refresh methods as well as the disabled option. Cleaned up some variable names in unit tests. 2012-01-22 11:26:41 -06:00
kborchers
8c5c6e0a32 Menu: Added check for the disabled option on create. 2012-01-22 11:24:49 -06:00
Scott González
6800e1a2f9 Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide tab and panel details in create event. 2012-01-21 08:46:02 -05:00
Scott González
da89fcbc07 Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to provide event data for create event. 2012-01-21 08:45:41 -05:00
Scott González
0cf6bc0429 Tabs: Move logic for finding the tab list into its own function to allow overriding for rare usage scenarios. 2012-01-21 08:04:39 -05:00
Scott González
509a3a673c Draggable demo: Updated events demo to use interaction instead of mouse. 2012-01-20 22:10:30 -05:00
Scott González
7c9fd7a6d4 Draggable demos: Implement axis and containment options in constrain-movement demo. 2012-01-20 22:08:37 -05:00
Scott González
20e87070a6 Draggable: Don't change position on drag stop. 2012-01-20 22:07:52 -05:00
Scott González
30a12111d9 Draggable: Added start positions to ui hashes in events. 2012-01-20 21:17:11 -05:00
stojce
b7af203c8e Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepicker: Macedonian locale has incorrect date format. 2012-01-20 11:32:31 -05:00
Scott González
c518774aa3 Merge pull request #569 from ryanolton/master
Fixed #5818 - multiple DatePickers won't trigger close event
2012-01-20 08:23:58 -08:00
Scott González
09cf7092f8 Merge pull request #570 from clear00/master
Datepicker i18n: Fix some issues on the Korean translation
2012-01-20 08:13:28 -08:00