aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build: Fix list of source files1-12-stableScott González2016-09-271-7/+7
| | | | | Fixes #15052 Closes gh-1751
* Autocomplete: Escape HTML tags in callback name to avoid XSS in demoScott González2016-09-221-1/+4
| | | | Fixes #15048
* Build: Updating the master version to 1.12.2-pre.Scott González2016-09-141-1/+1
|
* Build: Update authors listScott González2016-09-141-0/+1
|
* Sortable: Use an event object for simulated `mouseup` in `cancel()`Scott González2016-09-141-1/+1
| | | | | | | Regression caused by a1d69208bad175a27c7b50c27fdc10001563cd4d Fixes #15042 Closes gh-1746
* Theme: Fix icon default color when not within a buttonAlexander Schmitz2016-09-141-2/+1
| | | | | Fixes jquery/jqueryui.com#159 Closes gh-1745
* Widget: Untrack classes elements when they are removed from the DOMAlexander Schmitz2016-09-132-5/+50
| | | | | Fixes #15043 Closes gh-1744
* Release: Remove externals directory from CDN zipScott González2016-09-131-0/+9
| | | | Closes gh-1741
* Draggable: Fix spurious blur in dialogs on mousedownRyan Oriecuia2016-09-132-6/+35
| | | | | | | | | | | | | | | | | | I was running into a problem with a popup menu control in a dialog; clicks weren't working (but keyboard was working fine). It turned out that the menu was getting destroyed before the click event could fire. Tracked down the issue to the way draggable blurs focused controls; it was doing the blur before it ran through the logic to figure out if the drag was actually on the handle. I've moved the blur below these checks, so it'll only blur things if it actually needs to handle the drag. Otherwise, it asserts no opinion on what should and shouldn't be focused, which seems like the way things ought to be. Also, added a unit test to check for the expected behavior. Fixes #15046 Closes gh-1730
* Slider: Add demo for custom handleScott González2016-09-135-3/+60
| | | | | Fixes #15023 Closes gh-1740
* Build: Update authors listScott González2016-09-071-0/+2
|
* Autocomplete: Remove unreachable code in remote demoScott González2016-09-011-3/+1
|
* Autocomplete: Change JSONP demo to use local data sourceScott González2016-09-012-17/+19
| | | | Fixes #14974
* Position: Remove fractional pixel detectionScott González2016-08-311-28/+1
| | | | | | Hooray for newer browsers. Closes gh-1739
* Controlgroup: Don't use `String.prototype.trim()`Scott González2016-08-311-1/+1
| | | | We still support IE 8, which doesn't have this method.
* Dialog: Fix code styleScott González2016-08-311-2/+2
|
* Dialog: Allow for subpixel calculation errors in testsScott González2016-08-311-7/+8
| | | | | | Tests were failing in IE 10-11 with values that were off by 0.01 pixels. Closes gh-1737
* Tabs: Strip hash from remote content URLsScott González2016-08-311-1/+4
| | | | | | | | As of jQuery 3.0.0, hashes are no longer stripped for Ajax requests. This causes issues in IE <11, so we need to strip this before making the request. Ref jquery/jquery#1732 Closes gh-1736
* Effects: Adjust animation duration in testsScott González2016-08-301-2/+2
| | | | | | | | | | | | | With jQuery 3 using `requestAnimationFrame()`, the `setTimeout()` timing for short animations wasn't working consistently. This resulted in infrequent failures everywhere (but infrequent enough that it's hard to even notice), but consistent failures in IE and Edge. Bumping up the duration and running the assertions in the middle seems to give consistent results. Eventually, we should refactor this to use `requestAnimationFrame()` in the tests themselves to avoid problems like this. Closes gh-1738
* Demos: Optimize *.png with zopflipngVille Skyttä2016-08-243-0/+0
| | | | | | zopflipng -m, version 1.0.1. Closes gh-1726
* Menu: Support number pad keyboard inputFelix Nagel2016-08-242-16/+35
| | | | | Fixes #15031 Closes gh-1732
* CONTRIBUTING: Replace grunt commands with npmScott González2016-08-241-10/+4
| | | | Closes gh-1733
* Build: Update bower.json with license informationJohannes Schäfer2016-08-181-0/+1
| | | | Closes gh-1731
* Widget: `instance()` should return `undefined` for empty setsScott González2016-08-042-27/+36
| | | | Fixes #15019
* Checkboxradio: Adjust rule order to avoid specificty issues with other iconsAlexander Schmitz2016-07-271-3/+3
| | | | | Fixes #15003 Closes gh-1725
* Dialog: Support deprecated button optionsScott González2016-07-252-1/+41
| | | | | Fixes #15016 Closes gh-1723
* Controlgroup: Handle child elements that don't have options definedScott González2016-07-131-0/+2
| | | | Closes gh-1719
* Checkboxradio: Fix label handling with jQuery 3.xScott González2016-07-121-2/+10
| | | | | Fixes #15006 Closes gh-1720
* Build: Updating the master version to 1.12.1-pre.Jörn Zaefferer2016-07-081-1/+1
|
* Build: Add jQuery 3.1.0Scott González2016-07-087-2/+10119
|
* Tests: Only test latest patch versions for jQuery Core in TestSwarmScott González2016-07-082-9/+15
| | | | Adds some missing tests to TestSwarm and `all.html`.
* Resizable: Avoid `Array#map()` in tests for IE8Scott González2016-07-071-1/+1
|
* Tooltip: Allow tracking tooltips to be off by a fraciton of a pixelScott González2016-07-071-2/+10
| | | | Closes gh-1718
* Tests: Add jQuery 3.0.0 to missing systemsScott González2016-07-072-1/+3
|
* Effects: Fix timing of `.animateClass()` assertionScott González2016-07-061-3/+7
|
* Tabs: Remove test for Ajax URLs containing hashesScott González2016-07-061-12/+0
| | | | | | | | | This hasn't been a problem for a long time and jQuery no longer removes the hash in 3.0.0, so the test started to fail even though the actual code is working just fine. Ref #3627 Ref jquery/jquery#1732
* Build: Add jQuery 3.0 for testingAlexander Schmitz2016-07-067-1922/+12693
|
* Controlgroup: Correctly handle non-empty child class keyGabriel Schulhof2016-07-063-4/+69
| | | | | Fixes #14984 Closes gh-1713
* Build: Adjust author info for Dan StrohlScott González2016-06-303-5/+5
|
* Controlgroup: Add "only" position to class generator functionsAlexander Schmitz2016-06-093-3/+80
| | | | | Fixes #14972 Closes gh-1711
* All: Replace non-breaking spaces with regular spacesScott González2016-06-084-5/+5
|
* Checkboxradio: Use new `ui-state-checked` class in checkboxradioAlexander Schmitz2016-06-063-9/+12
| | | | | | | | Using `ui-state-highlight` caused a conflict with dialog Fixes #14955 Closes gh-1712 Closes gh-1704
* All: Optimize png images losslessly using zopflipngPeter Dave Hello2016-06-0622-0/+0
| | | | Closes gh-1710
* Tests: Removed links to tests that no longer existPeter Kehl2016-05-311-6/+0
| | | | Closes gh-1709
* Controlgroup: Fix rendering of labelsAlexander Schmitz2016-05-265-11/+25
| | | | | Fixes #14967 Closes gh-1703
* Controlgroup: Fix issues with compatibility with spinnerAlexander Schmitz2016-05-265-16/+29
| | | | Fixes #14966
* Controlgroup: Don't remove existing classes classesAlexander Schmitz2016-05-264-9/+94
| | | | | | unless its a corner class Fixes #14960
* Tests: Stop testing against core 2.0.2 on testswarmMichał Gołębiowski2016-05-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | jQuery 2.0.3 fixed very few things from 2.0.2, the list is here: ​http://blog.jquery.com/2013/07/03/jquery-1-10-2-and-2-0-3-released/ One of the fixes was ​http://bugs.jquery.com/ticket/13980, though which was about cross-domain iframe issues. The problem is TestSwarm loads a cross-domain iframe: the main page is swarm.jquery.org, the frame is on builds.jenkins.jquery.com so it might be causing issues. You can see jQuery UI tests are timing out in all IE versions in jQuery 2.0.2: ​http://swarm.jquery.org/job/2918 The problem is that it doesn't just fail, it starves the available IE pool, making it sometimes harder for other projects to get their tests run on IE. That's why tests with jQuery 2.0.2 on TestSwarm need to be removed as it's been done with 1.10.1. Refs #12745 Refs c2224bf5dc418c84c185844611786b9ccfb869a7 Refs gh-1706 Closes gh-1707
* Build: Don't run tests on IE 8 with jQuery Core 2 and newerMichał Gołębiowski2016-05-251-2/+2
| | | | Closes gh-1706
* Build: Add grunt-cli to devDependencies, don't install it globallyMichał Gołębiowski2016-05-252-2/+1
| | | | | | | This makes it possible to use Grunt without installing grunt-cli globally which makes the whole process more resilient. Ref gh-1706