WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
14420
webView: mouseDidMoveOverElement: modifierFlags: callbacks are sent when Exposé is active
https://bugs.webkit.org/show_bug.cgi?id=14420
Summary
webView: mouseDidMoveOverElement: modifierFlags: callbacks are sent when Expo...
Wade Cosgrove
Reported
2007-06-26 12:37:21 PDT
If I implement the callback: - (void)webView:(WebView *)sender mouseDidMoveOverElement:(NSDictionary *)elementInformation modifierFlags:(unsigned int)modifierFlags I'm messaged with mouse moved events when the parent window of my webView has been moved offscreen by Exposé. As there's no way to determine when exposé is active, this is very troublesome as I show a child window over the webview when getting the mosueDidMoveOverElement message. For an example of this, use Coda's DOM inspector (www.panic.com/coda) and then activate exposé and mouse around where the webview used to be on screen. You'll see the DOM inspector is showing over a blank area where the webview used to be.
Attachments
Add attachment
proposed patch, testcase, etc.
David Kilzer (:ddkilzer)
Comment 1
2007-07-05 21:07:28 PDT
<
rdar://problem/5316265
>
David Kilzer (:ddkilzer)
Comment 2
2015-08-28 19:20:49 PDT
Please adopt the Modern WebKit APIs (WKWebVew). If this request is still valid to the Modern WebKit framework API, please file a new Radar.
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