Commit Graph

5497 Commits

Author SHA1 Message Date
Scott González
0755faaad1 Whitespace.
(cherry picked from commit 72f82df577)
2013-11-25 17:29:22 -05:00
Scott González
8faae8c672 Position demo: Fixed usage of center positioning.
(cherry picked from commit cc378433ab)
2013-11-25 17:27:04 -05:00
Scott González
3de683d135 Autocomplete: Refactored _response() so that requestIndex is defined closer to where it's used.
(cherry picked from commit 947d738c0b)
2013-11-25 17:26:58 -05:00
Scott González
215b19d127 All: Remove inline JSHint settings.
(cherry picked from commit fadf2b312a)
2013-11-25 17:24:19 -05:00
Scott González
b147d00ce1 Sortable: Don't create functions inside loops.
(cherry picked from commit 7033544cdd)
2013-11-25 17:24:13 -05:00
Mike Sherov
1a4e6e98fd Datepicker Tests: Fix hanging IE tests resulting from asynchronous blur(cherry picked from commit 71a332e8b8) 2013-11-25 17:24:06 -05:00
Mike Sherov
03e96b110b Datepicker Tests: fix failing oldIE tests by creating new inputs to focus when necessary for focus tests.(cherry picked from commit b75e4f7d27) 2013-11-25 17:23:59 -05:00
Mike Sherov
06d830f1a4 Test Suite: Remove Flaky Datepicker test, and correct more old jQuery test cases for old Opera and old Safari.(cherry picked from commit 7c939aadf8)
Conflicts:

	tests/unit/draggable/draggable_options.js
2013-11-25 17:23:41 -05:00
Scott González
9243b9565a Grunt: Allow tabs tests to run in PhantomJS.
(cherry picked from commit dd58f9832b)

Conflicts:

	Gruntfile.js
2013-11-25 17:19:22 -05:00
Scott González
6e48da0490 Button: Remove ui-state-focus class when becoming disabled. Fixes #9169 - Button: Disabled button maintains ui-state-focus in IE & Firefox on Windows.
(cherry picked from commit 0d0b05ec7c)

Conflicts:

	ui/jquery.ui.button.js
