]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
10 years agoSelectmenu: update button width on refresh
Felix Nagel [Thu, 5 Dec 2013 21:11:28 +0000 (22:11 +0100)]
Selectmenu: update button width on refresh

10 years agoGrunt: Add grunt-esformatter, formats all source files (no validation)
Jörn Zaefferer [Fri, 15 Nov 2013 12:38:38 +0000 (13:38 +0100)]
Grunt: Add grunt-esformatter, formats all source files (no validation)

10 years agoAutocomplete: Whitespace
Jörn Zaefferer [Sat, 7 Dec 2013 17:00:20 +0000 (18:00 +0100)]
Autocomplete: Whitespace

10 years agoAccordion: Whitespace
Jörn Zaefferer [Sat, 7 Dec 2013 17:00:07 +0000 (18:00 +0100)]
Accordion: Whitespace

10 years agoGruntfile: Formatting
Jörn Zaefferer [Sat, 7 Dec 2013 16:12:51 +0000 (17:12 +0100)]
Gruntfile: Formatting

10 years agoMenu: Remove preventDefault for disabled menu items, since there is no default on...
Jörn Zaefferer [Tue, 3 Dec 2013 20:57:58 +0000 (21:57 +0100)]
Menu: Remove preventDefault for disabled menu items, since there is no default on list items. Follow-up to fe7c3003741cd5221e076235263df2b3d2fa9202 and the anchor removal in general

10 years agoMenu: Remove click binding that was supposed to prevent default on anchor clicks...
Jörn Zaefferer [Tue, 3 Dec 2013 20:54:08 +0000 (21:54 +0100)]
Menu: Remove click binding that was supposed to prevent default on anchor clicks on a disabled menu. Not relevant anymore since we removed the anchors. Partial fix for #8802 - Dev: Track down uses of .bind() inside widgets

10 years agoDatepicker test: Ignore flaky test in IE in TestSwarm.
Scott González [Tue, 3 Dec 2013 16:52:11 +0000 (11:52 -0500)]
Datepicker test: Ignore flaky test in IE in TestSwarm.

10 years agoDatepicker test: Attempt to work around an intermittent issue in IE when run through...
Scott González [Tue, 3 Dec 2013 16:38:17 +0000 (11:38 -0500)]
Datepicker test: Attempt to work around an intermittent issue in IE when run through TestSwarm.

10 years agoDatepicker test: Attempt to work around an issue in IE9 in TestSwarm.
Scott González [Tue, 3 Dec 2013 16:27:20 +0000 (11:27 -0500)]
Datepicker test: Attempt to work around an issue in IE9 in TestSwarm.

10 years agoMenu: Add ui-front on submenus to address opacity messing up stacking order. Fixes... 1147/head
Jörn Zaefferer [Tue, 3 Dec 2013 11:50:25 +0000 (12:50 +0100)]
Menu: Add ui-front on submenus to address opacity messing up stacking order. Fixes #9650 - Menu: Disabled item visible through submenu on top

10 years agoMenu tests: Fix line height issue in IE7
Scott González [Tue, 3 Dec 2013 15:46:14 +0000 (10:46 -0500)]
Menu tests: Fix line height issue in IE7

10 years agoDraggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #9379...
Mike Sherov [Tue, 29 Oct 2013 22:35:42 +0000 (18:35 -0400)]
Draggable: normalize lookups for rootNodes when to bust scroll cache. Fixes #9379 - Draggable: position bug in scrollable div
Core: update scrollParent() to support all current supported browsers.

10 years agoMerge branch 'selectmenu'
TJ VanToll [Wed, 27 Nov 2013 18:49:47 +0000 (13:49 -0500)]
Merge branch 'selectmenu'

10 years agoREADME: Update build instructions to use concat tasks (instead of build)
TJ VanToll [Tue, 26 Nov 2013 14:27:38 +0000 (09:27 -0500)]
README: Update build instructions to use concat tasks (instead of build)

10 years agoSelectmenu: add 1px to menu width to avoid wrapping long text in IE10 1023/head
Felix Nagel [Mon, 25 Nov 2013 23:56:50 +0000 (00:56 +0100)]
Selectmenu: add 1px to menu width to avoid wrapping long text in IE10

