[Webkit-unassigned] [Bug 14420] New: webView: mouseDidMoveOverElement: modifierFlags: callbacks are sent when Exposé is active

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 12:37:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14420

           Summary: webView: mouseDidMoveOverElement: modifierFlags:
                    callbacks are sent when Exposé is active
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wade at panic.com


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.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list