Bug 14420 - webView: mouseDidMoveOverElement: modifierFlags: callbacks are sent when Exposé is active
Summary: webView: mouseDidMoveOverElement: modifierFlags: callbacks are sent when Expo...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 419.x
Hardware: Mac OS X 10.4
: P2 Major
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2007-06-26 12:37 PDT by Wade Cosgrove
Modified: 2015-08-28 19:20 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wade Cosgrove 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.
Comment 1 David Kilzer (:ddkilzer) 2007-07-05 21:07:28 PDT
<rdar://problem/5316265>
Comment 2 David Kilzer (:ddkilzer) 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.