]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
11 years agoMerge branch 'master' into selectmenu
Felix Nagel [Thu, 30 May 2013 19:28:15 +0000 (21:28 +0200)]
Merge branch 'master' into selectmenu

11 years agoSelectmenu: remove unused var
Felix Nagel [Thu, 30 May 2013 19:25:36 +0000 (21:25 +0200)]
Selectmenu: remove unused var

11 years agoSelectmenu: use that.focusIndex != null instead of !== undefined when checking first...
Felix Nagel [Thu, 30 May 2013 19:25:15 +0000 (21:25 +0200)]
Selectmenu: use that.focusIndex != null instead of !== undefined when checking first focus event

11 years agoSelectmenu tests: test if close event is fired when selectmenu is closed by click...
Felix Nagel [Thu, 30 May 2013 19:21:44 +0000 (21:21 +0200)]
Selectmenu tests: test if close event is fired when selectmenu is closed by click on body

11 years agoSelectmenu tests: improve all other focus callback event tests
Felix Nagel [Thu, 30 May 2013 19:11:08 +0000 (21:11 +0200)]
Selectmenu tests: improve all other focus callback event tests

11 years agoSelectmenu: fire focus event when menu is opened
Felix Nagel [Thu, 30 May 2013 19:05:48 +0000 (21:05 +0200)]
Selectmenu: fire focus event when menu is opened

11 years agoSelectmenu: do not call focus menu method when close method us used
Felix Nagel [Thu, 30 May 2013 19:04:45 +0000 (21:04 +0200)]
Selectmenu: do not call focus menu method when close method us used

11 years agoSelectmenu tests: improve focus callback event test, add keydown focus test, add...
Felix Nagel [Thu, 30 May 2013 19:02:38 +0000 (21:02 +0200)]
Selectmenu tests: improve focus callback event test, add keydown focus test, add multiple focus events test

11 years agoDroppable: Style guide conformance.
Steven Luscher [Fri, 24 May 2013 03:54:17 +0000 (20:54 -0700)]
Droppable: Style guide conformance.

11 years agoDroppable: Defer querying of offsetWidth and offsetHeight until they're required...
Steven Luscher [Fri, 10 May 2013 21:03:44 +0000 (14:03 -0700)]
Droppable: Defer querying of offsetWidth and offsetHeight until they're required. Fixes #9339 - Droppable: offsetWidth and offsetHeight are queried unnecessarily causing synchronous reflow.

11 years agoResizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: Erratic...
Christian Klammer [Thu, 16 May 2013 11:26:13 +0000 (21:26 +1000)]
Resizable: Fixed sign error on offset calculation. Fixes #9307 - Resizable: Erratic behavior of contained elements within scrollable grandparents

11 years agoAutocomplete: Scope race condition handling to the instance. Fixes #9334 - Autocomple...
Scott González [Tue, 28 May 2013 15:04:29 +0000 (11:04 -0400)]
Autocomplete: Scope race condition handling to the instance. Fixes #9334 - Autocomplete: Multiple instances should be able to start asynchronous requests simultaneously.

11 years agoAccordion: Removing unused ui-accordion-noicons class.
TJ VanToll [Sun, 26 May 2013 23:08:11 +0000 (19:08 -0400)]
Accordion: Removing unused ui-accordion-noicons class.
(cherry picked from commit e8c4d21bf495719c7746134e08cd32097c8bf980)

11 years agoMerge branch 'master' into selectmenu
Felix Nagel [Fri, 24 May 2013 17:47:42 +0000 (19:47 +0200)]
Merge branch 'master' into selectmenu

11 years agoDialog: Add type="button" to the close button. Fixed #9312: Dialog: closes on enter...
TJ VanToll [Thu, 23 May 2013 01:43:40 +0000 (21:43 -0400)]
Dialog: Add type="button" to the close button. Fixed #9312: Dialog: closes on enter in textbox in IE.

