WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
77465
key state flags do not function on drag events
https://bugs.webkit.org/show_bug.cgi?id=77465
Summary
key state flags do not function on drag events
Clint Priest
Reported
2012-01-31 12:36:25 PST
ctrlKey, altKey, shiftKey and keyCode do not function on dragover and other drag events. They always report false or 0.
Attachments
Add attachment
proposed patch, testcase, etc.
Devon Govett
Comment 1
2022-09-01 18:24:10 PDT
This is still a problem in the latest version of Safari on macOS for drags initiated within the page. For drags initiated in external applications like Finder, the modifier key properties do update as expected. On iOS, this also works as expected. A related issue is
https://bugs.webkit.org/show_bug.cgi?id=202418
. The modifier key properties actually are set, but only if you hold the key down before dragging rather than pressing it while dragging. However, if you release the key while dragging, the property does not update in subsequent events.
Radar WebKit Bug Importer
Comment 2
2022-09-02 17:59:07 PDT
<
rdar://problem/99511310
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug