]>
source.dussan.org Git - jquery-ui.git/log
Scott González [Wed, 13 Jun 2012 12:00:45 +0000 (08:00 -0400)]
Widget: Rename _bind() to _on(). Partial fix for #7795 - Widget: _on and _off.
Scott González [Wed, 13 Jun 2012 09:18:48 +0000 (05:18 -0400)]
Tooltip: When calling the content response method multiple times, only update the content, don't do any other processing.
Scott González [Wed, 13 Jun 2012 09:07:26 +0000 (05:07 -0400)]
Tooltip mouse tracking demo: Only track the mouse when the tooltip is opened on hover. Don't let the positioning of one tooltip affect other tooltips.
Scott González [Tue, 12 Jun 2012 14:39:32 +0000 (10:39 -0400)]
Tabs: Removed TODO about making .load() accept nodes; it's unnecessary.
Scott González [Tue, 12 Jun 2012 14:07:16 +0000 (10:07 -0400)]
Tabs: Walk previous tabs (and loop) in refresh() in case the tab we're trying to activate is disabled.
Scott González [Tue, 12 Jun 2012 13:11:49 +0000 (09:11 -0400)]
Tabs: Rename internal properties.
Scott González [Mon, 11 Jun 2012 21:31:36 +0000 (17:31 -0400)]
Tabs: Removed cookie demo since the cookie option is deprecated.
Scott González [Mon, 11 Jun 2012 21:24:27 +0000 (17:24 -0400)]
Accordion tests: Fixed typos.
Scott González [Mon, 11 Jun 2012 20:21:12 +0000 (16:21 -0400)]
Tabs tests: Don't call start directly from setTimeout because Firefox <13 is dumb.
Timo Tijhof [Mon, 11 Jun 2012 19:46:06 +0000 (21:46 +0200)]
Test: Set testswarm.runMax from config file
Scott González [Mon, 11 Jun 2012 17:30:03 +0000 (13:30 -0400)]
Widget: Work around bug in jQuery <1.6.3 where .removeData( dashed-name ) doesn't work.
Scott González [Mon, 11 Jun 2012 14:56:56 +0000 (10:56 -0400)]
Build: Adding missing require in build.js and add buid/tasks/*.js to lint.
Scott González [Mon, 11 Jun 2012 14:43:04 +0000 (10:43 -0400)]
Tabs: jQuery <1.7.2 treats .data() as a getter if the value to set is undefined.
Scott González [Sun, 10 Jun 2012 00:12:03 +0000 (20:12 -0400)]
Tests: Check .data() and event bindings in domEqual().
Scott González [Sat, 9 Jun 2012 02:21:14 +0000 (22:21 -0400)]
Tabs: Panel keyboard support tests.
Scott González [Sat, 9 Jun 2012 01:36:23 +0000 (21:36 -0400)]
Tabs: CTRL navigation tests.
Scott González [Sat, 9 Jun 2012 00:58:19 +0000 (20:58 -0400)]
Tabs: Basic keyboard support tests.
Scott González [Fri, 8 Jun 2012 14:45:10 +0000 (10:45 -0400)]
Tabs: ARIA tests.
Scott González [Fri, 8 Jun 2012 01:27:38 +0000 (21:27 -0400)]
Tabs: Implement ARIA + Key handling. Fixes #3079 - Tabs: keyboard accessibility. Fixes #7845 - Tabs: default accessibility.
Jörn Zaefferer [Fri, 8 Jun 2012 15:35:11 +0000 (17:35 +0200)]
Grunt: Extract testswarm and build tasks into separate files
Mike Stay [Wed, 6 Jun 2012 13:59:15 +0000 (09:59 -0400)]
Datepicker: Pulled event handlers into static code. Fixed #3945 - DatePicker does not respond to any click events in AIR, Google Sites, Windows Metro.
Amir E. Aharoni [Fri, 1 Jun 2012 09:56:50 +0000 (12:56 +0300)]
Datepicker: Changed Arabic dayNamesMin to one-letter strings. Fixes #8375 - Datepicker: Incorrect dayNamesMin for Arabic locale.
Before this change the minimal names for days of week were the same
as the long names. This caused the datepicker to be too wide.
The one-letter strings come from the CLDR:
http://unicode.org/repos/cldr-tmp/trunk/diff/summary/ar.html
kborchers [Fri, 1 Jun 2012 05:03:16 +0000 (00:03 -0500)]
Menu: Properly remove submenu carat icons and menu dividers during destroy and add a test for this functionality
kborchers [Fri, 1 Jun 2012 04:03:51 +0000 (23:03 -0500)]
Menu: Add comment explaining extra filter from keypress
kborchers [Fri, 1 Jun 2012 00:55:18 +0000 (19:55 -0500)]
Menu: Typo in comment
kborchers [Fri, 1 Jun 2012 00:54:12 +0000 (19:54 -0500)]
Menu: Don't remove the icon elements on destroy since they exist in the original markup
Jörn Zaefferer [Wed, 30 May 2012 12:40:03 +0000 (14:40 +0200)]
Accordion: Update activate and beforeActivate event properties to newPanel/oldPanel (instead of content). Fixes #6840 and #6842
Scott González [Wed, 30 May 2012 12:08:12 +0000 (08:08 -0400)]
Menu tests: Anchor the regex for aria-activedescendant check.
Scott González [Tue, 29 May 2012 21:55:24 +0000 (17:55 -0400)]
Tabs: Properly remove generated aria-controls attributes on destroy.
kborchers [Wed, 30 May 2012 04:11:42 +0000 (23:11 -0500)]
Dialog: Use new uniqueId method for generating id's
kborchers [Wed, 30 May 2012 03:25:23 +0000 (22:25 -0500)]
Tabs: Remove aria-controls attribute during destroy
kborchers [Wed, 30 May 2012 02:21:35 +0000 (21:21 -0500)]
Menu tests: Fix test id's so that they are unique to pass linting
kborchers [Wed, 30 May 2012 02:00:30 +0000 (21:00 -0500)]
Menu tests: Add id's to some anchors to ensure destroy is only removing id's that have been generated
kborchers [Wed, 30 May 2012 01:59:50 +0000 (20:59 -0500)]
Menu tests: Modify test to check for id's generated by the new uniqueId method
kborchers [Wed, 30 May 2012 01:59:03 +0000 (20:59 -0500)]
Menu: Use new uniqueId and removeUniqueId methods for generating id's on menus and menu items and for removing those id's during destroy. Also, properly remove the aria-disabled attribute during destroy.
kborchers [Wed, 30 May 2012 01:55:43 +0000 (20:55 -0500)]
Core: Add the uniqueId() and removeUniqueId() methods written by @scottgonzalez to provide a generalized way of generating and removing generated element id's. Also, added a unit test. Fixed #8361 - Add uniqueId() and removeUniqueId()
Scott González [Tue, 29 May 2012 19:14:35 +0000 (15:14 -0400)]
Tests: Differentiate between attributes and properties in domEqual().
Pavel Stetina [Tue, 29 May 2012 14:20:02 +0000 (10:20 -0400)]
Datepicker: Corrected language code for Georgian language according to ISO 639. Fixed #8356 - jquery.ui.datepicker-ge.js has wrong language code.
Scott González [Tue, 29 May 2012 14:04:20 +0000 (10:04 -0400)]
Tabs: Simplify _findActive() now that hrefs are never used.
Danny Trunk [Mon, 28 May 2012 19:11:20 +0000 (15:11 -0400)]
Tabs: Added heightStyle option. Fixed #8345 - Tabs: Add heightStyle option.
Scott González [Mon, 28 May 2012 17:42:47 +0000 (13:42 -0400)]
Accordion tests: Check for a specific height in heightStyle: content tests.
Scott González [Mon, 28 May 2012 16:41:57 +0000 (12:41 -0400)]
Accordion tests: equalHeights() -> equalHeight(); Validate against a specific height instead of a range.
Scott González [Sat, 26 May 2012 03:10:46 +0000 (23:10 -0400)]
Progressbar tests: Cleanup.
Scott González [Sat, 26 May 2012 02:57:08 +0000 (22:57 -0400)]
Tests: Convert children to an array in domEqual().
Scott González [Fri, 25 May 2012 20:51:51 +0000 (16:51 -0400)]
Tests: Added several more property checks to domEqual().
Scott González [Fri, 25 May 2012 16:58:40 +0000 (12:58 -0400)]
Menu: Added a comment about which characters are checked for dividers.
kborchers [Fri, 25 May 2012 12:43:29 +0000 (07:43 -0500)]
Menu Tests: Make the elements without anchors look like group headings and remove disabled elements to focus on dividers and no anchor elements
kborchers [Fri, 25 May 2012 04:44:51 +0000 (23:44 -0500)]
Menu: Better handling of divider elements and menu items without anchors.
Scott González [Fri, 25 May 2012 01:15:55 +0000 (21:15 -0400)]
Menu: Minor cleanup.
Scott González [Thu, 24 May 2012 20:16:27 +0000 (16:16 -0400)]
Autocomplete: Remove left-over clearTimeout( this.closing ).
Scott González [Thu, 24 May 2012 19:46:22 +0000 (15:46 -0400)]
Accordion: Make sure there's always one header with tabindex=0. Fixes #8348 - Accordion: Collapsed accordion is removed from tab order.
Scott González [Thu, 24 May 2012 19:21:35 +0000 (15:21 -0400)]
Spinner: Use _destroy() instead of destroy().
Scott González [Thu, 24 May 2012 19:20:10 +0000 (15:20 -0400)]
Droppable: Fixed destroy method.
Scott González [Thu, 24 May 2012 19:18:04 +0000 (15:18 -0400)]
Selectable: Fixed destroy method.
Scott González [Thu, 24 May 2012 19:16:28 +0000 (15:16 -0400)]
Resizable: Fixed destroy method.
Scott González [Thu, 24 May 2012 19:10:49 +0000 (15:10 -0400)]
Draggable: Fixed destroy method.
Scott González [Thu, 24 May 2012 19:01:25 +0000 (15:01 -0400)]
Revert "Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision:
44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c "
This reverts commit
07d8d5cbb1e20521f2ec55145ce45d08d8ee5a1f .
Scott González [Thu, 24 May 2012 19:01:09 +0000 (15:01 -0400)]
Revert "Autocomplete: make categories work again (follow-up)"
This reverts commit
db9a015485f0a5dbbb12b22720dbb2111cda2dd8 .
Viktar Varvanovich [Thu, 24 May 2012 18:30:55 +0000 (14:30 -0400)]
Draggable: Apply ui-draggable-dragging class prior to calculating dimensions. Fixes #8349 - Draggable: Incorrect dimensions used if .ui-draggable-dragging changes dimensions
Felix Nagel [Thu, 24 May 2012 17:58:09 +0000 (19:58 +0200)]
Autocomplete: make categories work again (follow-up)
Felix Nagel [Thu, 24 May 2012 17:09:54 +0000 (19:09 +0200)]
Autocomplete: make categories work again, needed because of Menu widget changes (ui-menu-divider), see revision:
44ef35eb6f8aa33c2a2a9e4145e79df74d190d5c
Scott González [Thu, 24 May 2012 12:37:01 +0000 (08:37 -0400)]
Accordion: Coding standards.
Scott González [Wed, 23 May 2012 23:28:52 +0000 (19:28 -0400)]
Autocomplete: We no longer need to remove aria attributes on destroy.
Scott González [Wed, 23 May 2012 19:57:31 +0000 (15:57 -0400)]
Accordion: Use .show()/.hide() for initial panel visibility.
kborchers [Wed, 23 May 2012 12:24:49 +0000 (07:24 -0500)]
Menu Tests: Increase timeout on page up/down test
kborchers [Wed, 23 May 2012 04:52:59 +0000 (23:52 -0500)]
Menu Tests: Remove unused unit tests and add new unit tests to improve coverage.
Scott González [Tue, 22 May 2012 20:22:40 +0000 (16:22 -0400)]
Tabs: Whitespace.
Scott González [Tue, 22 May 2012 19:13:45 +0000 (15:13 -0400)]
Tabs: Don't blur anchors on activation.
Scott González [Tue, 22 May 2012 19:12:38 +0000 (15:12 -0400)]
Tabs: Use ._bind() for main event handling.
Scott González [Tue, 22 May 2012 17:46:33 +0000 (13:46 -0400)]
Tooltip: Use this instead of that when possible. Saves 24 bytes :-)
Scott González [Tue, 22 May 2012 16:54:09 +0000 (12:54 -0400)]
Tooltip tests: Added accessibility tests.
Scott González [Tue, 22 May 2012 16:46:00 +0000 (12:46 -0400)]
Progressbar demo: Made animated background selector more specific. Fixes #8314 - Theme on animated progressbar remains the same.
Jörn Zaefferer [Tue, 22 May 2012 16:34:00 +0000 (18:34 +0200)]
Tooltip: Cleanup comments
Scott González [Tue, 22 May 2012 15:06:44 +0000 (11:06 -0400)]
Tooltip: Handle multiple aria-describedby values.
Scott González [Tue, 22 May 2012 14:09:08 +0000 (10:09 -0400)]
Autocomplete: Added tests for live region.
Jörn Zaefferer [Tue, 22 May 2012 14:01:40 +0000 (16:01 +0200)]
Menu: Handle SPACE same as ENTER, select items or opening submenus
TJ VanToll [Tue, 22 May 2012 01:52:48 +0000 (21:52 -0400)]
Button: Corrected default label applied to submit buttons. Fixed #8337: Submit inputs don't automatically set label option.
Scott González [Tue, 22 May 2012 12:28:53 +0000 (08:28 -0400)]
Dialog: Only create the button pane once and store a reference to it. Fixes #8343 - _createButtons removes all elements with .ui-dialog-buttonpane class.
Courthead [Sun, 22 Apr 2012 01:33:49 +0000 (18:33 -0700)]
Sortable: calculating item positions on the fly and setting the direction variable when inserting an item into a different sortable. Fixed #8268 - Items may not be inserted into the correct position when dragged between connected sortables
Scott González [Mon, 21 May 2012 19:29:53 +0000 (15:29 -0400)]
Core: Check if jQuery supports inner/outer/Width/Height setters.
Scott González [Mon, 21 May 2012 18:56:18 +0000 (14:56 -0400)]
Buttonset: Use input[type=*] instead of just [type=*].
Scott González [Mon, 21 May 2012 18:53:27 +0000 (14:53 -0400)]
Don't use :submit selector.
Scott González [Mon, 21 May 2012 18:50:49 +0000 (14:50 -0400)]
Don't use :reset selector.
Scott González [Mon, 21 May 2012 18:49:49 +0000 (14:49 -0400)]
Don't use :input selector.
Scott González [Mon, 21 May 2012 18:42:08 +0000 (14:42 -0400)]
Don't use :button selector.
Scott González [Mon, 21 May 2012 17:51:49 +0000 (13:51 -0400)]
Button: Fixed version properties.
Scott González [Mon, 21 May 2012 16:47:15 +0000 (12:47 -0400)]
Don't use :checkbox selector.
Scott González [Mon, 21 May 2012 16:02:28 +0000 (12:02 -0400)]
Don't use :radio selector.
Jörn Zaefferer [Mon, 21 May 2012 14:42:14 +0000 (16:42 +0200)]
Menu: Refactor focus method, extract _scrollIntroView method
Jörn Zaefferer [Mon, 21 May 2012 14:36:33 +0000 (16:36 +0200)]
Menu: Coding standards
Jörn Zaefferer [Mon, 21 May 2012 14:27:04 +0000 (16:27 +0200)]
Menu: Extend test for destroy method
Scott González [Mon, 21 May 2012 14:11:01 +0000 (10:11 -0400)]
Widget demo: Don't use .toggle(fn).
Scott González [Mon, 21 May 2012 14:08:28 +0000 (10:08 -0400)]
Effects toggle demo: Coding standards.
Scott González [Mon, 21 May 2012 14:06:46 +0000 (10:06 -0400)]
Animate demo: Don't use .toggle(fn).
Scott González [Mon, 21 May 2012 14:04:23 +0000 (10:04 -0400)]
Accordion demo: Don't use .toggle(fn).
Scott González [Mon, 21 May 2012 14:02:57 +0000 (10:02 -0400)]
Spinner demo: Don't use .toggle(fn).
Scott González [Mon, 21 May 2012 13:55:56 +0000 (09:55 -0400)]
Resizable, Slider: Don't use .hover().
Scott González [Mon, 21 May 2012 12:39:44 +0000 (08:39 -0400)]
Readme: More docs about grunt.
Scott González [Mon, 21 May 2012 12:31:38 +0000 (08:31 -0400)]
Tabs: Fixed reference to jQuery.
Scott González [Mon, 21 May 2012 00:34:21 +0000 (20:34 -0400)]
Position visual tests: Cleanup.