]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
11 years agoSortable Tests: Fix IE7 Test fails by being more generous with dragging near borders...
Mike Sherov [Sun, 31 Mar 2013 16:06:28 +0000 (12:06 -0400)]
Sortable Tests: Fix IE7 Test fails by being more generous with dragging near borders.(cherry picked from commit bbb53df27d357376c7941251b027cdb7f1f453d5)

11 years agoSortable Tests: Fix IE7 test failures due to incorrectly expecting relative urls...
Mike Sherov [Sun, 31 Mar 2013 15:55:24 +0000 (11:55 -0400)]
Sortable Tests: Fix IE7 test failures due to incorrectly expecting relative urls in img srcs.(cherry picked from commit 384f1812542127e10ea55ba56412a19e5f2b7dda)

11 years agoSelectable Tests: Fix test failures in IE7 by accounting simulated events properly...
Mike Sherov [Sun, 31 Mar 2013 15:49:54 +0000 (11:49 -0400)]
Selectable Tests: Fix test failures in IE7 by accounting simulated events properly.(cherry picked from commit 875139ef8fe97d049fc1231e8465b6dc7699e5dd)

11 years agoAccordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: refresh...
Scott González [Wed, 27 Mar 2013 19:23:59 +0000 (15:23 -0400)]
Accordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: refresh() method incorrectly opens collapsed accordion.
(cherry picked from commit 5a8596cdf3baa4d835e588cda9060a0537236c71)

11 years agoTests: Handle globals in .jshintrc.
Scott González [Wed, 27 Mar 2013 13:40:53 +0000 (09:40 -0400)]
Tests: Handle globals in .jshintrc.
(cherry picked from commit 2c43548ac629467596ee64d0c614a0cef3169852)

11 years agoCore: Updated comment about $.ui.plugin.
Scott González [Wed, 27 Mar 2013 13:30:15 +0000 (09:30 -0400)]
Core: Updated comment about $.ui.plugin.
(cherry picked from commit b26d207d57a8e0fee034b5a9e16fbfa1ac38d67b)

11 years agoBuild: Use globals instead of predef for JSHint.
Scott González [Tue, 26 Mar 2013 18:44:32 +0000 (14:44 -0400)]
Build: Use globals instead of predef for JSHint.
(cherry picked from commit a9e1755cb96c54ed3ead77f3eb375544fbf2b4b3)

11 years agoWhitespace.
Scott González [Tue, 26 Mar 2013 18:43:35 +0000 (14:43 -0400)]
Whitespace.
(cherry picked from commit a4fabd2bb4016dace930bdbb87fd82b09950b4c8)

11 years agoDatepicker demo (localization): Add English as an option.
Scott González [Tue, 26 Mar 2013 18:08:28 +0000 (14:08 -0400)]
Datepicker demo (localization): Add English as an option.
(cherry picked from commit 8ad8cea69590cbaddc143732e001c8d769b9f204)

11 years agoDraggable Tests: Minor style fixes and removing unnecessary setup and teardown for...
Mike Sherov [Tue, 26 Mar 2013 13:18:58 +0000 (09:18 -0400)]
Draggable Tests: Minor style fixes and removing unnecessary setup and teardown for core tests.
(cherry picked from commit 38f93c4ac19d85649e08f666086c1234ff7360f3)

11 years agoDraggable Tests: Test that removing an element on drop doesn't cause a draggable...
Mike Sherov [Tue, 26 Mar 2013 13:18:00 +0000 (09:18 -0400)]
Draggable Tests: Test that removing an element on drop doesn't cause a draggable error. Fixes #9159 - Draggable Tests: Write test case for #8269
(cherry picked from commit e9faec96ed0152a4943efa838b9025d63e3e3093)

11 years agoDatepicker demo: Corrected the Arabic word for Arabic.
Suhail Alkowaileet [Sat, 23 Mar 2013 10:11:14 +0000 (13:11 +0300)]
Datepicker demo: Corrected the Arabic word for Arabic.
(cherry picked from commit 53c88a76ab965fed2ace8df42b3890549d2817d6)

11 years agoDraggable: Handle containment set to false after init, and style improvements. Fixes...
Mike Sherov [Sat, 23 Mar 2013 02:12:52 +0000 (04:12 +0200)]
Draggable: Handle containment set to false after init, and style improvements. Fixes #8962 - Containment doesn't properly update
(cherry picked from commit dc5254aa0703f9f7fd9d290c3078a5e9267160d9)

