]> source.dussan.org Git - jquery-ui.git/log
jquery-ui.git
8 years agoTooltip: Use show.delay update only when track option is active
Mani Mishra [Wed, 7 Oct 2015 05:12:10 +0000 (10:42 +0530)]
Tooltip: Use show.delay update only when track option is active

Fixes #14682
Closes gh-1613

(cherry picked from commit d5732327078709c3680385c79a2106f263009f84)

8 years agoSlider: Add missing unit test cases for values method
Jyoti Deka [Mon, 6 Jul 2015 11:18:57 +0000 (07:18 -0400)]
Slider: Add missing unit test cases for values method

Closes gh-1573

(cherry picked from commit 4c5cd2018d88392871cfc93d3fb6f71a0bc510ff)

8 years agoAutocomplete: Use a `div` instead of a `span` for the live region
Scott González [Fri, 18 Sep 2015 15:19:59 +0000 (11:19 -0400)]
Autocomplete: Use a `div` instead of a `span` for the live region

Fixes #14587

(cherry picked from commit ce5017843036151d545fba76062655fda69eac62)

8 years agoMouse: Fix delay timeout clearing upon mouseup
Liran Sharir [Wed, 22 Jul 2015 12:58:47 +0000 (15:58 +0300)]
Mouse: Fix delay timeout clearing upon mouseup

Fixes #14458
Closes gh-1579

(cherry picked from commit 9b82001a70a6273df037db9e602080011d0fd7ba)

8 years agoBuild: Update the licenses attribute to singular license
Jörn Zaefferer [Fri, 24 Jul 2015 14:16:14 +0000 (16:16 +0200)]
Build: Update the licenses attribute to singular license

Specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license

(cherry picked from commit cd6c751b88313ac1fa2e0fb46d7668ca6ce0f4b1)

8 years agoPosition: Guard against passing window to offset
Alexander Schmitz [Wed, 17 Jun 2015 15:33:06 +0000 (11:33 -0400)]
Position: Guard against passing window to offset

Starting in jQuery 3.0 this will throw an error

Fixes #13493
Closes gh-1565

(cherry picked from commit b3a9b13a218cd90b7cf67be5d5f8ad6e76c557b0)

8 years agoREADME: Fix typo
Eric Lee Carraway [Fri, 3 Jul 2015 17:10:25 +0000 (12:10 -0500)]
README: Fix typo

Change "setup" (noun) to "set up" (verb).

Closes gh-1572

(cherry picked from commit bec722abdb27f86a4938446af4720cb3aea861c8)

8 years agoTests: Stop testing against core 1.10.1 on testswarm
Alexander Schmitz [Wed, 20 May 2015 18:33:55 +0000 (14:33 -0400)]
Tests: Stop testing against core 1.10.1 on testswarm

Fixes #12745

(cherry picked from commit c2224bf5dc418c84c185844611786b9ccfb869a7)

8 years agoSlider: Proper animation of range
Ablay Keldibek [Mon, 6 Apr 2015 20:58:55 +0000 (16:58 -0400)]
Slider: Proper animation of range

Fixes #9459
Closes gh-1530

(cherry picked from commit bf03479cc14aa54c2e674cad87bf75c8126cb86f)

8 years agoTests: Add slider visual test to the index page
TJ VanToll [Sun, 5 Apr 2015 15:46:50 +0000 (11:46 -0400)]
Tests: Add slider visual test to the index page

(cherry picked from commit 65f4feb70b75fb7e086e8c9ddc238f97d825c2f9)

8 years agoCore: Work around more IE activeElement bugs
Scott González [Fri, 27 Mar 2015 16:00:55 +0000 (12:00 -0400)]
Core: Work around more IE activeElement bugs

Closes gh-1523

(cherry picked from commit 0de27b0609e8f6f9751ab7cce28492e18206d86d)

8 years agoAll: Include native dialogs in appendTo logic (ui-front walking)
Scott González [Mon, 23 Mar 2015 23:11:37 +0000 (19:11 -0400)]
All: Include native dialogs in appendTo logic (ui-front walking)

