Bug 102841 - Disabled controls eat mousemove events
Summary: Disabled controls eat mousemove events
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.7
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 251246
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-20 14:54 PST by Aaron Leventhal
Modified: 2024-01-22 14:55 PST (History)
6 users (show)

See Also:


Attachments
Shows the problem (860 bytes, text/html)
2012-11-20 14:54 PST, Aaron Leventhal
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron Leventhal 2012-11-20 14:54:27 PST
Mousemove events that occur over disabled controls are not always available to scripts. It seems to depend on which control. The events are correctly fired when the controls are enabled.
Comment 1 Aaron Leventhal 2012-11-20 14:54:59 PST
Created attachment 175284 [details]
Shows the problem
Comment 2 Aaron Leventhal 2012-11-20 14:58:02 PST
Tested with Safari Version 6.0.2 (7536.26.17)
Comment 3 Aaron Leventhal 2012-11-20 14:59:48 PST
FWIW, useCapture=true w/ addEventListener didn't solve the issue for me.
Comment 4 Jon Lee 2013-05-27 22:55:47 PDT
Opening the test case in Firefox does not exhibit this issue.
Comment 5 Radar WebKit Bug Importer 2013-05-27 22:56:18 PDT
<rdar://problem/13997363>
Comment 6 Ahmad Saleem 2023-07-07 08:54:49 PDT
I am not able to reproduce this bug in Safari 16.5.1 and STP173 and hovering over all disabled control, does update x,y coordinates.
Comment 7 Brent Fulgham 2024-01-22 14:55:39 PST
Closing based on Ahmad's testing.