aboutsummaryrefslogtreecommitdiffstats
path: root/ui/widgets/mouse.js
Commit message (Collapse)AuthorAgeFilesLines
* 1.14.01.14.0Michał Gołębiowski-Owczarek2024-08-051-2/+2
|
* All: Drop support for IE & some other browsers (but mostly IE)Michał Gołębiowski-Owczarek2024-05-151-28/+14
| | | | Closes gh-2249
* Docs: Change a few most common domains from HTTP to HTTPSMichał Gołębiowski-Owczarek2024-04-261-3/+3
| | | | | Also, update a few stale URLs to what they redirect now to. Closes gh-2244
* All: Update JS Foundation mentions to OpenJS FoundationMichał Gołębiowski-Owczarek2022-07-191-1/+1
| | | Closes gh-2104
* Build: Migrate from JSHint & JSCS to ESLintMichał Gołębiowski-Owczarek2021-06-071-5/+16
| | | | | Fixes #15393 Closes gh-1958
* Mouse: Fix line length issuesAlexander Schmitz2016-04-131-2/+4
| | | | Ref gh-1690
* Mouse: Ignore `mousemove` events triggered by key presses in SafariScott González2015-10-271-1/+11
| | | | | | | | | | If the user presses control, meta, shift, or alt during a drag operation, Safari will trigger an event where `event.which` is `0`. We use that scenario to detect that a `mouseup` occurred in a different document, so we need to ignore these events when one of the keys are pressed. Fixes #14461 Closes gh-1620
* All: Fix manifest issues for categories and CSS dependenciesJörn Zaefferer2015-10-231-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 mouseupHannah Methvin2015-10-181-1/+1
| | | | Fixes #10818
* Mouse: Style fixes for jscsAlexander Schmitz2015-09-111-2/+2
|
* Mouse: Style updatesAlexander Schmitz2015-09-111-56/+60
| | | | Ref #14246
* Mouse: Fix delay timeout clearing upon mouseupLiran Sharir2015-08-311-0/+5
| | | | | Fixes #14458 Closes gh-1579
* Mouse: Style updatesAlexander Schmitz2015-08-211-2/+2
| | | | | Ref #14246 Ref gh-1588
* Mouse: Move mouse into widgets folderAlexander Schmitz2015-08-081-0/+205
Ref #13885