Ref #10739
Ref gh-1517

(cherry picked from commit dc6703756d388b1f49be0637473a8d55b5ce9270)

8 years agoTooltip: Follow the standard appendTo logic
Scott González [Mon, 23 Mar 2015 23:09:50 +0000 (19:09 -0400)]
Tooltip: Follow the standard appendTo logic

Even though there's no reason to ever configure the parent element via an
`appendTo` option, following the standard logic is useful for scrollable
elements and native dialogs.

Fixes #10739
Closes gh-1517

(cherry picked from commit 8cf98798a58afb7197bce0d6ca1c5b658ae04011)

8 years agoSpinner: Properly handle empty attributes in create with jQuery git
Scott González [Mon, 23 Mar 2015 22:39:04 +0000 (18:39 -0400)]
Spinner: Properly handle empty attributes in create with jQuery git

jQuery now returns `null` for empty attributes instead of `undefined`.

Ref gh-1516

(cherry picked from commit e109e768190089744804d084e9a26f010dd63a37)

8 years agoDialog: Properly handle empty title with jQuery git
Scott González [Mon, 23 Mar 2015 22:37:47 +0000 (18:37 -0400)]
Dialog: Properly handle empty title with jQuery git

jQuery now returns `null` for empty attributes instead of `undefined`.

Ref gh-1516

(cherry picked from commit fdbb85be397b1d1e632ead53a53c57d30739e70c)

8 years agoTests: Update `domEqual()` to work with jQuery git
Scott González [Mon, 23 Mar 2015 22:37:03 +0000 (18:37 -0400)]
Tests: Update `domEqual()` to work with jQuery git

jQuery now returns `null` for empty attributes instead of `undefined`.

Ref gh-1516

(cherry picked from commit e4363ab82d0997a00c96e0f4b3a504a94ddfe62e)

8 years agoCore: Fix `:focusable` and `:tabbable` with jQuery git
Scott González [Mon, 23 Mar 2015 22:10:17 +0000 (18:10 -0400)]
Core: Fix `:focusable` and `:tabbable` with jQuery git

jQuery now returns `null` for empty attributes instead of `undefined`

Ref gh-1516

(cherry picked from commit 12643739a93b1f39d0934321973b96989845a606)

8 years agoCore: Handle IE11 bug with document.activeElement in iframes
Scott González [Tue, 24 Mar 2015 18:10:37 +0000 (14:10 -0400)]
Core: Handle IE11 bug with document.activeElement in iframes

Fixes #11539
Closes gh-1518

(cherry picked from commit 76c27556f48bea48d3787c241d35e190d46c3245)

8 years agoSlider: Fix handle order when setting values of range slider to max
Ablay Keldibek [Mon, 16 Mar 2015 09:10:23 +0000 (15:10 +0600)]
Slider: Fix handle order when setting values of range slider to max

When both values are set to the maximum change them in descending order

Fixes #9046
Closes gh-1502

(cherry picked from commit dff1c74dd4c0fd6b951c7c183bebae09f9f229f6)

8 years agoREADME: Fix typo
Thomas Applencourt [Sat, 14 Mar 2015 21:06:18 +0000 (22:06 +0100)]
README: Fix typo

Closes gh-1489

(cherry picked from commit 2c3be80143cf8dd1e68ca89667a8656330d729f6)

8 years agoAutocomplete: Simplify _create() method
Jörn Zaefferer [Fri, 13 Mar 2015 16:16:24 +0000 (17:16 +0100)]
Autocomplete: Simplify _create() method

Uses logical expressions in place of conditional expressions.

Closes #1490

(cherry picked from commit 4212d072a112d0315df1c26f81764fafd96a478d)

8 years agoAutocomplete: Restore focus after clicking a menu item, if necessary
Scott González [Fri, 6 Mar 2015 21:30:17 +0000 (16:30 -0500)]
Autocomplete: Restore focus after clicking a menu item, if necessary

Fixes #9201
Closes gh-1470

(cherry picked from commit 581bfb55bf4f4f614a6e0c0ac545cf1aa7d29d0a)

