-
Fix draggable to connected nested sortables
johnny committedFeb 3, 2012
-
Sortable: Fixed destroy to remove instance from element. Fixes #8094 …
scottgonzalez committedFeb 2, 2012 …- .sortable() after destroy does not work.
-
Visual tests: Cleaned up dialog tests.
scottgonzalez committedFeb 2, 2012 -
Static tests: Removed slider tests.
scottgonzalez committedFeb 2, 2012
-
Widget: Allow redefining a widget after other widgets have inherited …
scottgonzalez committedFeb 1, 2012 …from it.
-
Datepicker i18n: Changed Hebrew monthNamesShort from number to names.…
… Fixes #6051 - Hebrew and Arabic: Instead of the month name indicates the month number!
-
Autocomplete: Added test for close method.
scottgonzalez committedJan 31, 2012 -
Accordion demo: Clear out originalEvent in hoverintent special event.…
scottgonzalez committedJan 31, 2012 … Fixes #6028 - Accordion: Hoverintent demo throws an error in IE.
-
Accordion: Adjusted tests for icons: false.
scottgonzalez committedJan 31, 2012 -
Accordion: Fixed styling for nested accordions.
scottgonzalez committedJan 31, 2012 -
Accordion: Moved the ui-accordion-icons class to the headers to prope…
scottgonzalez committedJan 31, 2012 …rly style nested accordions with varying settings of icons and no icons. Fixes #7880 - Nested accordion.
-
Accordion: Pass header and content in create event. Fixes #7869 - Acc…
scottgonzalez committedJan 31, 2012 …ordion: Provide header and content details in create event.
-
Accordion: Reset overflowX and overflowY after animations to fix over…
scottgonzalez committedJan 31, 2012 …flow in Opera <11.6. Fixes #6971 - Accordion animation bug in Opera 11.01 with jQuery 1.4.3+.
-
Accordion: Use ui-accordion-header-active class.
scottgonzalez committedJan 31, 2012
-
Demos: Specify the dataType when loading the demo and docs files. Fix…
scottgonzalez committedJan 28, 2012 …es #8069 - UI demos fail from local file:// in Firefox 9 - bad tags, bad calls in demo sources.
-
Menu: Added unit tests for the enable, disable and refresh methods as…
kborchers committedJan 22, 2012 … well as the disabled option. Cleaned up some variable names in unit tests.
-
Menu: Added check for the disabled option on create.
kborchers committedJan 22, 2012
-
Tabs: Pass tab and panel in create event. Fixes #7868 - Tabs: Provide…
scottgonzalez committedJan 21, 2012 … tab and panel details in create event.
-
Widget: Added _getCreateEventData(). Fixes #8045 - Widget: Ability to…
scottgonzalez committedJan 21, 2012 … provide event data for create event.
-
Tabs: Move logic for finding the tab list into its own function to al…
scottgonzalez committedJan 21, 2012 …low overriding for rare usage scenarios.
-
Datepicker i18n: Fixed Macedonian date format. Fixes #8040 - Datepick…
…er: Macedonian locale has incorrect date format.
-
Merge pull request #569 from ryanolton/master
scottgonzalez committedJan 20, 2012 Fixed #5818 - multiple DatePickers won't trigger close event
-
Merge pull request #570 from clear00/master
scottgonzalez committedJan 20, 2012 Datepicker i18n: Fix some issues on the Korean translation
-
Sortable: Added a variable to track if initialization is complete. Fi…
…xes #4759 - a major optimization is possible in sortable().
-
Core: Access offsetHeight on div for support tests to avoid a layout …
scottgonzalez committedJan 20, 2012 …bug in IE 9. Fixes #8026 - minHeight support test affects page layout in IE 9.
-
Merge pull request #564 from arhea/master
scottgonzalez committedJan 19, 2012 Tabs isLocal function was not compatible with HTML5 push state
-
Position: Update fullname reference; jQuery => $. Fixes #8029 - Posit…
…ion: There is a reference to the global jQuery variable.
-
Menu tests: Removed trigger option.
scottgonzalez committedJan 18, 2012 -
Button: Properly handle disabled option on init. Fixes #8028 - Gettin…
scottgonzalez committedJan 18, 2012 …g unset disabled option on button widget returns jQuery object, not default value.
-
Datepicker i18n (nl-BE): Removed BOM.
scottgonzalez committedJan 12, 2012 -
Datepicker i18n: Fix monthNames, monthNamesShort, dayNames, showMonth…
clears committedJan 12, 2012 …AfterYear on the Korean translation . Fixed #8010 - Datepicker i18n: Fix some issues on the Korean translation
-
Datepicker: added check to account for multiple pickers on one page. …
ryanolton committedJan 12, 2012 …Fixed #5818 – multiple DatePickers won't trigger close event
-
Simulate: Define getters for pageX and pageY in mouse events if they …
scottgonzalez committedJan 12, 2012 …come through as 0. Fixes #7324 - simulate mouse events broken for IE 9.
-
Menubar/Popup: Remove remaining artifact (trigger option) from menu. …
jzaefferer committedJan 11, 2012 …Missed that before
-
Widget: Set guid on event handler proxies so direct unbinding works.
scottgonzalez committedJan 8, 2012