11 years agoTabs: Restore anchor cloning for remote tab testing. Fixes #9317 - Tabs: Incorrect...
Scott González [Wed, 22 May 2013 17:59:17 +0000 (13:59 -0400)]
Tabs: Restore anchor cloning for remote tab testing. Fixes #9317 - Tabs: Incorrect remote tab detection in IE7.

11 years agoDraggable: enabled draggable from within iframe. Fixed #5727 - draggable: cannot...
Brian Grinstead [Mon, 14 Jun 2010 15:20:03 +0000 (08:20 -0700)]
Draggable: enabled draggable from within iframe. Fixed #5727 - draggable: cannot drag element inside iframe

11 years agoInteractions: Fixed an off-by-one error in isOverAxis.
David Hansen [Wed, 23 Jan 2013 18:46:10 +0000 (11:46 -0700)]
Interactions: Fixed an off-by-one error in isOverAxis.

11 years agoWidget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 - Widget...
Scott González [Mon, 20 May 2013 15:30:49 +0000 (11:30 -0400)]
Widget: Properly set widgetEventPrefix when redefining a widget. Fixes #9316 - Widget: widgetEventPrefix is empty when widget is (occasionally) loaded twice.

11 years agoSelectmenu: recheck refresh fallback for IE and add a comment
Felix Nagel [Thu, 16 May 2013 20:54:29 +0000 (22:54 +0200)]
Selectmenu: recheck refresh fallback for IE and add a comment

11 years agoSelectmenu: recheck CSS overflow IE hack and add comment
Felix Nagel [Thu, 16 May 2013 20:52:13 +0000 (22:52 +0200)]
Selectmenu: recheck CSS overflow IE hack and add comment

11 years agoDatepicker i18n: Updated Spanish and French locales. Fixes #9289 - Datepicker: Incorr...
Scott González [Thu, 16 May 2013 16:14:05 +0000 (12:14 -0400)]
Datepicker i18n: Updated Spanish and French locales. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish.

11 years agoSortable demo (portlets): Cleanup.
Scott González [Thu, 16 May 2013 14:08:47 +0000 (10:08 -0400)]
Sortable demo (portlets): Cleanup.

11 years agoPosition: Use absolute positioning when getting scrollbar width to avoid reflows...
Scott González [Thu, 16 May 2013 12:34:04 +0000 (08:34 -0400)]
Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.

11 years agoRevert "Position: Use absolute positioning when getting scrollbar width to avoid...
Scott González [Thu, 16 May 2013 12:32:58 +0000 (08:32 -0400)]
Revert "Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues."

This reverts commit 1d3b8ff78eaa3d64a839ba34af34d1e8b24f82af.

11 years agoPosition: Use absolute positioning when getting scrollbar width to avoid reflows...
Scott González [Thu, 16 May 2013 10:26:03 +0000 (06:26 -0400)]
Position: Use absolute positioning when getting scrollbar width to avoid reflows of user content. Fixes #9291 - Position - $.position.scrollbarWidth detection causes layout issues.

11 years agoMerge branch 'master' into selectmenu
Felix Nagel [Wed, 15 May 2013 19:07:35 +0000 (21:07 +0200)]
Merge branch 'master' into selectmenu

11 years agoSelectmenu: use dynamic binding for document event
Felix Nagel [Wed, 15 May 2013 19:04:10 +0000 (21:04 +0200)]
Selectmenu: use dynamic binding for document event

11 years agoSelectmenu Tests: improve events tests, check for original option element not only...
Felix Nagel [Sun, 12 May 2013 19:02:03 +0000 (21:02 +0200)]
Selectmenu Tests: improve events tests, check for original option element not only for node type

11 years agoDatepicker: Fixed Lithuanian translation. Fixes #9281 - Datepicker i18n: Incorrect...
Toshi MARUYAMA [Wed, 8 May 2013 04:03:13 +0000 (13:03 +0900)]
Datepicker: Fixed Lithuanian translation. Fixes #9281 - Datepicker i18n: Incorrect settings for Lithuanian locale.