8 years agoCore: Add methods to work around IE active element bugs
Scott González [Mon, 9 Mar 2015 20:03:22 +0000 (16:03 -0400)]
Core: Add methods to work around IE active element bugs

Closes gh-1478

(cherry picked from commit f33027840cdac5152599da66635981bbe68c6bda)

8 years agoSlider: Verify value constraint with a max that is a step mismatch
Ablay Keldibek [Thu, 12 Mar 2015 07:26:24 +0000 (13:26 +0600)]
Slider: Verify value constraint with a max that is a step mismatch

Ref #10078
Closes gh-1485

(cherry picked from commit 21831f5036bd695cc2734ec3f44e97549d2f7660)

8 years agoAccordion: Fix tests in IE 11 with jQuery 1.7-1.8
Scott González [Tue, 10 Mar 2015 20:10:43 +0000 (16:10 -0400)]
Accordion: Fix tests in IE 11 with jQuery 1.7-1.8

Closes gh-1482

(cherry picked from commit 8ea36f5e0cc389752fdecdd17f0a82a2d560d4bb)

8 years agoDialog: Fix focus tests in IE8 with jQuery 1.7
Scott González [Tue, 10 Mar 2015 19:16:27 +0000 (15:16 -0400)]
Dialog: Fix focus tests in IE8 with jQuery 1.7

Ref gh-1481

(cherry picked from commit a6a18d1ed82ca68cf1a8551be706ea8b03841242)

9 years agoBuild: Updating the 1-11-stable version to 1.11.5-pre. 1622/head
Scott González [Wed, 11 Mar 2015 13:03:14 +0000 (09:03 -0400)]
Build: Updating the 1-11-stable version to 1.11.5-pre.

9 years agoBuild: Update authors list
Scott González [Tue, 10 Mar 2015 16:47:51 +0000 (12:47 -0400)]
Build: Update authors list

9 years agoTooltip: Register event handlers before content is loaded
Marco Ziech [Tue, 24 Feb 2015 00:33:01 +0000 (19:33 -0500)]
Tooltip: Register event handlers before content is loaded

Fixes #8740
Closes gh-1053
Closes gh-1456
(cherry picked from commit c4e367bb31c21d7c8b2701c626a92a2f13be5af4)

9 years agoTabs: Use standard promise methods for jqXHR
Scott González [Mon, 23 Feb 2015 19:55:25 +0000 (14:55 -0500)]
Tabs: Use standard promise methods for jqXHR

The old success(), error() and complete() methods have been deprecated for a
while and have been removed in upstream master.

Closes gh-1455
(cherry picked from commit c1dfb98d4576901aacf35f99d2506e8f652c2690)

9 years agoSortable: Append a tr with td to the placeholder of tbody elements
Nils Heuermann [Fri, 31 Oct 2014 13:24:29 +0000 (14:24 +0100)]
Sortable: Append a tr with td to the placeholder of tbody elements

When sorting tbody elements of a table the placeholder needs to have a tr with
td elements to be visible. The appended elements are created in the same way
as for the placeholder of a tr element; the first row of the sorted tbody is
used for that.

Fixes #10682
Closes gh-1380
(cherry picked from commit 962e05dc1d0a51a7458bc44725417aa3462cd89a)

9 years agoDialog: Fix typo
Scott González [Mon, 23 Feb 2015 21:33:18 +0000 (16:33 -0500)]
Dialog: Fix typo

Closes gh-1447

Thanks Spencer Davis
(cherry picked from commit d95c23ae6c44e7d82289bb0a82eb1a7840a7a5f2)

9 years agoSlider: Modified to allow value to reach max value with float step
Ablay Keldibek [Wed, 4 Mar 2015 12:23:17 +0000 (18:23 +0600)]
Slider: Modified to allow value to reach max value with float step

Fixes #11286
Closes gh-1465
(cherry picked from commit 60c00cd4ecdab41f44e125efe2679223e9cd5535)

