Open
Bug 1343228
Opened 8 years ago
Updated 3 years ago
touch events not fired on disabled form controls
Categories
(Core :: DOM: Events, defect, P3)
Tracking
()
NEW
People
(Reporter: rbyers, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2984.0 Safari/537.36
Steps to reproduce:
http://jsbin.com/botohet
Touch on the button on a touchscreen and drag
Actual results:
No events registered
Expected results:
Touchstart and touchmove events registered
Reporter | ||
Comment 1•8 years ago
|
||
Works correctly in Chrome and Safari
See related discussion here: https://github.com/w3c/pointerevents/issues/177
Comment 2•8 years ago
|
||
(I wish there were a way to circle back when an issue has been resolved but setting P2 so I see this in a few months at the outside is the next best thing).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P2
Comment 3•7 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Comment 4•6 years ago
|
||
Reproduced on Lenovo Yoga C630-13Q50 with Windows 10 Home (v1803) on the latest Nightly aarch64 build. Touchstart and touchmove are not registered on the disabled button.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•