Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draggable: Fix spurious blur in dialogs on mousedown | Ryan Oriecuia | 2016-09-13 | 1 | -0/+30 |
| | | | | | | | | | | | | | | | | | | 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 handle | Scott González | 2016-09-13 | 2 | -2/+14 |
| | | | | | Fixes #15023 Closes gh-1740 | ||||
* | Dialog: Fix code style | Scott González | 2016-08-31 | 1 | -2/+2 |
| | |||||
* | Dialog: Allow for subpixel calculation errors in tests | Scott González | 2016-08-31 | 1 | -7/+8 |
| | | | | | | Tests were failing in IE 10-11 with values that were off by 0.01 pixels. Closes gh-1737 | ||||
* | Effects: Adjust animation duration in tests | Scott González | 2016-08-30 | 1 | -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 | ||||
* | Menu: Support number pad keyboard input | Felix Nagel | 2016-08-24 | 1 | -15/+31 |
| | | | | | Fixes #15031 Closes gh-1732 | ||||
* | Widget: `instance()` should return `undefined` for empty sets | Scott González | 2016-08-04 | 1 | -3/+5 |
| | | | | Fixes #15019 | ||||
* | Dialog: Support deprecated button options | Scott González | 2016-07-25 | 1 | -0/+30 |
| | | | | | Fixes #15016 Closes gh-1723 | ||||
* | Build: Add jQuery 3.1.0 | Scott González | 2016-07-08 | 2 | -0/+2 |
| | |||||
* | Tests: Only test latest patch versions for jQuery Core in TestSwarm | Scott González | 2016-07-08 | 1 | -0/+3 |
| | | | | Adds some missing tests to TestSwarm and `all.html`. | ||||
* | Resizable: Avoid `Array#map()` in tests for IE8 | Scott González | 2016-07-07 | 1 | -1/+1 |
| | |||||
* | Tooltip: Allow tracking tooltips to be off by a fraciton of a pixel | Scott González | 2016-07-07 | 1 | -2/+10 |
| | | | | Closes gh-1718 | ||||
* | Tests: Add jQuery 3.0.0 to missing systems | Scott González | 2016-07-07 | 1 | -1/+2 |
| | |||||
* | Effects: Fix timing of `.animateClass()` assertion | Scott González | 2016-07-06 | 1 | -3/+7 |
| | |||||
* | Tabs: Remove test for Ajax URLs containing hashes | Scott González | 2016-07-06 | 1 | -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 testing | Alexander Schmitz | 2016-07-06 | 1 | -0/+1 |
| | |||||
* | Controlgroup: Correctly handle non-empty child class key | Gabriel Schulhof | 2016-07-06 | 2 | -0/+53 |
| | | | | | Fixes #14984 Closes gh-1713 | ||||
* | Controlgroup: Add "only" position to class generator functions | Alexander Schmitz | 2016-06-09 | 2 | -0/+70 |
| | | | | | Fixes #14972 Closes gh-1711 | ||||
* | All: Replace non-breaking spaces with regular spaces | Scott González | 2016-06-08 | 2 | -3/+3 |
| | |||||
* | Checkboxradio: Use new `ui-state-checked` class in checkboxradio | Alexander Schmitz | 2016-06-06 | 1 | -4/+4 |
| | | | | | | | | Using `ui-state-highlight` caused a conflict with dialog Fixes #14955 Closes gh-1712 Closes gh-1704 | ||||
* | All: Optimize png images losslessly using zopflipng | Peter Dave Hello | 2016-06-06 | 3 | -0/+0 |
| | | | | Closes gh-1710 | ||||
* | Tests: Removed links to tests that no longer exist | Peter Kehl | 2016-05-31 | 1 | -6/+0 |
| | | | | Closes gh-1709 | ||||
* | Controlgroup: Fix rendering of labels | Alexander Schmitz | 2016-05-26 | 3 | -6/+15 |
| | | | | | Fixes #14967 Closes gh-1703 | ||||
* | Controlgroup: Fix issues with compatibility with spinner | Alexander Schmitz | 2016-05-26 | 4 | -15/+24 |
| | | | | Fixes #14966 | ||||
* | Controlgroup: Don't remove existing classes classes | Alexander Schmitz | 2016-05-26 | 3 | -0/+69 |
| | | | | | | unless its a corner class Fixes #14960 | ||||
* | Build: Add jQuery 1.12/2.2 to the test configuration | Michał Gołębiowski | 2016-05-25 | 3 | -2/+8 |
| | | | | Ref gh-1706 | ||||
* | Focusable: Detect disabled fieldsets | Scott González | 2016-05-25 | 2 | -2/+15 |
| | | | | | Fixes #14970 Closes gh-1705 | ||||
* | Tabs: Fix test | Scott González | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | Tooltip: Fix re-enabling of delegated tooltips | Scott González | 2016-04-21 | 1 | -0/+14 |
| | | | | | Fixes #14950 Closes gh-1699 | ||||
* | Tests: Remove all qunit global excludes from jshint config | Amanpreet Singh | 2016-04-14 | 1 | -14/+1 |
| | |||||
* | Tests: Update common lib to use no globals | Amanpreet Singh | 2016-04-14 | 1 | -27/+29 |
| | |||||
* | Widget: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -445/+457 |
| | |||||
* | Tooltip: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -167/+177 |
| | |||||
* | Tabs: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -700/+712 |
| | |||||
* | Spinner: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -250/+257 |
| | |||||
* | Sortable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -199/+204 |
| | |||||
* | Slider: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -213/+217 |
| | |||||
* | Selectmenu: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -184/+200 |
| | |||||
* | Selectable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 3 | -51/+54 |
| | |||||
* | Resizeable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -301/+306 |
| | |||||
* | Progressbar: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -81/+85 |
| | |||||
* | Position: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 1 | -118/+119 |
| | |||||
* | Menu: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 4 | -218/+239 |
| | |||||
* | Form: Shift form-reset-mixin to use no globals | Amanpreet Singh | 2016-04-14 | 1 | -19/+23 |
| | |||||
* | Effects: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 2 | -108/+125 |
| | |||||
* | Droppable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -74/+79 |
| | |||||
* | Draggable: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 6 | -418/+427 |
| | |||||
* | Dialog: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 6 | -431/+454 |
| | |||||
* | Datepicker: Shift to use no globals | Amanpreet Singh | 2016-04-14 | 5 | -612/+620 |
| | |||||
* | Core: Shift to no globals | Amanpreet Singh | 2016-04-14 | 2 | -217/+220 |
| |