Alexander Schmitz
77ff328cbe
Build: Add jQuery 3.0 for testing
2016-07-06 12:09:56 -04:00
Mukul Hase
622959b011
Slider: Fixed max value miscalculation
...
Fixes #12852
Closes gh-1664
(cherry picked from commit a1905e2c5e
)
2016-06-09 17:44:32 -04:00
Scott González
eb6d623589
Autocomplete: Work around isContentEditable
bug in Chrome
...
Fixes #14917
Closes gh-1673
(cherry picked from commit cbceca7091
)
2016-06-09 17:38:46 -04:00
Alyosha Pushak
00e5e146b2
Accordion: Correct height calculated when closed
...
Fixes #11938
Closes gh-1536
Closes gh-1616
(cherry picked from commit c87653bc24
)
2016-06-09 17:38:09 -04:00
Scott González
f7a529ff0e
Datepicker: Fix flaky test
...
(cherry picked from commit 8fc3ba22ba
)
2016-06-09 17:34:40 -04:00
Scott González
3046d9150f
Build: Update bugs URL
...
(cherry picked from commit ffcfb85c98
)
2016-06-09 17:30:21 -04:00
Scott González
228ca7250a
Resizable: Fix data reference for ui-resizable-alsoresize
...
Fixes #14788
(cherry picked from commit 7cc88bfe32
)
2016-06-09 17:29:41 -04:00
Leonardo Balter
f1df9a81c9
Tests: Fix improper async sortable test
...
Caught when testing jQuery UI against the new QUnit version, where start throws
an error if called with a non-numeric error.
Closes gh-1630
(cherry picked from commit 60fa118955
)
2016-06-09 17:27:28 -04:00
Scott González
d156f02aa8
Tabs: Handle overly-precise values in tests in IE
...
Closes gh-1628
(cherry picked from commit 81a002991e
)
2016-06-09 17:15:02 -04:00
Mani Mishra
11ebb6946d
Tooltip: Use show.delay update only when track option is active
...
Fixes #14682
Closes gh-1613
(cherry picked from commit d573232707
)
2016-06-09 17:07:59 -04:00
Jyoti Deka
b32bc7ac43
Slider: Add missing unit test cases for values method
...
Closes gh-1573
(cherry picked from commit 4c5cd2018d
)
2016-06-09 16:28:13 -04:00
Scott González
0cc39f2b10
Autocomplete: Use a div
instead of a span
for the live region
...
Fixes #14587
(cherry picked from commit ce50178430
)
2016-06-09 16:26:40 -04:00
Liran Sharir
e000aaac52
Mouse: Fix delay timeout clearing upon mouseup
...
Fixes #14458
Closes gh-1579
(cherry picked from commit 9b82001a70
)
2016-06-09 16:26:40 -04:00
Jörn Zaefferer
1eebf50aa9
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 cd6c751b88
)
2016-06-09 16:26:40 -04:00
Alexander Schmitz
4394503276
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 b3a9b13a21
)
2016-06-09 15:00:28 -04:00
Eric Lee Carraway
330db543f8
README: Fix typo
...
Change "setup" (noun) to "set up" (verb).
Closes gh-1572
(cherry picked from commit bec722abdb
)
2016-06-09 14:57:41 -04:00
Alexander Schmitz
9beaf63d6b
Tests: Stop testing against core 1.10.1 on testswarm
...
Fixes #12745
(cherry picked from commit c2224bf5dc
)
2016-06-09 14:57:13 -04:00
Ablay Keldibek
a3bf7786d6
Slider: Proper animation of range
...
Fixes #9459
Closes gh-1530
(cherry picked from commit bf03479cc1
)
2016-06-09 13:24:36 -04:00
TJ VanToll
cd4754599e
Tests: Add slider visual test to the index page
...
(cherry picked from commit 65f4feb70b
)
2016-06-09 13:24:24 -04:00
Scott González
e3ff671ea3
Core: Work around more IE activeElement bugs
...
Closes gh-1523
(cherry picked from commit 0de27b0609
)
2016-06-09 13:21:51 -04:00
Scott González
eb13525fbe
All: Include native dialogs in appendTo logic (ui-front walking)
...
Ref #10739
Ref gh-1517
(cherry picked from commit dc6703756d
)
2016-06-09 13:21:20 -04:00
Scott González
977b33625b
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 8cf98798a5
)
2016-06-09 13:19:31 -04:00
Scott González
f6379dc655
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 e109e76819
)
2016-06-09 13:17:14 -04:00
Scott González
6d9194ac11
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 fdbb85be39
)
2016-06-09 13:17:02 -04:00
Scott González
1ca46175d5
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 e4363ab82d
)
2016-06-09 13:14:13 -04:00
Scott González
6fd43da409
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 12643739a9
)
2016-06-09 13:13:35 -04:00
Scott González
413a9c99f8
Core: Handle IE11 bug with document.activeElement in iframes
...
Fixes #11539
Closes gh-1518
(cherry picked from commit 76c27556f4
)
2016-06-09 12:37:37 -04:00
Ablay Keldibek
f2e8471f35
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 dff1c74dd4
)
2016-06-09 12:36:10 -04:00
Thomas Applencourt
ec6e10de6b
README: Fix typo
...
Closes gh-1489
(cherry picked from commit 2c3be80143
)
2016-06-09 12:18:17 -04:00
Jörn Zaefferer
ec44c24a50
Autocomplete: Simplify _create() method
...
Uses logical expressions in place of conditional expressions.
Closes #1490
(cherry picked from commit 4212d072a1
)
2016-06-09 12:17:38 -04:00
Scott González
9ac18234e1
Autocomplete: Restore focus after clicking a menu item, if necessary
...
Fixes #9201
Closes gh-1470
(cherry picked from commit 581bfb55bf
)
2016-06-09 12:17:16 -04:00
Scott González
2256eeda45
Core: Add methods to work around IE active element bugs
...
Closes gh-1478
(cherry picked from commit f33027840c
)
2016-06-09 12:08:56 -04:00
Ablay Keldibek
d86df4b697
Slider: Verify value constraint with a max that is a step mismatch
...
Ref #10078
Closes gh-1485
(cherry picked from commit 21831f5036
)
2016-06-09 12:08:29 -04:00
Scott González
b2aa641c04
Accordion: Fix tests in IE 11 with jQuery 1.7-1.8
...
Closes gh-1482
(cherry picked from commit 8ea36f5e0c
)
2016-06-09 12:07:27 -04:00
Scott González
82d4e60459
Dialog: Fix focus tests in IE8 with jQuery 1.7
...
Ref gh-1481
(cherry picked from commit a6a18d1ed8
)
2016-06-09 12:06:26 -04:00
Scott González
b93df29e4d
Build: Updating the 1-11-stable version to 1.11.5-pre.
2015-03-11 09:03:14 -04:00
Scott González
40cdb5f57a
Build: Update authors list
2015-03-10 12:47:51 -04:00
Marco Ziech
88291ffc4d
Tooltip: Register event handlers before content is loaded
...
Fixes #8740
Closes gh-1053
Closes gh-1456
(cherry picked from commit c4e367bb31
)
2015-03-10 12:39:33 -04:00
Scott González
1c92d68c04
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 c1dfb98d45
)
2015-03-10 12:37:14 -04:00
Nils Heuermann
ddc1b32a45
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 962e05dc1d
)
2015-03-10 12:26:15 -04:00
Scott González
d6997254f0
Dialog: Fix typo
...
Closes gh-1447
Thanks Spencer Davis
(cherry picked from commit d95c23ae6c
)
2015-03-10 12:25:59 -04:00
Ablay Keldibek
0f99e9c969
Slider: Modified to allow value to reach max value with float step
...
Fixes #11286
Closes gh-1465
(cherry picked from commit 60c00cd4ec
)
2015-03-10 12:25:12 -04:00
Ben Mosher
31e7099709
Resizable: alsoResize more than one element of a jQuery selection
...
Fixes #4666
Closes gh-1324
Closes gh-1461
(cherry picked from commit 19783fd3e6
)
2015-03-10 12:25:00 -04:00
Patricia Juarez
65f31c2ead
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 18e301f4e2
)
2015-03-10 12:23:56 -04:00
Scott González
de75b40835
Accordion: Handle box-sizing: border-box
in animations
...
Fixes #9264
Closes gh-1287
Closes gh-1459
(cherry picked from commit 4b017b414f
)
2015-03-10 12:20:51 -04:00
TJ VanToll
04ab6e0388
Dialog: Stop tracking instance in destroy() to avoid memory leaks
...
Fixes #11125
Closes gh-1448
(cherry picked from commit ec1f393c39
)
2015-03-10 12:00:06 -04:00
Mike Sherov
b3710631e8
Draggable: Ensure parent is correct after dragging through sortable
...
Fixes #10669
(cherry picked from commit d8077dc562
)
2015-03-10 11:59:22 -04:00
TJ VanToll
189f1d476c
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 f656aebe3f
)
2015-03-10 11:59:14 -04:00
Timo Tijhof
258dbe3ae4
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 1e7a1e811f
)
2015-02-20 11:14:48 -05:00
Scott González
aec0b62e94
Build: Updating the 1-11-stable version to 1.11.4-pre.
2015-02-12 13:05:17 -05:00