9 years agoResizable: alsoResize more than one element of a jQuery selection
Ben Mosher [Mon, 25 Aug 2014 18:07:25 +0000 (14:07 -0400)]
Resizable: alsoResize more than one element of a jQuery selection

Fixes #4666
Closes gh-1324
Closes gh-1461
(cherry picked from commit 19783fd3e6a6e6e02a2030028e8820076c3b1295)

9 years agoResizable: Modified to allow jquery objects as handles
Patricia Juarez [Thu, 14 Nov 2013 12:40:57 +0000 (13:40 +0100)]
Resizable: Modified to allow jquery objects as handles

Custom handlers did not work as jquery objects (outside the resizable element)

Fixes #9658
Closes gh-1445
(cherry picked from commit 18e301f4e29c2080e9aa9dac87c00dee137cb6c9)

9 years agoAccordion: Handle `box-sizing: border-box` in animations
Scott González [Mon, 2 Mar 2015 23:43:07 +0000 (18:43 -0500)]
Accordion: Handle `box-sizing: border-box` in animations

Fixes #9264
Closes gh-1287
Closes gh-1459
(cherry picked from commit 4b017b414f107ed3c1dafc7601b61cbcd76acf61)

9 years agoDialog: Stop tracking instance in destroy() to avoid memory leaks
TJ VanToll [Wed, 18 Feb 2015 15:45:11 +0000 (10:45 -0500)]
Dialog: Stop tracking instance in destroy() to avoid memory leaks

Fixes #11125
Closes gh-1448
(cherry picked from commit ec1f393c39aa5bbac1158acf692271f8ce9518ce)

9 years agoDraggable: Ensure parent is correct after dragging through sortable
Mike Sherov [Sun, 9 Nov 2014 01:23:08 +0000 (20:23 -0500)]
Draggable: Ensure parent is correct after dragging through sortable

Fixes #10669
(cherry picked from commit d8077dc562bfca60906a160e20186608a10b7a87)

9 years agoSortable: Redetermine floating flag when recalculating positions
TJ VanToll [Fri, 31 Oct 2014 13:46:41 +0000 (09:46 -0400)]
Sortable: Redetermine floating flag when recalculating positions

This addresses a bug where users initialize empty sortable lists are
add items dynamically. In this situation refresh() should recognize the
position and orientation of the new items.

Fixes #7498
Closes gh-1381
(cherry picked from commit f656aebe3f99356b7eb91ffdafe6689ecc8fb4ae)

9 years agoBuild: Use browserSets from testswarm config 1453/head
Timo Tijhof [Fri, 20 Feb 2015 04:42:29 +0000 (04:42 +0000)]
Build: Use browserSets from testswarm config

It's already in jQuery's Jenkins node-testswarm config
(and set to the same value) but not used yet.

Reference it to make sure it keeps working in the future.

Closes gh-1452
(cherry picked from commit 1e7a1e811f7c9d624b2561ea3e2f34f80773ad0c)

9 years agoBuild: Updating the 1-11-stable version to 1.11.4-pre.
Scott González [Thu, 12 Feb 2015 18:05:17 +0000 (13:05 -0500)]
Build: Updating the 1-11-stable version to 1.11.4-pre.

9 years agoBuild: Update authors list
Scott González [Wed, 11 Feb 2015 12:45:11 +0000 (07:45 -0500)]
Build: Update authors list

9 years agoSortable: Add support for iframes
Marcus Warren [Mon, 2 Feb 2015 19:59:03 +0000 (14:59 -0500)]
Sortable: Add support for iframes

Fixes #9604
Closes gh-1443
(cherry picked from commit 17c7f698a2894211bbb5f2d63750f5b3b84bb0ab)

9 years agoResizable: correct width when grid approaches zero
Mike Sherov [Wed, 28 Jan 2015 03:08:05 +0000 (22:08 -0500)]
Resizable: correct width when grid approaches zero

Fixes #10590
(cherry picked from commit 9493839f23b6ff71aacb9cb8fe8fde6c8d0ecd61)