11 years agoRemove environment-specific files from .gitignore.
Scott González [Thu, 9 May 2013 16:11:21 +0000 (12:11 -0400)]
Remove environment-specific files from .gitignore.

11 years agoSelectmenu Tests: simplify asyncTest
Felix Nagel [Tue, 7 May 2013 20:17:41 +0000 (22:17 +0200)]
Selectmenu Tests: simplify asyncTest

11 years agoSelectmenu Tests: fixed spacing
Felix Nagel [Tue, 7 May 2013 20:13:57 +0000 (22:13 +0200)]
Selectmenu Tests: fixed spacing

11 years agoAutocomplete: Remove handling for NUMPAD_ENTER.
Scott González [Mon, 6 May 2013 19:04:14 +0000 (15:04 -0400)]
Autocomplete: Remove handling for NUMPAD_ENTER.

11 years agoUpdated AUTHORS.txt.
Scott González [Thu, 2 May 2013 13:36:17 +0000 (09:36 -0400)]
Updated AUTHORS.txt.

11 years agoCore: Removed $.ui.keyCode.NUMPAD_*. Fixes #9269 - Remove number pad key codes.
Scott González [Thu, 2 May 2013 13:13:19 +0000 (09:13 -0400)]
Core: Removed $.ui.keyCode.NUMPAD_*. Fixes #9269 - Remove number pad key codes.

11 years agoSelectmenu Tests: use asyncTest when working with focus events
Felix Nagel [Tue, 30 Apr 2013 22:33:37 +0000 (00:33 +0200)]
Selectmenu Tests: use asyncTest when working with focus events

11 years agoSelectmenu Tests: add visual test selectmenu in tabs, removed old compatibility test
Felix Nagel [Tue, 30 Apr 2013 22:07:09 +0000 (00:07 +0200)]
Selectmenu Tests: add visual test selectmenu in tabs, removed old compatibility test

11 years agoSelectmenu; improve HTML building in custom render demo
Felix Nagel [Tue, 30 Apr 2013 21:40:53 +0000 (23:40 +0200)]
Selectmenu; improve HTML building in custom render demo

11 years agoRelease: Ability to provide a different repo for testing.
Scott González [Tue, 30 Apr 2013 20:56:11 +0000 (16:56 -0400)]
Release: Ability to provide a different repo for testing.

11 years agoDialog Tests: move dialog initialization to top in order to make stacking work for...
Felix Nagel [Tue, 30 Apr 2013 18:26:23 +0000 (20:26 +0200)]
Dialog Tests: move dialog initialization to top in order to make stacking work for autocomplete and selectmenu

11 years agoProgressbar: Add new download dialog demo
Kris Borchers [Sun, 30 Dec 2012 05:17:38 +0000 (23:17 -0600)]
Progressbar: Add new download dialog demo

11 years agoAutocomplete tests: Cleanup.
Scott González [Tue, 30 Apr 2013 14:27:22 +0000 (10:27 -0400)]
Autocomplete tests: Cleanup.

11 years agoWhitespace.
Scott González [Tue, 30 Apr 2013 14:23:29 +0000 (10:23 -0400)]
Whitespace.

11 years agoBuild: Fix effect demo url (typo)
Rafael Xavier de Souza [Mon, 29 Apr 2013 22:29:51 +0000 (19:29 -0300)]
Build: Fix effect demo url (typo)

11 years agoMerge branch 'master' into selectmenu
Felix Nagel [Mon, 29 Apr 2013 21:40:26 +0000 (23:40 +0200)]
Merge branch 'master' into selectmenu

11 years agoTests: added Selectenu to Dialog Widgets compound test
Felix Nagel [Mon, 29 Apr 2013 21:38:50 +0000 (23:38 +0200)]
Tests: added Selectenu to Dialog Widgets compound test

