]>
source.dussan.org Git - jquery-ui.git/log
Felix Nagel [Mon, 1 Jul 2013 20:04:30 +0000 (22:04 +0200)]
Selectmenu Tests: use trigger instead of simulate for click events in order to make tests work in IE/ and IE8
Felix Nagel [Mon, 24 Jun 2013 18:30:03 +0000 (20:30 +0200)]
Selectmenu: CSS Framework: Update API links from the old docs site to their new API site location.
Felix Nagel [Mon, 24 Jun 2013 18:28:10 +0000 (20:28 +0200)]
Merge branch 'master' into selectmenu
Jörn Zaefferer [Mon, 24 Jun 2013 14:12:15 +0000 (16:12 +0200)]
Update authors
Rafael Xavier de Souza [Wed, 8 May 2013 12:39:27 +0000 (09:39 -0300)]
Effects (core): Unite demos into the same single effect/ path
Rafael Xavier de Souza [Mon, 13 May 2013 18:27:40 +0000 (15:27 -0300)]
Test: Update effects_core test, since puff-effect and size-effect now have its own files
Rafael Xavier de Souza [Wed, 8 May 2013 12:06:54 +0000 (09:06 -0300)]
Effect: Give puff-effect and size-effect its own files. Previously, they were into scale-effect file.
TJ VanToll [Fri, 21 Jun 2013 00:40:00 +0000 (20:40 -0400)]
Menu: Ensure an event was passed before checking its type. Fixes #9384 - Menu: _focus function forgets null check with doing a pattern match on event.type
Jörn Zaefferer [Thu, 20 Jun 2013 14:56:27 +0000 (16:56 +0200)]
Menu tests: Fix lint error
Jörn Zaefferer [Thu, 20 Jun 2013 14:53:08 +0000 (16:53 +0200)]
Build: Update grunt-contrib-jshint to latest, fixes jshint errors not aborting the build
Steven Luscher [Wed, 1 May 2013 22:01:32 +0000 (15:01 -0700)]
Draggable: active element blurs when clicking on a draggable. Fixes #4261 - Draggable: Inputs do not blur when clicking on a draggable
Steven Luscher [Thu, 2 May 2013 19:07:34 +0000 (12:07 -0700)]
Clicking on a draggable anchor without moving it should make it the active element (Fixes #8399).
TJ VanToll [Thu, 13 Jun 2013 20:47:07 +0000 (13:47 -0700)]
Menu: Reset ui-menu-icons class in refresh. Fixes #9377: Menu: Refreshing should recheck for menu icons
Jörn Zaefferer [Wed, 12 Jun 2013 19:52:14 +0000 (21:52 +0200)]
Build: Add support for running on Travis
TJ VanToll [Thu, 6 Jun 2013 02:03:09 +0000 (22:03 -0400)]
CSS Framework: Update API links from the old docs site to their new API site location.
Jörn Zaefferer [Wed, 5 Jun 2013 13:22:03 +0000 (15:22 +0200)]
Selectmenu: Fix htmllint warnings
Jörn Zaefferer [Wed, 5 Jun 2013 12:44:44 +0000 (14:44 +0200)]
Merge branch 'master' into selectmenu
Felix Nagel [Tue, 4 Jun 2013 19:16:13 +0000 (21:16 +0200)]
Selectmenu tests: fix lint issues
Scott González [Tue, 4 Jun 2013 13:35:37 +0000 (09:35 -0400)]
Slider Tests: Remove pointless doc blocks.
Scott González [Tue, 4 Jun 2013 12:31:48 +0000 (08:31 -0400)]
Tabs: Use .ui-tabs-anchor in stylesheet.
TJ VanToll [Sun, 2 Jun 2013 02:34:44 +0000 (22:34 -0400)]
Datepicker: Removing unused ui-datepicker-month-year class name.
Scott González [Mon, 3 Jun 2013 19:14:08 +0000 (15:14 -0400)]
Slider: Remove range div when changing range option to false. Fixes #9355 - Slider: Changing range option to false does not remove range div.
TJ VanToll [Mon, 3 Jun 2013 02:30:05 +0000 (22:30 -0400)]
Spinner: Trivial spelling / grammatical fixes in CSS comments.
Scott González [Fri, 31 May 2013 19:00:50 +0000 (15:00 -0400)]
Dialog: Use proper position data after drag and resize. Fixes #9351 - Dialog: Incorrect value for position option after resize.
Jörn Zaefferer [Fri, 31 May 2013 09:37:09 +0000 (11:37 +0200)]
Build: Update node-testswarm to 1.1.0 to match latest TestSwarm API
Jörn Zaefferer [Fri, 31 May 2013 08:47:10 +0000 (10:47 +0200)]
Revert
b12def5ab2b718f226f2a0c24c6b6d98cd0940c1 - instead update to testswarm@1.0.3, which always passes as a boolean.
Jörn Zaefferer [Fri, 31 May 2013 08:39:16 +0000 (10:39 +0200)]
Build: Don't pass undefined to grunt's method in error cases. Must be for the task to fail.
Jörn Zaefferer [Fri, 31 May 2013 08:35:44 +0000 (10:35 +0200)]
Datepicker: Replicate fr-locale changes to the demo copy. Adjust unit tests to match the new lowercase names. Fixes #9289 - Datepicker: Incorrect capitalisation for French and Spanish
Felix Nagel [Thu, 30 May 2013 20:30:56 +0000 (22:30 +0200)]
Selectmenu Tests: use asyncTest when working with focus events
Felix Nagel [Thu, 30 May 2013 20:07:52 +0000 (22:07 +0200)]
Selectmenu tests: combine visual tests to one
Felix Nagel [Thu, 30 May 2013 19:28:15 +0000 (21:28 +0200)]
Merge branch 'master' into selectmenu
Felix Nagel [Thu, 30 May 2013 19:25:36 +0000 (21:25 +0200)]
Selectmenu: remove unused var
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
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
Felix Nagel [Thu, 30 May 2013 19:11:08 +0000 (21:11 +0200)]
Selectmenu tests: improve all other focus callback event tests
Felix Nagel [Thu, 30 May 2013 19:05:48 +0000 (21:05 +0200)]
Selectmenu: fire focus event when menu is opened
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
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
Steven Luscher [Fri, 24 May 2013 03:54:17 +0000 (20:54 -0700)]
Droppable: Style guide conformance.
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.
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
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.
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 )
Felix Nagel [Fri, 24 May 2013 17:47:42 +0000 (19:47 +0200)]
Merge branch 'master' into selectmenu
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.
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.
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
David Hansen [Wed, 23 Jan 2013 18:46:10 +0000 (11:46 -0700)]
Interactions: Fixed an off-by-one error in isOverAxis.
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.
Felix Nagel [Thu, 16 May 2013 20:54:29 +0000 (22:54 +0200)]
Selectmenu: recheck refresh fallback for IE and add a comment
Felix Nagel [Thu, 16 May 2013 20:52:13 +0000 (22:52 +0200)]
Selectmenu: recheck CSS overflow IE hack and add comment
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.
Scott González [Thu, 16 May 2013 14:08:47 +0000 (10:08 -0400)]
Sortable demo (portlets): Cleanup.
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.
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 .
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.
Felix Nagel [Wed, 15 May 2013 19:07:35 +0000 (21:07 +0200)]
Merge branch 'master' into selectmenu
Felix Nagel [Wed, 15 May 2013 19:04:10 +0000 (21:04 +0200)]
Selectmenu: use dynamic binding for document event
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
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.
Scott González [Thu, 9 May 2013 16:11:21 +0000 (12:11 -0400)]
Remove environment-specific files from .gitignore.
Felix Nagel [Tue, 7 May 2013 20:17:41 +0000 (22:17 +0200)]
Selectmenu Tests: simplify asyncTest
Felix Nagel [Tue, 7 May 2013 20:13:57 +0000 (22:13 +0200)]
Selectmenu Tests: fixed spacing
Scott González [Mon, 6 May 2013 19:04:14 +0000 (15:04 -0400)]
Autocomplete: Remove handling for NUMPAD_ENTER.
Scott González [Thu, 2 May 2013 13:36:17 +0000 (09:36 -0400)]
Updated AUTHORS.txt.
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.
Felix Nagel [Tue, 30 Apr 2013 22:33:37 +0000 (00:33 +0200)]
Selectmenu Tests: use asyncTest when working with focus events
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
Felix Nagel [Tue, 30 Apr 2013 21:40:53 +0000 (23:40 +0200)]
Selectmenu; improve HTML building in custom render demo
Scott González [Tue, 30 Apr 2013 20:56:11 +0000 (16:56 -0400)]
Release: Ability to provide a different repo for testing.
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
Kris Borchers [Sun, 30 Dec 2012 05:17:38 +0000 (23:17 -0600)]
Progressbar: Add new download dialog demo
Scott González [Tue, 30 Apr 2013 14:27:22 +0000 (10:27 -0400)]
Autocomplete tests: Cleanup.
Scott González [Tue, 30 Apr 2013 14:23:29 +0000 (10:23 -0400)]
Whitespace.
Rafael Xavier de Souza [Mon, 29 Apr 2013 22:29:51 +0000 (19:29 -0300)]
Build: Fix effect demo url (typo)
Felix Nagel [Mon, 29 Apr 2013 21:40:26 +0000 (23:40 +0200)]
Merge branch 'master' into selectmenu
Felix Nagel [Mon, 29 Apr 2013 21:38:50 +0000 (23:38 +0200)]
Tests: added Selectenu to Dialog Widgets compound test
Felix Nagel [Mon, 29 Apr 2013 21:24:15 +0000 (23:24 +0200)]
Selectmenu: using prop instead of attr to receive disabled state
Felix Nagel [Mon, 29 Apr 2013 21:21:17 +0000 (23:21 +0200)]
Selectmenu: do not call _getCreateOptions directly
Felix Nagel [Mon, 29 Apr 2013 21:15:56 +0000 (23:15 +0200)]
Selectmenu Tests: add spaces to [0]
Felix Nagel [Mon, 29 Apr 2013 21:13:26 +0000 (23:13 +0200)]
Selectmenu: use outerWidth for menu width calculation
Felix Nagel [Mon, 29 Apr 2013 21:05:07 +0000 (23:05 +0200)]
Selectmenu: add renderItemData method similar to autocomplete
Felix Nagel [Mon, 29 Apr 2013 20:36:37 +0000 (22:36 +0200)]
Selectmenu: add spaces
Felix Nagel [Mon, 29 Apr 2013 20:23:11 +0000 (22:23 +0200)]
Selectmenu: use guard clause for option length checking in refresh
Felix Nagel [Mon, 29 Apr 2013 20:19:53 +0000 (22:19 +0200)]
Selectmenu: adjust comments, trim trailing spaces
Felix Nagel [Mon, 29 Apr 2013 20:15:50 +0000 (22:15 +0200)]
Selectmenu: rename var to focusIndex
Felix Nagel [Mon, 29 Apr 2013 20:15:29 +0000 (22:15 +0200)]
Selectmenu: blank before comment
Felix Nagel [Mon, 29 Apr 2013 20:14:50 +0000 (22:14 +0200)]
Selectmenu: improve readability when creating button elements
Felix Nagel [Mon, 29 Apr 2013 20:07:41 +0000 (22:07 +0200)]
Selectmenu: set aria states as string if needed
Felix Nagel [Mon, 29 Apr 2013 20:04:56 +0000 (22:04 +0200)]
Selectmenu: simplify tabindex attribute setting on button create
Felix Nagel [Mon, 29 Apr 2013 20:01:51 +0000 (22:01 +0200)]
Selectmenu: Comments start with an uppercase letter
Felix Nagel [Mon, 29 Apr 2013 19:59:55 +0000 (21:59 +0200)]
Selectmenu: don't quote click, remove extraneous space
Felix Nagel [Mon, 29 Apr 2013 19:54:36 +0000 (21:54 +0200)]
Selectmenu: improve id generation
Felix Nagel [Mon, 29 Apr 2013 19:46:41 +0000 (21:46 +0200)]
Selectmenu: clean up CSS
Felix Nagel [Mon, 29 Apr 2013 19:34:10 +0000 (21:34 +0200)]
Selectmenu Tests: added labels to disabled empty visual test
Felix Nagel [Mon, 29 Apr 2013 19:13:33 +0000 (21:13 +0200)]
Selectmenu Tests: change doctype to lower case
Felix Nagel [Mon, 29 Apr 2013 19:08:20 +0000 (21:08 +0200)]
Selectmenu Test: rename widget method test
Felix Nagel [Mon, 29 Apr 2013 19:03:12 +0000 (21:03 +0200)]
Selectmenu Tests: clean up spacing and intention
Felix Nagel [Mon, 29 Apr 2013 18:59:35 +0000 (20:59 +0200)]
Selectmenu Tests: add toLowerCase() to node type checks
Felix Nagel [Mon, 29 Apr 2013 18:51:01 +0000 (20:51 +0200)]
Selectmenu Tests: remove unneeded test