9 years agoResizable: Whitespace Cleanup
Mike Sherov [Wed, 28 Jan 2015 03:07:32 +0000 (22:07 -0500)]
Resizable: Whitespace Cleanup
(cherry picked from commit 337e4110b0cb60c73bb27be2e2b855a75a0c4b2e)

9 years agoDocs: Clarify PHP Usage
Luke Page [Sat, 10 Jan 2015 10:58:40 +0000 (10:58 +0000)]
Docs: Clarify PHP Usage

Clarify that PHP is not required for testing, add a link to the
CONTRIBUTING page and tidy up.

Closes gh-1418
(cherry picked from commit 8cc636dd448afb8df7147640a7fbfb67f7d53623)

9 years agoSlider: Fix max calculation, when step is float
Jyoti Deka [Sat, 10 Jan 2015 01:06:32 +0000 (20:06 -0500)]
Slider: Fix max calculation, when step is float

Fixes #10721
Closes gh-1398
(cherry picked from commit ae1d6d5f90236405023964bb3061eccd6c625e39)

9 years agoTests: Fix jQuery version references to match files in external/
Jörn Zaefferer [Mon, 12 Jan 2015 16:12:05 +0000 (17:12 +0100)]
Tests: Fix jQuery version references to match files in external/
(cherry picked from commit a3b43eeb58a290f9447ac4127d145ef121ca255c)

9 years agoTests: Fix jquery reference in unit index file
Jörn Zaefferer [Mon, 12 Jan 2015 13:32:24 +0000 (14:32 +0100)]
Tests: Fix jquery reference in unit index file
(cherry picked from commit d3bb0f7bdba444d90b560b245c894bfa4eb99987)

9 years agoDatePicker: increase date range so that tests still pass through 2015
Luke Page [Sat, 10 Jan 2015 21:11:14 +0000 (21:11 +0000)]
DatePicker: increase date range so that tests still pass through 2015
(cherry picked from commit 0566e9945774dea1b672eeb0472685a31c56edca)

9 years agoDatePicker: Fix tests to have unique names
Luke Page [Sat, 10 Jan 2015 21:09:18 +0000 (21:09 +0000)]
DatePicker: Fix tests to have unique names
(cherry picked from commit c21700742b0bfd4debc32b9058504d01b62a1501)

9 years agoResizable: Match on exact node name
Adam Foster [Fri, 9 Jan 2015 21:55:19 +0000 (16:55 -0500)]
Resizable: Match on exact node name

Fixes #10748
Closes gh-1417
(cherry picked from commit faefab842bc79f212ccee227b7a37c7630b1573c)

9 years agoCore: Match on exact node name for `:focusable` and `:tabbable`
Adam Foster [Fri, 9 Jan 2015 21:53:30 +0000 (16:53 -0500)]
Core: Match on exact node name for `:focusable` and `:tabbable`

Fixes #10747
Ref gh-1417
(cherry picked from commit c66842b45e032ac09f73fcd767e78390d7191b6f)

9 years agoPosition: Add unit tests for bug 8710
Thomas Meyer [Wed, 4 Sep 2013 21:20:45 +0000 (23:20 +0200)]
Position: Add unit tests for bug 8710

Ref #8710
Closes gh-1071
(cherry picked from commit 4de983c6d5eacbdc668c0b7280d9818dd6281a53)

9 years agoPosition: Restore old flip collision handling
Thomas Meyer [Wed, 4 Sep 2013 16:54:07 +0000 (18:54 +0200)]
Position: Restore old flip collision handling

This reverts commit 7f808b2047725cd8fde51a948cb4e5f5946c82e1.

Fixes #8710
Ref gh-1071
(cherry picked from commit ebaaca7206cae201ec069dbaed85bc8d6beeab32)

9 years agoAccordion: Set `aria-expanded` when collapsing
Scott González [Mon, 5 Jan 2015 20:44:49 +0000 (15:44 -0500)]
Accordion: Set `aria-expanded` when collapsing

Fixes #10703
Closes gh-1413
(cherry picked from commit ab798cb4646cfeb79f1949eb70cd64813a248d87)