11 years agoSelectmenu: using prop instead of attr to receive disabled state
Felix Nagel [Mon, 29 Apr 2013 21:24:15 +0000 (23:24 +0200)]
Selectmenu: using prop instead of attr to receive disabled state

11 years agoSelectmenu: do not call _getCreateOptions directly
Felix Nagel [Mon, 29 Apr 2013 21:21:17 +0000 (23:21 +0200)]
Selectmenu: do not call _getCreateOptions directly

11 years agoSelectmenu Tests: add spaces to [0]
Felix Nagel [Mon, 29 Apr 2013 21:15:56 +0000 (23:15 +0200)]
Selectmenu Tests: add spaces to [0]

11 years agoSelectmenu: use outerWidth for menu width calculation
Felix Nagel [Mon, 29 Apr 2013 21:13:26 +0000 (23:13 +0200)]
Selectmenu: use outerWidth for menu width calculation

11 years agoSelectmenu: add renderItemData method similar to autocomplete
Felix Nagel [Mon, 29 Apr 2013 21:05:07 +0000 (23:05 +0200)]
Selectmenu: add renderItemData method similar to autocomplete

11 years agoSelectmenu: add spaces
Felix Nagel [Mon, 29 Apr 2013 20:36:37 +0000 (22:36 +0200)]
Selectmenu: add spaces

11 years agoSelectmenu: use guard clause for option length checking in refresh
Felix Nagel [Mon, 29 Apr 2013 20:23:11 +0000 (22:23 +0200)]
Selectmenu: use guard clause for option length checking in refresh

11 years agoSelectmenu: adjust comments, trim trailing spaces
Felix Nagel [Mon, 29 Apr 2013 20:19:53 +0000 (22:19 +0200)]
Selectmenu: adjust comments, trim trailing spaces

11 years agoSelectmenu: rename var to focusIndex
Felix Nagel [Mon, 29 Apr 2013 20:15:50 +0000 (22:15 +0200)]
Selectmenu: rename var to focusIndex

11 years agoSelectmenu: blank before comment
Felix Nagel [Mon, 29 Apr 2013 20:15:29 +0000 (22:15 +0200)]
Selectmenu: blank before comment

11 years agoSelectmenu: improve readability when creating button elements
Felix Nagel [Mon, 29 Apr 2013 20:14:50 +0000 (22:14 +0200)]
Selectmenu: improve readability when creating button elements

11 years agoSelectmenu: set aria states as string if needed
Felix Nagel [Mon, 29 Apr 2013 20:07:41 +0000 (22:07 +0200)]
Selectmenu: set aria states as string if needed

11 years agoSelectmenu: simplify tabindex attribute setting on button create
Felix Nagel [Mon, 29 Apr 2013 20:04:56 +0000 (22:04 +0200)]
Selectmenu: simplify tabindex attribute setting on button create

11 years agoSelectmenu: Comments start with an uppercase letter
Felix Nagel [Mon, 29 Apr 2013 20:01:51 +0000 (22:01 +0200)]
Selectmenu: Comments start with an uppercase letter

11 years agoSelectmenu: don't quote click, remove extraneous space
Felix Nagel [Mon, 29 Apr 2013 19:59:55 +0000 (21:59 +0200)]
Selectmenu: don't quote click, remove extraneous space

11 years agoSelectmenu: improve id generation
Felix Nagel [Mon, 29 Apr 2013 19:54:36 +0000 (21:54 +0200)]
Selectmenu: improve id generation

11 years agoSelectmenu: clean up CSS
Felix Nagel [Mon, 29 Apr 2013 19:46:41 +0000 (21:46 +0200)]
Selectmenu: clean up CSS

11 years agoSelectmenu Tests: added labels to disabled empty visual test
Felix Nagel [Mon, 29 Apr 2013 19:34:10 +0000 (21:34 +0200)]
Selectmenu Tests: added labels to disabled empty visual test

11 years agoSelectmenu Tests: change doctype to lower case
Felix Nagel [Mon, 29 Apr 2013 19:13:33 +0000 (21:13 +0200)]
Selectmenu Tests: change doctype to lower case

11 years agoSelectmenu Test: rename widget method test
Felix Nagel [Mon, 29 Apr 2013 19:08:20 +0000 (21:08 +0200)]
Selectmenu Test: rename widget method test

11 years agoSelectmenu Tests: clean up spacing and intention
Felix Nagel [Mon, 29 Apr 2013 19:03:12 +0000 (21:03 +0200)]
Selectmenu Tests: clean up spacing and intention

11 years agoSelectmenu Tests: add toLowerCase() to node type checks
Felix Nagel [Mon, 29 Apr 2013 18:59:35 +0000 (20:59 +0200)]
Selectmenu Tests: add toLowerCase() to node type checks

11 years agoSelectmenu Tests: remove unneeded test
Felix Nagel [Mon, 29 Apr 2013 18:51:01 +0000 (20:51 +0200)]
Selectmenu Tests: remove unneeded test

11 years agoSelectmenu Tests: use simulate instead of trigger
Felix Nagel [Mon, 29 Apr 2013 18:49:06 +0000 (20:49 +0200)]
Selectmenu Tests: use simulate instead of trigger

11 years agoSelectmenu Tests: remove unneeded test
Felix Nagel [Mon, 29 Apr 2013 18:48:48 +0000 (20:48 +0200)]
Selectmenu Tests: remove unneeded test

11 years agoSelectmenu Tests: cleanup unit tests
Felix Nagel [Mon, 29 Apr 2013 18:47:02 +0000 (20:47 +0200)]
Selectmenu Tests: cleanup unit tests

11 years agoSelectmenu Tests: rename wrapper divs
Felix Nagel [Mon, 29 Apr 2013 18:34:16 +0000 (20:34 +0200)]
Selectmenu Tests: rename wrapper divs

11 years agoSelectmenu Tests: updated jQuery and old testsuite version
Felix Nagel [Mon, 29 Apr 2013 18:31:02 +0000 (20:31 +0200)]
Selectmenu Tests: updated jQuery and old testsuite version

11 years agoSelectmenu: clean up default demo
Felix Nagel [Mon, 29 Apr 2013 18:22:15 +0000 (20:22 +0200)]
Selectmenu: clean up default demo

11 years agoSelectmenu: clean up custom render demo
Felix Nagel [Mon, 29 Apr 2013 18:14:43 +0000 (20:14 +0200)]
Selectmenu: clean up custom render demo

11 years agoBuild: Fix version in package.json, oversight when branching 1-10-stable
Jörn Zaefferer [Fri, 26 Apr 2013 16:10:47 +0000 (18:10 +0200)]
Build: Fix version in package.json, oversight when branching 1-10-stable

11 years agoBuild: Change the homepage and demo URLs to the main effects page. Fixes #9247 -...
Jörn Zaefferer [Fri, 26 Apr 2013 16:09:00 +0000 (18:09 +0200)]
Build: Change the homepage and demo URLs to the main effects page. Fixes #9247 - Build: Incorrect links in effect manifests

11 years agoAutocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplete: Unabl...
Jason Moon [Wed, 20 Mar 2013 22:42:34 +0000 (17:42 -0500)]
Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox).

11 years agoPosition demo: Fixed usage of center positioning.
Scott González [Thu, 25 Apr 2013 16:58:53 +0000 (12:58 -0400)]
Position demo: Fixed usage of center positioning.

11 years agoAutocomplete: Refactored _response() so that requestIndex is defined closer to where...
Scott González [Thu, 25 Apr 2013 14:59:20 +0000 (10:59 -0400)]
Autocomplete: Refactored _response() so that requestIndex is defined closer to where it's used.

11 years agoMenu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: IE 10...
TJ VanToll [Sat, 20 Apr 2013 02:52:30 +0000 (22:52 -0400)]
Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: IE 10 renders bullets in submenus

