Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Draggable: Fix spurious blur in dialogs on mousedown | Ryan Oriecuia | 2016-09-13 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | 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 | ||||
* | Draggable: Fix line length issues | Alexander Schmitz | 2016-04-13 | 1 | -78/+203 |
| | | | | Ref gh-1690 | ||||
* | Draggable: Improve detection for when to blur the active element | Scott González | 2016-02-09 | 1 | -4/+9 |
| | | | | | | Fixes #12472 Fixes #14905 Closes gh-1548 | ||||
* | All: Fix manifest issues for categories and CSS dependencies | Jörn Zaefferer | 2015-10-23 | 1 | -1/+1 |
| | | | | | | | Collapses "UI Core" and "Core" into just "Core". Fixes bad paths for CSS dependencies. Regressed when moving widgets into the widgets subfolder. | ||||
* | Mouse: Don't stop propagation of mouseup | Hannah Methvin | 2015-10-18 | 1 | -2/+2 |
| | | | | Fixes #10818 | ||||
* | Draggable: Remove redundant handling of disabled class on create | Jörn Zaefferer | 2015-09-25 | 1 | -3/+0 |
| | | | | | | | _setOptionDisabled in $.Widget is now handling that. Ref #9151 Ref gh-1599 | ||||
* | Draggable: Style updates | Alexander Schmitz | 2015-09-11 | 1 | -193/+201 |
| | | | | Ref #14246 | ||||
* | Draggable: Style updates | Alexander Schmitz | 2015-08-21 | 1 | -6/+6 |
| | | | | | Ref #14246 Ref gh-1588 | ||||
* | Mouse: Move mouse into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -1/+1 |
| | | | | Ref #13885 | ||||
* | Draggable: Move draggable into widgets folder | Alexander Schmitz | 2015-08-08 | 1 | -0/+1116 |
Ref #13885 |