11 years agoSortable: update placeholder when axis is x or y for connected lists. Fixed #8301...
Jason Moon [Thu, 21 Mar 2013 14:56:39 +0000 (09:56 -0500)]
Sortable: update placeholder when axis is x or y for connected lists. Fixed #8301 - Placeholder doesn't move when using connectWith option
(cherry picked from commit f306a826a4d3b4c36c3f86cb5feeee23bb0db4c3)

11 years agoAutocomplete: Insert the live region before the input. Fixes #9172 - Autocomplete...
Scott González [Thu, 21 Mar 2013 19:54:50 +0000 (15:54 -0400)]
Autocomplete: Insert the live region before the input. Fixes #9172 - Autocomplete: .replaceWith() fails to replace.
(cherry picked from commit ff11b69a67e0176c851ff3bdec997c7a75d47a42)

11 years agoUpgrade to grunt 0.4.1.
Scott González [Thu, 21 Mar 2013 16:34:28 +0000 (12:34 -0400)]
Upgrade to grunt 0.4.1.
(cherry picked from commit f281ce9e6c99cc28dbbcf38b7d32bccd14b91b76)

11 years agoAutocomplete: Menu's input option is long gone, remove leftovers
Jörn Zaefferer [Thu, 21 Mar 2013 16:09:21 +0000 (17:09 +0100)]
Autocomplete: Menu's input option is long gone, remove leftovers
(cherry picked from commit 54092e4f63fefb37f7aade2fab42dcf2b288ae9c)

11 years agoProgressbar demo (label): Use absolute positioning for the label. Fixes #9163 - Progr...
Scott González [Mon, 18 Mar 2013 17:05:57 +0000 (13:05 -0400)]
Progressbar demo (label): Use absolute positioning for the label. Fixes #9163 - Progressbar demo: Incorrect presentation with progressbar label in IE9.
(cherry picked from commit 8bf5bc8bc8322bce796a9d9c9e7dc140e3081973)

11 years agoAutocomplete demo (combobox): Hide select on create. Fixes #9158 - Autocomplete Combo...
Scott González [Sat, 16 Mar 2013 19:27:56 +0000 (15:27 -0400)]
Autocomplete demo (combobox): Hide select on create. Fixes #9158 - Autocomplete Combobox demo shows underlying select by default.
(cherry picked from commit 4202ad07187e15a3b2e64277e170daf9b278c3b4)

11 years agoDraggable: make sure snap elements are in the document before snapping. Fixes #8459...
Mike Sherov [Sat, 16 Mar 2013 18:36:06 +0000 (14:36 -0400)]
Draggable: make sure snap elements are in the document before snapping. Fixes #8459 - Draggable: element can snap to an element that was removed during drag.(cherry picked from commit 9d8af804ad4cebe434d420b29467c596809a7cca)

11 years agoDraggable: modified snapping algorithm to use edges and corners. Fixed #8165 - Dragga...
Zbigniew Motyka [Mon, 29 Oct 2012 08:55:54 +0000 (09:55 +0100)]
Draggable: modified snapping algorithm to use edges and corners. Fixed #8165 - Draggable: Snapping doesn't take top/left into account properly(cherry picked from commit bd126a9c1cfcbc9d0fd370af25cfa0eab294fc4e)

11 years agoAutocomplete: Updated reference in combobox demo. Fixed #9157 - Combobox demo does...
TJ VanToll [Sat, 16 Mar 2013 15:02:57 +0000 (11:02 -0400)]
Autocomplete: Updated reference in combobox demo.  Fixed #9157 - Combobox demo does not show Items
(cherry picked from commit ebd5f13027b30be1cdd9e8782e81ce468dcdff5e)

11 years agoDraggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: auto scroll...
Woody Gilk [Thu, 14 Mar 2013 18:21:24 +0000 (13:21 -0500)]
Draggable: Fix double offset bug when scrolling. Fixes #6817 - Draggable: auto scroll goes double distance when dragging
(cherry picked from commit 82f588e82b887fdcb2406da2c5dfedc2f13ebdc9)