10 years agoSelectmenu: remove link element and adjust styles in custom renderer demo
Felix Nagel [Mon, 25 Nov 2013 23:32:27 +0000 (00:32 +0100)]
Selectmenu: remove link element and adjust styles in custom renderer demo

10 years agoMerge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu
Felix Nagel [Mon, 25 Nov 2013 23:18:25 +0000 (00:18 +0100)]
Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu

10 years agoDatepicker tests: Allow IE7 to return an absolute URL in the .attr('src') call
Jörn Zaefferer [Mon, 25 Nov 2013 15:25:39 +0000 (16:25 +0100)]
Datepicker tests: Allow IE7 to return an absolute URL in the .attr('src') call

10 years agoButton unit tests: Make sure the test timeout runs after the formResetHandler. Fixes...
Jörn Zaefferer [Mon, 25 Nov 2013 14:53:51 +0000 (15:53 +0100)]
Button unit tests: Make sure the test timeout runs after the formResetHandler. Fixes unit tests in IE7.

10 years agoMerge branch 'master' into selectmenu
Jörn Zaefferer [Mon, 25 Nov 2013 13:29:30 +0000 (14:29 +0100)]
Merge branch 'master' into selectmenu

10 years agoDemos: Add meta-viewport element for better 'mobile' testing
Jörn Zaefferer [Mon, 25 Nov 2013 13:24:19 +0000 (14:24 +0100)]
Demos: Add meta-viewport element for better 'mobile' testing

11 years agoTests: Skip JSHint in browsers that don't support Function.prototype.bind() to work...
Scott González [Fri, 22 Nov 2013 16:43:55 +0000 (11:43 -0500)]
Tests: Skip JSHint in browsers that don't support Function.prototype.bind() to work around a bug in JSHint.

11 years agoTests: Updated URL for TestSwarm.
Scott González [Fri, 22 Nov 2013 15:49:44 +0000 (10:49 -0500)]
Tests: Updated URL for TestSwarm.

11 years agoTests: Fixed path to theme files in index.
Scott González [Fri, 22 Nov 2013 15:49:17 +0000 (10:49 -0500)]
Tests: Fixed path to theme files in index.

11 years agoUpgrade to JSHint 2.3.0 for browser version.
Scott González [Fri, 22 Nov 2013 15:07:49 +0000 (10:07 -0500)]
Upgrade to JSHint 2.3.0 for browser version.

11 years agoBuild: Include es3 option for JSHint.
Scott González [Fri, 22 Nov 2013 14:54:18 +0000 (09:54 -0500)]
Build: Include es3 option for JSHint.

11 years agoDemos: There can be only one button.js
Jörn Zaefferer [Wed, 20 Nov 2013 19:03:35 +0000 (20:03 +0100)]
Demos: There can be only one button.js

11 years agoTests: Cleanup visual theme test
Jörn Zaefferer [Wed, 20 Nov 2013 18:03:54 +0000 (19:03 +0100)]
Tests: Cleanup visual theme test

11 years agoMenu tests: Force line height to ensure we know how many items will be scrolled.
Scott González [Wed, 20 Nov 2013 16:14:19 +0000 (11:14 -0500)]
Menu tests: Force line height to ensure we know how many items will be scrolled.

11 years agoDialog: Keep track of instances to focus when elements outside the dialog get focus... 1136/head
Jörn Zaefferer [Sat, 16 Nov 2013 11:21:02 +0000 (12:21 +0100)]
Dialog: Keep track of instances to focus when elements outside the dialog get focus. Works with inheritance. Adds tests for both. Fixes #9241 - Dialog: UI dialog inheritance causes undefined property '_focusTabbable' in IE9

11 years agoDemos: Fix small typos
Eric Dahl [Mon, 18 Nov 2013 22:45:12 +0000 (16:45 -0600)]
Demos: Fix small typos

11 years agoSelectmenu: Fix code style issue
Jörn Zaefferer [Sat, 16 Nov 2013 11:30:46 +0000 (12:30 +0100)]
Selectmenu: Fix code style issue

11 years agoMerge branch 'master' into selectmenu
Jörn Zaefferer [Sat, 16 Nov 2013 11:25:21 +0000 (12:25 +0100)]
Merge branch 'master' into selectmenu