9 years agoBuild: Remove dates from copyright notice
Anne-Gaelle Colom [Sun, 21 Dec 2014 18:27:43 +0000 (18:27 +0000)]
Build: Remove dates from copyright notice

Closes gh-1403
(cherry picked from commit c89cb74893c4f99d6163e29110c36d9e02dc7df1)

9 years agoWidget: Improve readability in `$.widget.bridge()`
Giovanni Giacobbi [Sun, 21 Dec 2014 23:35:24 +0000 (00:35 +0100)]
Widget: Improve readability in `$.widget.bridge()`

Closes gh-1409
(cherry picked from commit 713688dccdfc7eddd596cdd1a3522e2ce9fb9d2a)

9 years agoEasing: Fixed small typo in easing demo
Anne-Gaelle Colom [Sun, 16 Nov 2014 10:37:23 +0000 (10:37 +0000)]
Easing: Fixed small typo in easing demo
(cherry picked from commit fe75984e53d27ec1291c8fcd1e2691ad3c58c1a0)

9 years agoWidget: Fix typos
Scott González [Mon, 10 Nov 2014 13:08:07 +0000 (08:08 -0500)]
Widget: Fix typos

Closes gh-1386
(cherry picked from commit 347b2a5ecd02933c191a13596a5849960f8f4ad2)

9 years agoTabs: Suppress automatic activation when navigating with COMMAND
Scott González [Mon, 3 Nov 2014 20:06:12 +0000 (15:06 -0500)]
Tabs: Suppress automatic activation when navigating with COMMAND

Fixes #9621
Closes gh-1383
(cherry picked from commit 6a242ab4ebdcec265826b959fa27881dcf462c96)

9 years agoSelectmenu: Properly parse value from options
Scott González [Tue, 4 Nov 2014 13:36:33 +0000 (08:36 -0500)]
Selectmenu: Properly parse value from options

Fixes #10684
(cherry picked from commit 809cc0f8d0c07c2be44942b3010bba1f9ce91be8)

Conflicts:

ui/selectmenu.js

9 years agoTests: Adding missing dependency
TJ VanToll [Thu, 23 Oct 2014 02:21:58 +0000 (22:21 -0400)]
Tests: Adding missing dependency
(cherry picked from commit ae577ae108e6c01be1ef6d318e4065aab3cb0b87)

9 years agoDatepicker: Fixed month names and firstDay value in Arabic locale
Mohammed Alshehri [Sun, 11 May 2014 20:30:07 +0000 (23:30 +0300)]
Datepicker: Fixed month names and firstDay value in Arabic locale

Fixes #10035
Closes gh-1246
(cherry picked from commit 06231cf7622fe112703c38535df71aa7f100ef7d)

9 years agoSelectmenu: Remove broken tabindex code
Scott González [Wed, 22 Oct 2014 16:27:37 +0000 (12:27 -0400)]
Selectmenu: Remove broken tabindex code
(cherry picked from commit 1fb08790a6cae0ac861df0373a303d72ed0e8d71)

9 years agoDialog: Remove leftover backcompat flag in tests
Scott González [Mon, 20 Oct 2014 23:07:43 +0000 (19:07 -0400)]
Dialog: Remove leftover backcompat flag in tests
(cherry picked from commit b2a477f1bfbe34368d6006c98a9a44e31387e17b)

9 years agoDemos: Remove duplicate CSS properties
Bruno Pérel [Mon, 20 Oct 2014 12:09:27 +0000 (14:09 +0200)]
Demos: Remove duplicate CSS properties

Closes gh-1363
(cherry picked from commit 14c4eae32423682dd291fea633081502077f4df9)

9 years agoAutocomplete: Remove duplicate array key in demo
Bruno Pérel [Mon, 20 Oct 2014 12:09:13 +0000 (14:09 +0200)]
Autocomplete: Remove duplicate array key in demo

Ref gh-1363
(cherry picked from commit 0fccf94113eb549ba591729f8854d1e289b0479b)

9 years agoDatePicker: datepicker_instActive released on instance destroy
Chen Eshchar [Sun, 19 Oct 2014 06:37:21 +0000 (09:37 +0300)]
DatePicker: datepicker_instActive released on instance destroy