11 years agoGrunt: Run all CSS files through csslint.
Scott González [Fri, 15 Mar 2013 13:36:49 +0000 (09:36 -0400)]
Grunt: Run all CSS files through csslint.
(cherry picked from commit 5fb68636d19a40451d1190b9a5255d86616d54f5)

11 years agoGrunt: Add lint and test aliases.
Scott González [Fri, 15 Mar 2013 13:04:48 +0000 (09:04 -0400)]
Grunt: Add lint and test aliases.
(cherry picked from commit d8468a33790da8e7be46552325e932162b1942af)

11 years agoSortable Tests: Add tests for axis option and recent axis option bugs.(cherry picked...
Mike Sherov [Fri, 15 Mar 2013 02:56:48 +0000 (22:56 -0400)]
Sortable Tests: Add tests for axis option and recent axis option bugs.(cherry picked from commit 4484c52a4d29ea4da53446ddea9f85b3f1231b06)

11 years agoUpdating the master version to 1.10.3pre.
Scott González [Thu, 14 Mar 2013 19:23:06 +0000 (12:23 -0700)]
Updating the master version to 1.10.3pre.

11 years agoRevert "Widget: Stop setting ui-state-disabled and aria by default on setting disable...
Scott González [Thu, 14 Mar 2013 19:07:06 +0000 (15:07 -0400)]
Revert "Widget: Stop setting ui-state-disabled and aria by default on setting disabled option." This needs to wait for a major release.

This reverts commit 4d67f4f34908a50ef88f95df4103ee001b777e45.

11 years agoGrunt: remove base theme from release cdn
Rafael Xavier de Souza [Thu, 14 Mar 2013 18:33:29 +0000 (15:33 -0300)]
Grunt: remove base theme from release cdn

11 years agoSortable: Only animate along the specified axis when reverting. Fixes #7415 - Sortabl...
Scott González [Wed, 13 Mar 2013 02:44:43 +0000 (22:44 -0400)]
Sortable: Only animate along the specified axis when reverting. Fixes #7415 - Sortable: Incorrect revert animation with axis: 'y'.

11 years agoUpdated mailmap.
Scott González [Wed, 13 Mar 2013 13:59:20 +0000 (09:59 -0400)]
Updated mailmap.

11 years agoUpdated AUTHORS.txt.
Scott González [Tue, 12 Mar 2013 18:55:33 +0000 (14:55 -0400)]
Updated AUTHORS.txt.

11 years agoUpgrade to grunt-git-authors 1.2.0.
Scott González [Tue, 12 Mar 2013 18:55:08 +0000 (14:55 -0400)]
Upgrade to grunt-git-authors 1.2.0.

11 years agoBuild: Fix the key for the 'all' subtask for compare_size. Stills needs a new version...
Jörn Zaefferer [Tue, 12 Mar 2013 13:53:18 +0000 (14:53 +0100)]
Build: Fix the key for the 'all' subtask for compare_size. Stills needs a new version of grunt-compare-size to actuall work

11 years agoBuild: Update to grunt-contrib-qunit 0.2.0 to get latest PhantomJS
Jörn Zaefferer [Tue, 12 Mar 2013 12:53:18 +0000 (13:53 +0100)]
Build: Update to grunt-contrib-qunit 0.2.0 to get latest PhantomJS

11 years agoBuild: Don't call DB's grunt-prepare task, not needed anymore 867/head
Jörn Zaefferer [Tue, 12 Mar 2013 10:00:21 +0000 (11:00 +0100)]
Build: Don't call DB's grunt-prepare task, not needed anymore

11 years agoBuild: Switch from grunt-css to the equivalent grunt-contrib tasks
Jörn Zaefferer [Mon, 11 Mar 2013 14:29:08 +0000 (15:29 +0100)]
Build: Switch from grunt-css to the equivalent grunt-contrib tasks

11 years agoBuild: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css and...
Jörn Zaefferer [Fri, 21 Dec 2012 17:26:56 +0000 (18:26 +0100)]
Build: Migrate to grunt 0.4. Rename to Gruntfile, upgrade to newer grunt-css and grunt-html, update custom tasks. Drop qunit-junit plugin, not worth the trouble. Update release script to run grunt-prepare after npm-install.

11 years agoWidget: Stop setting ui-state-disabled and aria by default on setting disabled option.
Mike Sherov [Tue, 12 Mar 2013 01:28:51 +0000 (21:28 -0400)]
Widget: Stop setting ui-state-disabled and aria by default on setting disabled option.
Fixes #5973 - Resizable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled
Fixes #5974 - Draggable: disabled should not have the ui-state-disabled class or aria attribute aria-disabled
Fixes #6039 - Droppable : disabled should not have ui-state-disabled

11 years agoCSS Framework: Add ui-icon-blank class for an icon with no image. Fixes #9150 - CSS...
Scott González [Mon, 11 Mar 2013 15:57:21 +0000 (11:57 -0400)]
CSS Framework: Add ui-icon-blank class for an icon with no image. Fixes #9150 - CSS Framework: Add ui-icon-blank.

This essentially reverts 1fe06f03fac30ce76b87eab8c5a9acc72becd587 and the fix for #5659.

11 years agoDraggable tests: Don't use .on().
Scott González [Sat, 9 Mar 2013 13:12:31 +0000 (08:12 -0500)]
Draggable tests: Don't use .on().

11 years agoSortable Tests: Add tests to support #9041 and #8792
Mike Sherov [Fri, 8 Mar 2013 21:38:41 +0000 (16:38 -0500)]
Sortable Tests: Add tests to support #9041 and #8792

11 years agoSortable: Skip triggering over event if it's alreay over the continer. Fixes #9041...
John Chen [Sat, 16 Feb 2013 14:35:58 +0000 (22:35 +0800)]
Sortable: Skip triggering over event if it's alreay over the continer. Fixes #9041: the over event fires on every pixel movement

11 years agoSortable: Skip items that are not at the same line as the cursor when floating. Fixes...
John Chen [Sat, 16 Feb 2013 13:32:55 +0000 (21:32 +0800)]
Sortable: Skip items that are not at the same line as the cursor when floating. Fixes #8792: Issue with floated items in connected lists.

11 years agoRemoved guard against duplicate loading. Use safe references to original functions...
Scott González [Fri, 8 Mar 2013 15:23:25 +0000 (10:23 -0500)]
Removed guard against duplicate loading. Use safe references to original functions when proxying, don't rename originals.

11 years agoDraggable: Account for descendants in handle.
Scott González [Fri, 8 Mar 2013 15:08:46 +0000 (10:08 -0500)]
Draggable: Account for descendants in handle.

11 years agoDraggable: Fix border containment. Fixed #5569 - Draggable: Containment incorrectly...
TJ VanToll [Sat, 26 Jan 2013 20:31:27 +0000 (15:31 -0500)]
Draggable: Fix border containment. Fixed #5569 - Draggable: Containment incorrectly calculates padding and border

11 years agoSortable tests: Added alt attributes to images.
Scott González [Thu, 7 Mar 2013 18:15:16 +0000 (13:15 -0500)]
Sortable tests: Added alt attributes to images.

11 years agoSortable: Copy the src of the original item when creating a placeholder from an image...
Scott González [Thu, 7 Mar 2013 17:55:00 +0000 (12:55 -0500)]
Sortable: Copy the src of the original item when creating a placeholder from an image. Fixes #5129 - Sortable: Unable to use an image as a placeholder in Firefox.

11 years agoDraggable Tests: Fix containment tests
Mike Sherov [Mon, 4 Mar 2013 16:39:14 +0000 (11:39 -0500)]
Draggable Tests: Fix containment tests

11 years agoDraggable Tests: Fix snap test failures in IE8
Mike Sherov [Mon, 4 Mar 2013 14:58:23 +0000 (09:58 -0500)]
Draggable Tests: Fix snap test failures in IE8

11 years agoDraggable Tests: Style Sweep
Mike Sherov [Mon, 4 Mar 2013 06:32:23 +0000 (01:32 -0500)]
Draggable Tests: Style Sweep

11 years agoDraggable Tests: Add test coverage for supported options
Mike Sherov [Sat, 12 Jan 2013 05:33:45 +0000 (00:33 -0500)]
Draggable Tests: Add test coverage for supported options

11 years agoSlider tests: Use ui-slider not uiSlider for data key.
Scott González [Sat, 2 Mar 2013 20:31:38 +0000 (15:31 -0500)]
Slider tests: Use ui-slider not uiSlider for data key.

11 years agoSlider tests: Don't use .on().
Scott González [Sat, 2 Mar 2013 20:26:18 +0000 (15:26 -0500)]
Slider tests: Don't use .on().

11 years agoSortable: Adding a min-width to the body on the portlet demo. Fixed #4485: Portlet...
TJ VanToll [Thu, 28 Feb 2013 03:35:53 +0000 (22:35 -0500)]
Sortable: Adding a min-width to the body on the portlet demo.  Fixed #4485: Portlet demo is buggy.

11 years agoEffects: Handle the .hide/show/toggle( options ) signatures from core properly. Fixes...
Scott González [Thu, 28 Feb 2013 18:34:49 +0000 (13:34 -0500)]
Effects: Handle the .hide/show/toggle( options ) signatures from core properly. Fixes #9126 - .show()/.hide() do not support all of core's options.

11 years agoAccordion demo: Clean up hoverintent implementation to avoid using jQuery.event.handl...
Scott González [Wed, 27 Feb 2013 16:27:44 +0000 (11:27 -0500)]
Accordion demo: Clean up hoverintent implementation to avoid using jQuery.event.handle. Thanks Drew Waddell for pointing out the use of an undocumented/deprecated method.

11 years agoEffects: Delegate to core show/hide when the element is already in the correct final...
Scott González [Tue, 26 Feb 2013 15:36:03 +0000 (10:36 -0500)]
Effects: Delegate to core show/hide when the element is already in the correct final state. This forces the element to go through the olddisplay tracking and forces styles on elements even if they're hidden via an ancestor. Fixes #9120 - Effects: .hide() inconsistent with core with a hidden parent.

11 years agoDroppable tests: Cleanup.
Scott González [Tue, 26 Feb 2013 15:13:42 +0000 (10:13 -0500)]
Droppable tests: Cleanup.

11 years agoDroppable: Changed drop event to loop over a copied array instead of the droppables...
Zaven Muradyan [Sun, 24 Feb 2013 05:55:29 +0000 (21:55 -0800)]
Droppable: Changed drop event to loop over a copied array instead of the droppables directly. Fixed #9116 - Droppable: Drop event can cause droppables to remain active if any droppable is created/destroyed in the event handler.

11 years agoPosition: Fix orientation check for scrollbar widths. Fixes #8763 - Position: getScro...
Scott González [Tue, 26 Feb 2013 13:59:28 +0000 (08:59 -0500)]
Position: Fix orientation check for scrollbar widths. Fixes #8763 - Position: getScrollInfo() swapped width and height.

11 years agoAutocomplete: Set isNewMenu flag on every suggestion. Fixes #9118 - Autocomplete...
Scott González [Mon, 25 Feb 2013 20:36:08 +0000 (15:36 -0500)]
Autocomplete: Set isNewMenu flag on every suggestion. Fixes #9118 - Autocomplete: Mouse auto-highlights option in Firefox.

11 years agoUpgrade mousewheel to 3.1.0.
Scott González [Fri, 22 Feb 2013 22:28:45 +0000 (17:28 -0500)]
Upgrade mousewheel to 3.1.0.

11 years agoAutocomplete demo (Combobox): Split code into smaller functions.
Scott González [Tue, 19 Feb 2013 20:10:02 +0000 (15:10 -0500)]
Autocomplete demo (Combobox): Split code into smaller functions.

11 years agoAutocomplete demo (Combobox): Rename selected event to select.
Scott González [Tue, 19 Feb 2013 19:47:14 +0000 (14:47 -0500)]
Autocomplete demo (Combobox): Rename selected event to select.

11 years agoAutocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - Autocomplet...
Scott González [Tue, 19 Feb 2013 19:46:30 +0000 (14:46 -0500)]
Autocomplete demo (Combobox): Don't highlight term matches. Fixes #9086 - Autocomplete: Incorrect escaping in combobox demo.

11 years agoSpinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after losing...
Scott González [Fri, 22 Feb 2013 14:15:43 +0000 (09:15 -0500)]
Spinner: Call _stop() on blur. Fixes #9112 - Spinner keeps changing after losing focus.

11 years agoTabs: Use border-bottom-width instead of border-bottom to remove the border on tabs...
Scott González [Fri, 22 Feb 2013 13:53:03 +0000 (08:53 -0500)]
Tabs: Use border-bottom-width instead of border-bottom to remove the border on tabs. Fixes #9111 - Tabs: Can't inherit border-bottom-color for vertical tabs.

11 years agoDraggable: Revert flag honours Sortable revert speed. Fixed #9103 Draggable: revert...
Steve Urmston [Tue, 19 Feb 2013 22:58:31 +0000 (22:58 +0000)]
Draggable: Revert flag honours Sortable revert speed. Fixed #9103 Draggable: revert option reset after being added to a connectedSortable.

11 years agoSortable: When sorting table rows, create a td to force dimensions. Fixes #4765 ...
Scott González [Thu, 21 Feb 2013 01:16:29 +0000 (20:16 -0500)]
Sortable: When sorting table rows, create a td to force dimensions. Fixes #4765 - Sortable: Placeholder not displayed when sorting table rows.

11 years agoDialog: Extract check for which elements can gain focus into its own method for overr...
Scott González [Wed, 20 Feb 2013 22:35:48 +0000 (17:35 -0500)]
Dialog: Extract check for which elements can gain focus into its own method for overriding. Fixes #9087 - Dialog: Allow registering elements outside a dialog for use when a modal dialog is open.

11 years agoDatepicker: Updated German locale. Fixes #9098 - Datepicker German localization ...
Christian Wenz [Tue, 19 Feb 2013 02:35:10 +0000 (18:35 -0800)]
Datepicker: Updated German locale. Fixes #9098 - Datepicker German localization - make casing of previous/next/today consistent.

11 years agoDialog: Don't hard-code widget data key. Fixes #9097 - UI dialog inheritance.
Scott González [Mon, 18 Feb 2013 21:07:15 +0000 (16:07 -0500)]
Dialog: Don't hard-code widget data key. Fixes #9097 - UI dialog inheritance.

11 years agoSortable: Inject a CSS rule to style the cursor. Fixed #7389 - sortable: 'cursor...
Nathanael Silverman [Wed, 13 Feb 2013 16:34:52 +0000 (17:34 +0100)]
Sortable: Inject a CSS rule to style the cursor. Fixed #7389 - sortable: 'cursor' option didn't override CSS cursor settings.

11 years agoUpdating the master version to 1.10.2pre.
Scott González [Fri, 15 Feb 2013 20:07:15 +0000 (15:07 -0500)]
Updating the master version to 1.10.2pre.

11 years agoBuild: Use fs.existsSync() instead of path.existsSync().
Scott González [Fri, 15 Feb 2013 17:41:39 +0000 (12:41 -0500)]
Build: Use fs.existsSync() instead of path.existsSync().

11 years agoBuild: Cleanup.
Scott González [Fri, 15 Feb 2013 17:41:18 +0000 (12:41 -0500)]
Build: Cleanup.

11 years agoGrunt: update generate_themes task to use the new DownloadBuilder API
Rafael Xavier de Souza [Wed, 13 Feb 2013 20:56:35 +0000 (18:56 -0200)]
Grunt: update generate_themes task to use the new DownloadBuilder API

- DownloadBuilder accepts the config file as an option. It's not necessary
  to workaround it by changing the DownloadBuilder config file anymore;
- DownloadBuilder has exposed a method to generate the theme gallery bundle;

11 years agoUpdated AUTHORS.txt.
Scott González [Wed, 13 Feb 2013 15:30:08 +0000 (10:30 -0500)]
Updated AUTHORS.txt.

11 years agoTheme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix...
Scott González [Wed, 13 Feb 2013 14:06:02 +0000 (09:06 -0500)]
Theme: Collapse border in .ui-helper-cleafix. Fixes #8442 - CSS: ui-helper-clearfix bug within table with border spacing.

11 years agoMerge branch 'draggable_fix_9077'
TJ VanToll [Wed, 13 Feb 2013 02:28:23 +0000 (21:28 -0500)]
Merge branch 'draggable_fix_9077'

11 years agoRemoving unnecessary wrapping of this in draggable's stack option handling.
TJ VanToll [Wed, 13 Feb 2013 02:27:21 +0000 (21:27 -0500)]
Removing unnecessary wrapping of this in draggable's stack option handling.

11 years agoDatepicker i18n: Change Slovak day/month names to lowercase. Fixes #9078 - Datepicker...
Scott González [Tue, 12 Feb 2013 14:57:29 +0000 (09:57 -0500)]
Datepicker i18n: Change Slovak day/month names to lowercase. Fixes #9078 - Datepicker Slovak localisation - name of day/month is always lowercase.

11 years agoPosition: Handle decimal percentage offsets. Fixes #9076: percentage offset does... 912/head
David Petersen [Tue, 12 Feb 2013 02:04:28 +0000 (20:04 -0600)]
Position: Handle decimal percentage offsets. Fixes #9076: percentage offset does not support decimal

11 years agoDraggable: Account for z-index set in CSS for the stack option. Fixed #9077 - Dragga... 913/head
TJ VanToll [Tue, 12 Feb 2013 04:29:48 +0000 (23:29 -0500)]
Draggable: Account for z-index set in CSS for the stack option.  Fixed #9077 - Draggable: stack option resets the z-index

11 years agoSlider: Coding standards for tests 903/head 910/head
David Petersen [Thu, 7 Feb 2013 14:33:26 +0000 (08:33 -0600)]
Slider: Coding standards for tests

11 years agoAdded .mailmap for top contributors.
Scott González [Wed, 6 Feb 2013 13:37:58 +0000 (08:37 -0500)]
Added .mailmap for top contributors.

11 years agoAutocomplete: Use .ui-front instead of .zIndex() for the suggestions menu.
Scott González [Tue, 5 Feb 2013 18:01:32 +0000 (13:01 -0500)]
Autocomplete: Use .ui-front instead of .zIndex() for the suggestions menu.

11 years agoDatepicker: Use entity number instead of entity name when escaping single quotes.
Scott González [Tue, 5 Feb 2013 15:13:27 +0000 (10:13 -0500)]
Datepicker: Use entity number instead of entity name when escaping single quotes.

11 years agoAutocomplete: Optimize element type checks for speed and size.
Scott González [Tue, 5 Feb 2013 14:33:48 +0000 (09:33 -0500)]
Autocomplete: Optimize element type checks for speed and size.

11 years agoSlider: allow range option to be changed. Fixed #5602 - Slider Does Not Exhibit Prope...
David Petersen [Wed, 30 Jan 2013 19:07:33 +0000 (13:07 -0600)]
Slider: allow range option to be changed. Fixed #5602 - Slider Does Not Exhibit Proper Behavior When Switching Range

11 years agoUpdating 'jQuery' to 1.9.1. 908/head
Bruno M. Custódio [Tue, 5 Feb 2013 13:47:59 +0000 (13:47 +0000)]
Updating 'jQuery' to 1.9.1.

11 years agoSlider: Add disabled tests and remove disabled prop from handles 905/head
David Petersen [Fri, 1 Feb 2013 02:19:52 +0000 (20:19 -0600)]
Slider: Add disabled tests and remove disabled prop from handles

11 years agoFix file permissions in themes/base/images.
Travis Carden [Fri, 18 Jan 2013 19:12:39 +0000 (13:12 -0600)]
Fix file permissions in themes/base/images.

11 years agoDailog: Cover iframes during drag and resize. Fixes #7650 - Dialog cannot be dragged...
Scott González [Sun, 3 Feb 2013 13:55:34 +0000 (08:55 -0500)]
Dailog: Cover iframes during drag and resize. Fixes #7650 - Dialog cannot be dragged properly with IFRAME.

11 years agoDialog: Don't use ._on() for modal event handlers. Fixes #9048 - Dialog: broken focus...
Scott González [Sun, 3 Feb 2013 00:32:42 +0000 (19:32 -0500)]
Dialog: Don't use ._on() for modal event handlers. Fixes #9048 - Dialog: broken focusin event handler when beforeclose event of a modal opens another modal.

11 years agooops...
Scott González [Sun, 3 Feb 2013 00:11:30 +0000 (19:11 -0500)]
oops...

11 years agoDraggable: Change $.ui.contains() to $.contains(). Fixes #9051 - Draggable: Reference...
Vahid Sohrabloo [Fri, 1 Feb 2013 22:09:43 +0000 (01:39 +0330)]
Draggable: Change $.ui.contains() to $.contains(). Fixes #9051 - Draggable: Reference to undefined $.ui.contains().

11 years agoDatepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker beforeShowDay...
Scott González [Fri, 1 Feb 2013 21:52:04 +0000 (16:52 -0500)]
Datepicker: Escape single quotes in tooltips. Fixes #9049 - Datepicker beforeShowDay tooltip not displayed properly if single quote is used.