11 years agoDialog: Update code style, adding whitespace around string arguments and array indices
Jörn Zaefferer [Fri, 15 Nov 2013 15:48:31 +0000 (16:48 +0100)]
Dialog: Update code style, adding whitespace around string arguments and array indices

11 years agoMenu: Update unit test that regressed from style changes (see 9910e938aad1090339a2c7f...
Jörn Zaefferer [Fri, 15 Nov 2013 11:51:10 +0000 (12:51 +0100)]
Menu: Update unit test that regressed from style changes (see 9910e938aad1090339a2c7f60693093ee18aba82)

11 years agoDialog: Restore focus to the previously focused element when window regains focus... 1108/head
Jörn Zaefferer [Wed, 2 Oct 2013 15:27:43 +0000 (17:27 +0200)]
Dialog: Restore focus to the previously focused element when window regains focus. Fixes #9101 - Dialog: Track last focused element instead of always focusing the first tabbable element

11 years agoDialog tests: Work around focus issue in IE8.
Scott González [Thu, 14 Nov 2013 15:32:09 +0000 (10:32 -0500)]
Dialog tests: Work around focus issue in IE8.

11 years agoDialog test: Ensure dialog is tall enough to be scrolled.
Scott González [Thu, 14 Nov 2013 15:10:42 +0000 (10:10 -0500)]
Dialog test: Ensure dialog is tall enough to be scrolled.

11 years agoSelectmenu: CGL fix
Felix Nagel [Wed, 13 Nov 2013 20:26:48 +0000 (21:26 +0100)]
Selectmenu: CGL fix

11 years agoSelectmenu: adjust to menu item style changes
Felix Nagel [Wed, 13 Nov 2013 20:05:20 +0000 (21:05 +0100)]
Selectmenu: adjust to menu item style changes

11 years agoSelectmenu: simplify and fix document click event
Felix Nagel [Wed, 13 Nov 2013 18:55:31 +0000 (19:55 +0100)]
Selectmenu: simplify and fix document click event

11 years agoMerge branch 'master' into selectmenu
Felix Nagel [Wed, 13 Nov 2013 18:45:56 +0000 (19:45 +0100)]
Merge branch 'master' into selectmenu

11 years agoBuild: Add jscs task for code style checking 1109/head
Jörn Zaefferer [Thu, 10 Oct 2013 16:42:21 +0000 (18:42 +0200)]
Build: Add jscs task for code style checking

11 years agoFix various coding style issues
Jörn Zaefferer [Wed, 16 Oct 2013 18:43:09 +0000 (20:43 +0200)]
Fix various coding style issues

11 years agoAutocomplete: Update categories demo again, use only public properties to update...
Jörn Zaefferer [Wed, 13 Nov 2013 18:17:51 +0000 (19:17 +0100)]
Autocomplete: Update categories demo again, use only public properties to update menu option

11 years agoAutocomplete: Update categories demo to use menu's new items option to exclude custom...
Jörn Zaefferer [Wed, 13 Nov 2013 17:51:48 +0000 (18:51 +0100)]
Autocomplete: Update categories demo to use menu's new items option to exclude custom headers from menu focus

11 years agoMenu: Add or modify some demo items to test multi-line items 1128/head
Jörn Zaefferer [Wed, 6 Nov 2013 18:13:15 +0000 (19:13 +0100)]
Menu: Add or modify some demo items to test multi-line items

11 years agoMenu: Set cursor:pointer for menu items. Fixes the regression from removal of anchors...
Jörn Zaefferer [Wed, 6 Nov 2013 18:06:35 +0000 (19:06 +0100)]
Menu: Set cursor:pointer for menu items. Fixes the regression from removal of anchors, which caused a text cursor to appear on non-disabled items.

11 years agoMenu: Simplify styling. Remove rounded corners, reduce spacing.
Scott González [Thu, 24 Oct 2013 18:04:00 +0000 (14:04 -0400)]
Menu: Simplify styling. Remove rounded corners, reduce spacing.

11 years agoTabs: Don't decode URLs if they're not UTF-8. Fixes #9518 - Tabs: URLs encoded in...
Scott González [Wed, 13 Nov 2013 17:29:21 +0000 (12:29 -0500)]
Tabs: Don't decode URLs if they're not UTF-8. Fixes #9518 - Tabs: URLs encoded in anything other than UTF-8 will throw an error.

11 years agoREADME: Added link to Trac.
Scott González [Wed, 13 Nov 2013 15:24:18 +0000 (10:24 -0500)]
README: Added link to Trac.

11 years agoDatepicker: Corrected values for Latvian locale. Fixes #9656 - Datepicker: Incorrect...
Imants Horsts [Thu, 12 Sep 2013 16:50:23 +0000 (19:50 +0300)]
Datepicker: Corrected values for Latvian locale. Fixes #9656 - Datepicker: Incorrect values in Latvian localization.

11 years agoBuild: Renamed jshint target from src to all.
Scott González [Mon, 11 Nov 2013 19:12:21 +0000 (14:12 -0500)]
Build: Renamed jshint target from src to all.

11 years agoBuild: Typo fix.
Scott González [Tue, 5 Nov 2013 16:26:04 +0000 (17:26 +0100)]
Build: Typo fix.

11 years agoSortable: Adjust itemWithLeastDistance algorithm in _contactContainers to properly...
Kris Borchers [Wed, 30 Oct 2013 05:00:18 +0000 (00:00 -0500)]
Sortable: Adjust itemWithLeastDistance algorithm in _contactContainers to properly handle dragging items to the beginning and ends of lists. Fixes #9314 - Sortable: Items cannot be dragged directly into bottom position. Fixes #9381 - Sortable: Connected list placeholders have an inaccurate initial position

11 years agoUpdate grunt-contrib-jshint to 0.7.1 and squash jshint tasks.
Scott González [Fri, 1 Nov 2013 18:44:14 +0000 (14:44 -0400)]
Update grunt-contrib-jshint to 0.7.1 and squash jshint tasks.

11 years agoDraggable Tests: don't test auto scroll while testing helpers.
Mike Sherov [Fri, 1 Nov 2013 01:41:45 +0000 (21:41 -0400)]
Draggable Tests: don't test auto scroll while testing helpers.

11 years agoSelectmenu: follow-up to close menu on other element mousedown not on click
Felix Nagel [Wed, 30 Oct 2013 20:36:03 +0000 (21:36 +0100)]
Selectmenu: follow-up to close menu on other element mousedown not on click

11 years agoSelectmenu: make sure ui-state-focus class is set on button after initial focus
Felix Nagel [Tue, 29 Oct 2013 20:49:17 +0000 (21:49 +0100)]
Selectmenu: make sure ui-state-focus class is set on button after initial focus

11 years agoSelectmenu: close menu on other element mousedown not on click
Felix Nagel [Tue, 29 Oct 2013 19:54:16 +0000 (20:54 +0100)]
Selectmenu: close menu on other element mousedown not on click

11 years agoSelectmenu: improve disabled item handling
Felix Nagel [Tue, 29 Oct 2013 18:52:54 +0000 (19:52 +0100)]
Selectmenu: improve disabled item handling

11 years agoDroppable: update ddmanager when scope changes through setOption. Fixed #9287 - dropp...
Andrei Picus [Tue, 29 Oct 2013 13:48:51 +0000 (15:48 +0200)]
Droppable: update ddmanager when scope changes through setOption. Fixed #9287 - droppable: Scope option cannot be changed after initialization.

11 years agoDraggable Tests: Ensure all combinations of helper / draggable positions / scrollPare...
Mike Sherov [Tue, 29 Oct 2013 13:52:57 +0000 (09:52 -0400)]
Draggable Tests: Ensure all combinations of helper / draggable positions / scrollParents / parent positions are tested accurately.

11 years agoButton: Remove obsolete mouse click coordinates checking. Fixed #7665 - Button: Radio...
Fabrício Matté [Sun, 27 Oct 2013 02:33:25 +0000 (00:33 -0200)]
Button: Remove obsolete mouse click coordinates checking. Fixed #7665 - Button: Radio button & checkboxes ignore mouseclicks for minor mouse movements.

11 years agoAccordion: moving aria-expanded from active tabpanel to active tab. Fixed #9407 ...
Monika Piotrowicz [Mon, 28 Oct 2013 01:57:01 +0000 (21:57 -0400)]
Accordion: moving aria-expanded from active tabpanel to active tab. Fixed #9407 - Accordion: aria-expanded attribute on wrong element

11 years agoMenu (icons demo): Removed anchors from menu items.
Scott González [Thu, 24 Oct 2013 17:22:03 +0000 (13:22 -0400)]
Menu (icons demo): Removed anchors from menu items.

11 years agoCore: Move variables for .uniqueId()/.removeUniqueId() into their implementations.
Scott González [Wed, 23 Oct 2013 12:17:21 +0000 (08:17 -0400)]
Core: Move variables for .uniqueId()/.removeUniqueId() into their implementations.

11 years agoDatepicker: Prefix variables with component name.
Scott González [Wed, 23 Oct 2013 12:16:42 +0000 (08:16 -0400)]
Datepicker: Prefix variables with component name.

11 years agoPosition: Wrap everything in an IIFE to avoid name collisions when the build strips...
Scott González [Wed, 23 Oct 2013 12:16:12 +0000 (08:16 -0400)]
Position: Wrap everything in an IIFE to avoid name collisions when the build strips the main closure.

11 years agoSpinner: Prefix variables with component name.
Scott González [Wed, 23 Oct 2013 12:15:12 +0000 (08:15 -0400)]
Spinner: Prefix variables with component name.

11 years agoWidget: Prefix variables with component name.
Scott González [Wed, 23 Oct 2013 12:14:49 +0000 (08:14 -0400)]
Widget: Prefix variables with component name.

11 years agoTooltip: Use .uniqueId() and move aria-describedby helper methods into the widget...
Scott González [Tue, 17 Sep 2013 14:26:48 +0000 (10:26 -0400)]
Tooltip: Use .uniqueId() and move aria-describedby helper methods into the widget prototype.

11 years agoTabs: Use .uniqueId() for panels and moved isLocal() into the widget prototype.
Scott González [Tue, 17 Sep 2013 14:18:43 +0000 (10:18 -0400)]
Tabs: Use .uniqueId() for panels and moved isLocal() into the widget prototype.

11 years agoSortable: Moved helper methods into the widget prototype.
Scott González [Tue, 17 Sep 2013 13:56:00 +0000 (09:56 -0400)]
Sortable: Moved helper methods into the widget prototype.

11 years agoResizable: Moved helper methods into the widget prototype.
Scott González [Tue, 17 Sep 2013 13:53:46 +0000 (09:53 -0400)]
Resizable: Moved helper methods into the widget prototype.

11 years agoSlider: Move numPages into the widget prototype.
Scott González [Tue, 17 Sep 2013 13:41:20 +0000 (09:41 -0400)]
Slider: Move numPages into the widget prototype.

11 years agoBlind effect: Moved regexes into effect definition.
Scott González [Tue, 17 Sep 2013 13:36:04 +0000 (09:36 -0400)]
Blind effect: Moved regexes into effect definition.

11 years agoDroppable: Moved isOverAxis() into $.ui.intersect().
Scott González [Tue, 17 Sep 2013 13:33:01 +0000 (09:33 -0400)]
Droppable: Moved isOverAxis() into $.ui.intersect().

11 years agoDialog: Move option category hashes into the widget prototype.
Scott González [Tue, 17 Sep 2013 13:30:03 +0000 (09:30 -0400)]
Dialog: Move option category hashes into the widget prototype.

11 years agoAccordion: Use .uniqueId() and move animation properties into the widget prototype.
Scott González [Tue, 17 Sep 2013 13:23:52 +0000 (09:23 -0400)]
Accordion: Use .uniqueId() and move animation properties into the widget prototype.

11 years agoSelectmenu Tests: remove widthMenu option and rename widthButton option to width
Felix Nagel [Wed, 23 Oct 2013 22:17:22 +0000 (00:17 +0200)]
Selectmenu Tests: remove widthMenu option and rename widthButton option to width

11 years agoMerge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu
Felix Nagel [Wed, 23 Oct 2013 22:11:37 +0000 (00:11 +0200)]
Merge branch 'selectmenu' of github.com:jquery/jquery-ui into selectmenu

11 years agoSelectmenu: remove widthMenu option and rename widthButton option to width
Felix Nagel [Wed, 23 Oct 2013 22:11:10 +0000 (00:11 +0200)]
Selectmenu: remove widthMenu option and rename widthButton option to width

11 years agoDraggable Tests: Ensure Draggable tests are correctly testing offset under scroll...
Mike Sherov [Wed, 23 Oct 2013 15:04:10 +0000 (11:04 -0400)]
Draggable Tests: Ensure Draggable tests are correctly testing offset under scroll conditions.

11 years agoSelectmenu: Whitespace.
Scott González [Wed, 23 Oct 2013 14:12:40 +0000 (10:12 -0400)]
Selectmenu: Whitespace.

11 years agoFixed spelling error delay-start.html
Jacob McCutcheon [Mon, 12 Aug 2013 01:39:00 +0000 (11:39 +1000)]
Fixed spelling error delay-start.html

11 years agoSelectmenu: lint fix
Felix Nagel [Mon, 21 Oct 2013 19:18:33 +0000 (21:18 +0200)]
Selectmenu: lint fix

11 years agoSelectmenu: add ui-state-active class to active list item
Felix Nagel [Mon, 21 Oct 2013 18:39:15 +0000 (20:39 +0200)]
Selectmenu: add ui-state-active class to active list item

11 years agoMerge branch 'master' into selectmenu
Felix Nagel [Mon, 21 Oct 2013 18:33:49 +0000 (20:33 +0200)]
Merge branch 'master' into selectmenu

11 years agoDraggable Tests: Test both position and offset of draggable element in all applicable...
Mike Sherov [Mon, 21 Oct 2013 14:59:54 +0000 (10:59 -0400)]
Draggable Tests: Test both position and offset of draggable element in all applicable tests.

11 years agoDraggable: Make sure positional constraints are never applied to ui.originalPosition
Mike Sherov [Mon, 21 Oct 2013 14:48:54 +0000 (10:48 -0400)]
Draggable: Make sure positional constraints are never applied to ui.originalPosition

11 years agoDatepicker: Finnish date format doesn't have padding for day and month. Fixes #9609...
Jörn Zaefferer [Mon, 21 Oct 2013 12:24:10 +0000 (14:24 +0200)]
Datepicker: Finnish date format doesn't have padding for day and month. Fixes #9609 - Datepicker: Correct the Finnish date format

11 years agoDraggable: apply axis options to position instead of style. Fixes #7251 - Draggable...
Mike Sherov [Sun, 20 Oct 2013 23:33:40 +0000 (19:33 -0400)]
Draggable: apply axis options to position instead of style. Fixes #7251 - Draggable: constrained axis option returns incorrect position.

11 years agoDraggable Tests: Fix lint error.
Mike Sherov [Sun, 20 Oct 2013 19:34:52 +0000 (15:34 -0400)]
Draggable Tests: Fix lint error.

11 years agoDraggable Tests: Add position asserts to drag tests
Mike Sherov [Sun, 20 Oct 2013 12:55:02 +0000 (08:55 -0400)]
Draggable Tests: Add position asserts to drag tests

They're currently disabled however due to bugs both
in the tests and in the actual widget.

11 years agoDraggable Tests: consolidate drag tests and provide error messages for all assertions.
Mike Sherov [Sun, 20 Oct 2013 13:35:12 +0000 (09:35 -0400)]
Draggable Tests: consolidate drag tests and provide error messages for all assertions.

11 years agoDraggable Tests: clarify scroll helpers.
Mike Sherov [Sun, 20 Oct 2013 12:37:34 +0000 (08:37 -0400)]
Draggable Tests: clarify scroll helpers.

11 years agoDraggable Tests: make sure offset tests are actually testing offsets
Mike Sherov [Sat, 19 Oct 2013 19:47:13 +0000 (15:47 -0400)]
Draggable Tests: make sure offset tests are actually testing offsets

11 years agoTests: extract TestHelpers.forceScrollableWindow for tests that need the window to...
Mike Sherov [Sat, 19 Oct 2013 15:12:35 +0000 (11:12 -0400)]
Tests: extract TestHelpers.forceScrollableWindow for tests that need the window to scroll