11 years agoAll: Remove inline JSHint settings.
Scott González [Mon, 22 Apr 2013 16:35:21 +0000 (12:35 -0400)]
All: Remove inline JSHint settings.

11 years agoSortable: Don't create functions inside loops.
Scott González [Mon, 22 Apr 2013 16:33:35 +0000 (12:33 -0400)]
Sortable: Don't create functions inside loops.

11 years agoMerge branch 'master' into selectmenu
Felix Nagel [Sun, 21 Apr 2013 13:10:38 +0000 (15:10 +0200)]
Merge branch 'master' into selectmenu

11 years agoDatepicker Tests: Fix hanging IE tests resulting from asynchronous blur
Mike Sherov [Sun, 14 Apr 2013 22:47:29 +0000 (18:47 -0400)]
Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur

11 years agoDatepicker Tests: fix failing oldIE tests by creating new inputs to focus when necess...
Mike Sherov [Sun, 14 Apr 2013 21:07:24 +0000 (17:07 -0400)]
Datepicker Tests: fix failing oldIE tests by creating new inputs to focus when necessary for focus tests.

11 years agoTest Suite: Remove Flaky Datepicker test, and correct more old jQuery test cases...
Mike Sherov [Sun, 14 Apr 2013 16:58:42 +0000 (12:58 -0400)]
Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test cases for old Opera and old Safari.

11 years agoDraggable: allow draggable to defer destroying itself upon DOM removal until after...
Mike Sherov [Wed, 27 Mar 2013 20:47:57 +0000 (16:47 -0400)]
Draggable: allow draggable to defer destroying itself upon DOM removal until after stop is fired. Fixes #6889 - Draggable: Cursor doesn't revert to pre-dragging state after revert action when original element is removed.

11 years agoGrunt: Allow tabs tests to run in PhantomJS.
Scott González [Fri, 12 Apr 2013 13:05:48 +0000 (09:05 -0400)]
Grunt: Allow tabs tests to run in PhantomJS.

11 years agoAutocomplete demo: Use custom namespace for combobox.
Scott González [Fri, 12 Apr 2013 00:54:36 +0000 (20:54 -0400)]
Autocomplete demo: Use custom namespace for combobox.

11 years agoDatepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in all brows...
Mike Sherov [Fri, 12 Apr 2013 00:48:05 +0000 (20:48 -0400)]
Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in all browsers without having to rely on timeouts.

11 years agoButton: Remove ui-state-focus class when becoming disabled. Fixes #9169 - Button...
Scott González [Thu, 11 Apr 2013 18:03:51 +0000 (14:03 -0400)]
Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.

11 years agoButton: On form reset only call refresh on current button widgets. Fixed #9213: Butto...
TJ VanToll [Sun, 7 Apr 2013 16:57:15 +0000 (12:57 -0400)]
Button: On form reset only call refresh on current button widgets. Fixed #9213: Button: timeout in formResetHandler causing refresh to be called on non-widgets

11 years agoTests: Renamed TestSwarm jobs.
Scott González [Tue, 9 Apr 2013 18:22:37 +0000 (14:22 -0400)]
Tests: Renamed TestSwarm jobs.

11 years agoUpgrade grunt-contrib-jshint to 0.4.1.
Scott González [Mon, 8 Apr 2013 19:02:54 +0000 (15:02 -0400)]
Upgrade grunt-contrib-jshint to 0.4.1.

11 years agoUpdated .jshintrc settings.
Scott González [Mon, 8 Apr 2013 19:02:12 +0000 (15:02 -0400)]
Updated .jshintrc settings.

11 years agoDraggable tests: Wrap IIFE in parens.
Scott González [Mon, 8 Apr 2013 18:45:09 +0000 (14:45 -0400)]
Draggable tests: Wrap IIFE in parens.

11 years agoBuild: Change single quotes to double quotes.
Scott González [Mon, 8 Apr 2013 18:43:37 +0000 (14:43 -0400)]
Build: Change single quotes to double quotes.