Fixes #10668
Closes gh-1362
(cherry picked from commit e5e3ca4240fbae9684f689ec6e00882ec0211922)

9 years agoBuild: Update links to AUTHORS.txt and LICENSE.txt in package.json
Scott González [Mon, 3 Nov 2014 22:59:56 +0000 (17:59 -0500)]
Build: Update links to AUTHORS.txt and LICENSE.txt in package.json

10 years agoBuild: Updating the master version to 1.11.3-pre.
Scott González [Thu, 16 Oct 2014 12:44:07 +0000 (08:44 -0400)]
Build: Updating the master version to 1.11.3-pre.

10 years agoSelectmenu: Preserve text selection and button focus on click
Scott González [Thu, 9 Oct 2014 14:25:26 +0000 (10:25 -0400)]
Selectmenu: Preserve text selection and button focus on click

Fixes #10639
Closes gh-1358

10 years agoBuild: Update authors list
Scott González [Tue, 14 Oct 2014 19:56:41 +0000 (15:56 -0400)]
Build: Update authors list

10 years agoTooltip: Properly track hiding and closing for delegated tooltips
Scott González [Tue, 30 Sep 2014 13:44:34 +0000 (09:44 -0400)]
Tooltip: Properly track hiding and closing for delegated tooltips

Fixes #10602
Closes gh-1353

10 years agoSlider: Don't allow a slider's value to exceed its max
Jyoti Deka [Sat, 19 Oct 2013 04:56:20 +0000 (00:56 -0400)]
Slider: Don't allow a slider's value to exceed its max

Fixes #9376
Closes gh-1016

10 years agoDatepicker: Fix test for French locale
Scott González [Tue, 7 Oct 2014 15:21:04 +0000 (11:21 -0400)]
Datepicker: Fix test for French locale

Ref #10651

10 years agoDatepicker: Fix French locale
Scott González [Tue, 7 Oct 2014 14:53:49 +0000 (10:53 -0400)]
Datepicker: Fix French locale

Thanks Jérémy M

Fixes #10651
Closes gh-1357

10 years agoMenu: Typeahead now accounts for leading whitespace
Trisha Crowley [Tue, 7 Oct 2014 02:26:29 +0000 (22:26 -0400)]
Menu: Typeahead now accounts for leading whitespace

Fixes #10649
Closes gh-1356

10 years agoMenu: Remove a redundant check 1355/head
TJ VanToll [Fri, 3 Oct 2014 14:01:51 +0000 (10:01 -0400)]
Menu: Remove a redundant check

Closes gh-1355

10 years agoMenu: Maintain focus on already selected item during typeahead
TJ VanToll [Thu, 2 Oct 2014 21:15:07 +0000 (17:15 -0400)]
Menu: Maintain focus on already selected item during typeahead

Fixes #10644
Closes gh-1354

10 years agoMenu: Filter out non-items when typing
Simen Bekkhus [Fri, 29 Aug 2014 12:18:47 +0000 (14:18 +0200)]
Menu: Filter out non-items when typing

Fixes #10571
Closes gh-1329

10 years agoDatepicker: Fix currentText in Greek locale
Scott González [Mon, 22 Sep 2014 13:44:03 +0000 (09:44 -0400)]
Datepicker: Fix currentText in Greek locale

Thanks Nikos Kalogridis

Fixes #10620
Closes gh-1349

10 years agoMenu: Adding a demo showing how to create category headers
TJ VanToll [Fri, 19 Sep 2014 19:12:35 +0000 (15:12 -0400)]
Menu: Adding a demo showing how to create category headers

Closes gh-1347

10 years agoEffects Demos: Fix typeErrors on puff and size demos
Mike Sherov [Wed, 10 Sep 2014 00:25:49 +0000 (20:25 -0400)]
Effects Demos: Fix typeErrors on puff and size demos

10 years agoEffects tests: Add clip visual test
Mike Sherov [Wed, 3 Sep 2014 17:13:25 +0000 (13:13 -0400)]
Effects tests: Add clip visual test

