]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
10 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.

10 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.

10 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

10 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

10 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.

10 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

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

10 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

10 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)

10 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

10 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.

10 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.

10 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

10 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

10 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

10 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

10 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

10 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.

10 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.

10 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.

10 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.

10 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.

10 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.

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

10 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

10 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.

10 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.

10 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.

10 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.

10 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.

10 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

10 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.

10 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.

10 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.

10 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.

10 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.

10 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.

10 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.

10 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.

10 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.

10 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.

10 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.

10 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.

10 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().

10 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.

10 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.

10 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.

10 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

10 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.

10 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

10 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

10 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.

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

10 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.

10 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.

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

10 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

10 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

11 years agoMenu: More precise removal of ui-state-active class for easier CSS overrides. Fixes...
Kris Borchers [Fri, 18 Oct 2013 04:07:39 +0000 (23:07 -0500)]
Menu: More precise removal of ui-state-active class for easier CSS overrides. Fixes #9532 - Need a way in Menu to keep ui-state-active class on selected item

11 years agoResizable: Store size based on calculated helper size to prevent 1 pixel shifts....
Kris Borchers [Wed, 16 Oct 2013 02:40:49 +0000 (21:40 -0500)]
Resizable: Store size based on calculated helper size to prevent 1 pixel shifts. Fixes #9547 - Resizable: off-by-one pixel dimensions with helper and grid

11 years agoAutocomplete: Append liveRegion to body to support detached init. Fixes #9590 - Dynam... 1113/head
Jörn Zaefferer [Fri, 18 Oct 2013 13:39:20 +0000 (15:39 +0200)]
Autocomplete: Append liveRegion to body to support detached init. Fixes #9590 - Dynamically adding input field breaks auto-complete's accessibility for screen readers

11 years agoDemos: Fixed small typo.
onovy [Wed, 18 Sep 2013 11:06:22 +0000 (13:06 +0200)]
Demos: Fixed small typo.

11 years agoSortable: Fix typo and break lines in comment.
Andrei Picus [Thu, 17 Oct 2013 14:20:11 +0000 (17:20 +0300)]
Sortable: Fix typo and break lines in comment.

11 years agoSlider: Remove unnecessary 3rd argument in _slide method when calling this.values()
Jyoti Deka [Fri, 18 Oct 2013 15:23:36 +0000 (17:23 +0200)]
Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()

11 years agoRevert "Slider: Remove unnecessary 3rd argument in _slide method when calling this...
Jörn Zaefferer [Fri, 18 Oct 2013 15:21:23 +0000 (17:21 +0200)]
Revert "Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()"

This reverts commit b715e1d3cc54245c54d3981aa341f3a812dba499.

Reverting to fix author email address to avoid CLA issues in the future.

11 years agoSlider: Remove unnecessary 3rd argument in _slide method when calling this.values()
Jyoti Deka [Thu, 10 Oct 2013 17:27:29 +0000 (13:27 -0400)]
Slider: Remove unnecessary 3rd argument in _slide method when calling this.values()

11 years agoWidget: option-method should work as getter only when argument length is 1. Fixes...
Jyoti Deka [Tue, 15 Oct 2013 03:43:06 +0000 (23:43 -0400)]
Widget: option-method should work as getter only when argument length is 1. Fixes #9601 - Widget: calling _setOption with undefined as 3rd argument makes it a getter

11 years agoAutocomplete tests: Update tests now that generated menu doesn't have anchors in...
Kris Borchers [Sun, 6 Oct 2013 03:19:57 +0000 (22:19 -0500)]
Autocomplete tests: Update tests now that generated menu doesn't have anchors in elements

11 years agoMenu: Add items option for better definition of menu items in non parent-child structures
Kris Borchers [Wed, 25 Sep 2013 04:46:59 +0000 (23:46 -0500)]
Menu: Add items option for better definition of menu items in non parent-child structures

11 years agoAutocomplete: Don't add anchors to items in generated menu
Kris Borchers [Mon, 23 Sep 2013 03:25:29 +0000 (22:25 -0500)]
Autocomplete: Don't add anchors to items in generated menu

11 years agoMenu tests: Remove anchors from visual test
Kris Borchers [Mon, 23 Sep 2013 02:03:46 +0000 (21:03 -0500)]
Menu tests: Remove anchors from visual test

11 years agoMenu: Remove the requirement to use anchors in menu items
Kris Borchers [Wed, 18 Sep 2013 04:22:33 +0000 (23:22 -0500)]
Menu: Remove the requirement to use anchors in menu items

11 years agoTabs: Keep reference to existing tablist during refresh. Fixes #9584 - Tabs: Refresh...
Scott González [Fri, 4 Oct 2013 14:10:30 +0000 (10:10 -0400)]
Tabs: Keep reference to existing tablist during refresh. Fixes #9584 - Tabs: Refresh issue when tabs are moved to bottom.

11 years agoDialog: Added note explaining that _on() is safe to use for shared handlers because...
Scott González [Thu, 3 Oct 2013 16:09:50 +0000 (12:09 -0400)]
Dialog: Added note explaining that _on() is safe to use for shared handlers because of stacking.

11 years agoUpdated author information.
Scott González [Thu, 3 Oct 2013 15:44:49 +0000 (11:44 -0400)]
Updated author information.

11 years agoDay TH's: scope=col. Closes gh-1074
Stephane Deschamps [Thu, 5 Sep 2013 12:37:09 +0000 (14:37 +0200)]
Day TH's: scope=col. Closes gh-1074

A TH must feature a way to know which span of TD's it applies to, and in simple tables such as date tables, this can be achieved through the use of the scope attribute.

11 years agoDialog: Switch back to shuffling z-index, but only look at .ui-front siblings. 1090/head
Jörn Zaefferer [Fri, 27 Sep 2013 16:53:15 +0000 (18:53 +0200)]
Dialog: Switch back to shuffling z-index, but only look at .ui-front siblings.

Fixes #9166 - Dialog: moveToTop implementation resets flash/video/iframe/scroll
Fixes #9364 - Dialog: Click of element with tooltip scrolls the dialog to the top

11 years agoBuild: Fixed TestSwarm submission.
Scott González [Wed, 2 Oct 2013 14:15:32 +0000 (10:15 -0400)]
Build: Fixed TestSwarm submission.

11 years agoGruntfile: Remove project prefix from TestSwarm job name
Timo Tijhof [Wed, 2 Oct 2013 13:33:03 +0000 (15:33 +0200)]
Gruntfile: Remove project prefix from TestSwarm job name

* Also added a line break to separate the for statement
  from the testswarm chain.
* Passing explicit false instead of empty string as `extra`.

11 years agoUpdated author information.
Scott González [Wed, 2 Oct 2013 13:45:27 +0000 (09:45 -0400)]
Updated author information.

11 years agoDialog: Safe activeElement access.
TJ VanToll [Mon, 30 Sep 2013 14:49:42 +0000 (17:49 +0300)]
Dialog: Safe activeElement access.

Fixed #9420 - Dialog: Close causes blur of window in IE9
Fixed #8443 - Dialog: "unspecified error" when using ie9 and iframe

11 years agoDialog: Changed the width of the close button. Fixed #9133 - Dialog: Resizing causes...
Jasper de Groot [Mon, 30 Sep 2013 15:23:57 +0000 (17:23 +0200)]
Dialog: Changed the width of the close button. Fixed #9133 - Dialog: Resizing causes close icon to misalign in Firefox.

11 years agoSpinner: Only format the value when there is one. Fixes #9573 - Spinner: forces a...
TJ VanToll [Fri, 27 Sep 2013 17:49:57 +0000 (13:49 -0400)]
Spinner: Only format the value when there is one. Fixes #9573 - Spinner: forces a field validation in Firefox before field loses focus or form is submitted

11 years agoBuild: Remove the build task and it's dependencies. Will bring back testing against...
Jörn Zaefferer [Fri, 20 Sep 2013 16:15:55 +0000 (18:15 +0200)]
Build: Remove the build task and it's dependencies. Will bring back testing against minified files later.

11 years agoBuild: Update grunt-compare-size to latest, add it's .sizecache.json to .gitignore
Jörn Zaefferer [Fri, 20 Sep 2013 15:59:04 +0000 (17:59 +0200)]
Build: Update grunt-compare-size to latest, add it's .sizecache.json to .gitignore

11 years agoMenu: Only focus menu after click if focus is on an element within menu. Fixes #9044... 1063/head
Kris Borchers [Mon, 26 Aug 2013 05:06:44 +0000 (00:06 -0500)]
Menu: Only focus menu after click if focus is on an element within menu. Fixes #9044 - Menu: Autofocus issue with dialog opened from menu widget

11 years agoWidget: Only remove hover and focus classes when disabling, not enabling. Fixes ...
Scott González [Mon, 16 Sep 2013 15:57:35 +0000 (11:57 -0400)]
Widget: Only remove hover and focus classes when disabling, not enabling. Fixes #9558 - Widget: .enable() while already enabled kills ui-state-focus and ui-state-hover.

11 years agoSpinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() method 1077/head
Jörn Zaefferer [Wed, 11 Sep 2013 20:00:27 +0000 (22:00 +0200)]
Spinner: Add isValid method. Fixes #9542 - Spinner: Add isValid() method

11 years agoWidget Bridge: Make the _init method optional. Add tests for both states. Fixes ... 1078/head
Jörn Zaefferer [Wed, 11 Sep 2013 20:11:58 +0000 (22:11 +0200)]
Widget Bridge: Make the _init method optional. Add tests for both states. Fixes #9543 - Widget bridge: Make _init() optional.

11 years agoUpdate AUTHORS.txt.
Scott González [Mon, 2 Sep 2013 13:25:00 +0000 (09:25 -0400)]
Update AUTHORS.txt.

11 years agoDraggable: Safe activeElement access from iFrames for IE9, prevent window focus chang...
TJ VanToll [Wed, 28 Aug 2013 13:17:01 +0000 (09:17 -0400)]
Draggable: Safe activeElement access from iFrames for IE9, prevent window focus changes in IE9+. Fixed #9520 - Draggable: Browser window drops behind other windows in IE9/10

11 years agoUpgrade grunt-contrib-jshint to 0.6.3.
TJ VanToll [Wed, 28 Aug 2013 13:22:26 +0000 (09:22 -0400)]
Upgrade grunt-contrib-jshint to 0.6.3.

11 years agoREADME: Updated build instructions.
Scott González [Tue, 27 Aug 2013 17:00:56 +0000 (13:00 -0400)]
README: Updated build instructions.

11 years agoDemos/tests: Losslessly recompress PNG/GIF images.
Pere Orga [Mon, 26 Aug 2013 13:38:32 +0000 (14:38 +0100)]
Demos/tests: Losslessly recompress PNG/GIF images.

11 years agoTests: Fixed accidental use of comma instead of semicolon.
Scott González [Wed, 21 Aug 2013 13:37:03 +0000 (09:37 -0400)]
Tests: Fixed accidental use of comma instead of semicolon.

11 years agoDialog: Capitalize default value for closeText option. Fixes #9500 - Dialog: Capitali...
Scott González [Thu, 15 Aug 2013 20:56:49 +0000 (16:56 -0400)]
Dialog: Capitalize default value for closeText option. Fixes #9500 - Dialog: Capitalize 'close' for closeText option.

11 years agoDraggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggable:...
Mike Sherov [Mon, 12 Aug 2013 23:31:39 +0000 (19:31 -0400)]
Draggable: Ignore scroll offsets for abspos draggables. Fixes #9315 - Draggable: jumps down with offset of scrollbar

11 years agoPosition demo: Added missing semicolon.
Mohsen Ekhtiari [Sun, 11 Aug 2013 21:45:33 +0000 (02:15 +0430)]
Position demo: Added missing semicolon.

11 years agoMenu: Make check for click outside of menu a function which can be overridden. Fixes...
Kris Borchers [Thu, 1 Aug 2013 01:20:13 +0000 (20:20 -0500)]
Menu: Make check for click outside of menu a function which can be overridden. Fixes #8929 - Menu needs adjustement for use in Selectmenu

11 years agoCSS Framework: Display child links within .ui-state-hover and .ui-state-focus widgets...
TJ VanToll [Fri, 19 Jul 2013 01:19:38 +0000 (21:19 -0400)]
CSS Framework: Display child links within .ui-state-hover and .ui-state-focus widgets the same. Fixes #9428 - CSS Framework: Title color not reset in a focused accordion tab