2013-11-25 16:53:28 -05:00
Scott González
707f46ac65 Use .csslintrc instead of inlining rules in the Gruntfile.
(cherry picked from commit 39a2f465a5)
2013-11-25 16:41:04 -05:00
Scott González
151bcb264b Updating the 1-10-stable version to 1.10.4pre. 2013-05-03 09:21:53 -07:00
Scott González
66203f74b3 Release: Use 1-10-stable. 2013-05-02 09:49:37 -04:00
Scott González
01c35af967 Updated AUTHORS.txt. 2013-05-02 09:35:39 -04:00
Scott González
3a7c7bbbe2 Release: Ability to provide a different repo for testing.
(cherry picked from commit 562f884722)
2013-05-02 09:21:11 -04:00
Rafael Xavier de Souza
c64e1b8416 Build: Fix effect demo url (typo)
(cherry picked from commit 2daf09d671)
2013-05-02 09:20:44 -04:00
Jörn Zaefferer
91445c69e8 Build: Change the homepage and demo URLs to the main effects page. Fixes #9247 - Build: Incorrect links in effect manifests
(cherry picked from commit 45f85cce56)
2013-04-26 18:12:16 +02:00
Jason Moon
c1f7f527af Autocomplete: Don't prevent keypress for multiline. Fixed #8911 - Autocomplete: Unable to use up/down arrow keys in a textarea (Firefox).
(cherry picked from commit f5f0879153)
2013-04-25 13:18:11 -04:00
TJ VanToll
329974b2c6 Menu: Add a transparent list-style-image to menu items. Fixed #8844 - Menu: IE 10 renders bullets in submenus
(cherry picked from commit 64a39d9b0d)
2013-04-23 21:58:24 -04:00
Scott González
9c2bbf4e4c Autocomplete demo: Use custom namespace for combobox.
(cherry picked from commit 445ffd0acc)
2013-04-17 15:33:53 -04:00
Mike Sherov
693bab1010 Datepicker Tests: ensure Focus tests work all the way back to jQuery 1.6 in all browsers without having to rely on timeouts.(cherry picked from commit 530d1b7c8c) 2013-04-17 15:33:47 -04:00
TJ VanToll
1152e65917 Button: On form reset only call refresh on current button widgets. Fixed #9213: Button: timeout in formResetHandler causing refresh to be called on non-widgets
(cherry picked from commit 2de31fdbf4)
2013-04-17 15:29:12 -04:00
Scott González
6b72efa847 Tests: Renamed TestSwarm jobs.
(cherry picked from commit 5b9e6a44d8)
2013-04-17 15:29:05 -04:00
Scott González
c55550b0ea Upgrade grunt-contrib-jshint to 0.4.1.
(cherry picked from commit cdff8de18f)
2013-04-17 15:25:23 -04:00
Scott González
a798459636 Updated .jshintrc settings.
(cherry picked from commit 8f9310609a)
2013-04-17 15:25:17 -04:00
Scott González
ef26587194 Draggable tests: Wrap IIFE in parens.
(cherry picked from commit d7ea0e5e51)
2013-04-17 15:25:12 -04:00
Scott González
f17c6d77d3 Build: Change single quotes to double quotes.
(cherry picked from commit b8efbd6c07)
2013-04-17 15:24:54 -04:00
Mike Sherov
c9d84e531e Datepicker Tests: use simulated events for focus and blur.(cherry picked from commit ab84e037ed) 2013-04-17 15:24:48 -04:00
Mike Sherov
0bea0d6d02 Datepicker Tests: fix IE7 test failures by ensuring the datepicker is hidden before showing it.(cherry picked from commit 2f7a4c669d) 2013-04-17 15:24:42 -04:00
Mike Sherov
2879b3ac25 Datepicker Tests: Fix IE tests by accounting for async nature of focus/blur and by correctly not double focusing a programmatically focused date picker.
A partial fix was implemented to resolve #6694, and this commit completes the fix so we can programmatically focus a date picker without focus being fired twice.(cherry picked from commit 1c1b64fcf0)
2013-04-17 15:24:32 -04:00
Mike Sherov
5bcf0bf50b Draggable Tests: style guide conformance for TestHelpers(cherry picked from commit 58d9130ba3) 2013-04-17 15:24:27 -04:00
Mike Sherov
0c02740fa7 Draggable Tests: fix more old Safari and old Opera tests with jQuery < 1.8 tests by accounting for a bug in $.contains on disconnected Elements.(cherry picked from commit d4d9e14161) 2013-04-17 15:24:21 -04:00
Mike Sherov
17ce0a5cb0 Draggable Tests: fix old Safari and old Opera tests with jQuery < 1.8 tests by accounting for a bug in $.contains on disconnected Elements.(cherry picked from commit 3c1a3ca252) 2013-04-17 15:24:13 -04:00
Mike Sherov
2258e02e76 Draggable Tests: fix copypasta'd assertion messages.(cherry picked from commit 6a3bf605ba) 2013-04-17 15:24:09 -04:00
Scott González
4dad933a0f Mailmap: Change Corey Frang's email address.
(cherry picked from commit 16deadfb90)
2013-04-17 15:24:02 -04:00
Scott González
33c672e2e1 Datepicker: Remove unused _getBorders() method.
(cherry picked from commit e11cfce801)
2013-04-17 15:09:44 -04:00
Scott González
0aef038a43 Datepicker: Remove unnecessary global variable now that we don't use inline event handlers anymore.
(cherry picked from commit cb42ba6fd6)
2013-04-17 15:09:39 -04:00
Scott González
f15731072b Datepicker: Fixed date format for Serbian locales. Fixes #7347 - Datepicker: Wrong date format for Serbian localization.
(cherry picked from commit 504b100a1a)
2013-04-17 15:09:33 -04:00
Mike Sherov
c1011b5b9d Draggable: Don't cache parent offset if the parent position is fixed. Fixes #5009 - Draggable: scroll not working with parent's position fixed(cherry picked from commit 49c7b7200e) 2013-04-17 15:09:26 -04:00
Mike Sherov
48b48a8865 Draggable: Stop erroneously overriding scroll offsets for root nodes. Fixes #6258 - Draggable: not following mouse when scrolled and using overflow-y: scroll.
(cherry picked from commit a88d645140)
2013-04-17 15:09:20 -04:00
Scott González
9711c54c6d Sortable: Copy the cell structure when sorting a table row. Fixes #9185 - Sortable: Placeholder breaks table-layout: fixed.
(cherry picked from commit 09b3533910)
2013-04-17 15:09:06 -04:00
Mike Sherov
83e0b4c6c8 Spinner Tests: Fix IE test failures by removing timing dependencies from focus/blur tests.(cherry picked from commit 5217b975f3) 2013-04-17 15:07:29 -04:00
Mike Sherov
17472ace8c Spinner Tests: Fix IE test failures by accounting for the async nature of focus/blur.(cherry picked from commit efe8da8e6e) 2013-04-17 15:07:24 -04:00
Mike Sherov
771664153e Autocomplete Tests: Fix oldIE test failures by accounting for casing differences in .html() return values.(cherry picked from commit 70717273a8) 2013-04-17 15:07:19 -04:00
Mike Sherov
d9391c7590 Position Tests: Fix FF and IE10 test failures by accounting for subpixel offsets.(cherry picked from commit e12879a441) 2013-04-17 15:07:13 -04:00
Mike Sherov
3f29430f8a Draggable Tests: Fix IE8 test failures by accounting for the IE8 testswarm IFRAME positioning bug.(cherry picked from commit 204a0423be) 2013-04-17 15:07:08 -04:00
Mike Sherov
90e9732032 Sortable Tests: Fix IE7 Test fails by being more generous with dragging near borders.(cherry picked from commit bbb53df27d) 2013-04-17 15:07:03 -04:00
Mike Sherov
ff2fe5bc94 Sortable Tests: Fix IE7 test failures due to incorrectly expecting relative urls in img srcs.(cherry picked from commit 384f181254) 2013-04-17 15:06:58 -04:00
Mike Sherov
59da723acd Selectable Tests: Fix test failures in IE7 by accounting simulated events properly.(cherry picked from commit 875139ef8f) 2013-04-17 15:06:53 -04:00
Scott González
a93ad182c8 Accordion: Maintain collapsed state on refresh. Fixes #9189 - Accordion: refresh() method incorrectly opens collapsed accordion.
(cherry picked from commit 5a8596cdf3)
2013-04-17 14:57:09 -04:00