Closes gh-1338

10 years agoCONTRIBUTING: Close parenthesis
Richard Gibson [Wed, 3 Sep 2014 12:55:18 +0000 (08:55 -0400)]
CONTRIBUTING: Close parenthesis

Closes gh-1337

10 years agoTests: Cleanup
Scott González [Wed, 3 Sep 2014 12:37:51 +0000 (08:37 -0400)]
Tests: Cleanup

10 years agoEffects Tests: Add shake visual test
Mike Sherov [Thu, 28 Aug 2014 14:01:22 +0000 (10:01 -0400)]
Effects Tests: Add shake visual test

Closes gh-1328

10 years agoEffects Tests: Fix and format scale visual test
Mike Sherov [Thu, 28 Aug 2014 13:04:20 +0000 (09:04 -0400)]
Effects Tests: Fix and format scale visual test

10 years agoWidget: modify this.window test to support IE8 window equality quirk
Alexander Schmitz [Wed, 27 Aug 2014 23:33:38 +0000 (19:33 -0400)]
Widget: modify this.window test to support IE8 window equality quirk

Comparing this.window with strict equality fails in IE8

10 years agoTabs: Fix description in ajax demo
Scott González [Wed, 27 Aug 2014 18:07:52 +0000 (14:07 -0400)]
Tabs: Fix description in ajax demo

Closes jquery/jqueryui.com#90

10 years agoMenu: Ignore mouseenter events while typeahead is actice 1325/head
Jörn Zaefferer [Wed, 27 Aug 2014 16:27:06 +0000 (13:27 -0300)]
Menu: Ignore mouseenter events while typeahead is actice

Prevents focusing the wrong item when typeahead causes a scroll while the mouse
is over an item in the menu.

Fixes #10458

10 years agoWidget: Ensure window and document are defined in _getCreateOptions()
Alexander Schmitz [Thu, 21 Aug 2014 13:02:45 +0000 (09:02 -0400)]
Widget: Ensure window and document are defined in _getCreateOptions()

Closes gh-1320

10 years agoDraggable: Add battery of tests to cover connectToSortable 1323/head
Mike Sherov [Tue, 26 Aug 2014 12:50:50 +0000 (08:50 -0400)]
Draggable: Add battery of tests to cover connectToSortable

Refs #9481
Refs #9675
Closes gh-1323

10 years agoSortable: cancelHelperRemoval only considers helper, not placeholder
Mike Sherov [Mon, 25 Aug 2014 14:28:39 +0000 (10:28 -0400)]
Sortable: cancelHelperRemoval only considers helper, not placeholder

Refs #9675

10 years agoDraggable: Whitespace and naming cleanup of connectToSortable
Mike Sherov [Mon, 25 Aug 2014 12:49:30 +0000 (08:49 -0400)]
Draggable: Whitespace and naming cleanup of connectToSortable

10 years agoDraggable: Refresh sortables when draggable is added or removed
Mike Sherov [Mon, 25 Aug 2014 12:21:15 +0000 (08:21 -0400)]
Draggable: Refresh sortables when draggable is added or removed

Since a sortable grows or shrinks when a draggable element is added
to it, refresh the cached positions of sortables whenever an element
is added or removed from the sortable.

Refs #9675

10 years agoDraggable: Clarify comments and whitespace in connectToSortable
Mike Sherov [Mon, 25 Aug 2014 01:12:16 +0000 (21:12 -0400)]
Draggable: Clarify comments and whitespace in connectToSortable

10 years agoDraggable: Ensure sortable revert still works after draggable is removed
Mike Sherov [Mon, 25 Aug 2014 01:10:08 +0000 (21:10 -0400)]
Draggable: Ensure sortable revert still works after draggable is removed

Fixes #9481

10 years agoDraggable: Ensure css is always restored after connectToSortable drag
Mike Sherov [Mon, 25 Aug 2014 01:08:02 +0000 (21:08 -0400)]
Draggable: Ensure css is always restored after connectToSortable drag

Fixes #9675