Bug 70297

Summary: [Qt] Send mouse move events when we handle HoverEnter/Leave in QDesktopWebView
Product: WebKit Reporter: Caio Marcelo de Oliveira Filho <cmarcelo>
Component: New BugsAssignee: Caio Marcelo de Oliveira Filho <cmarcelo>
Status: RESOLVED FIXED    
Severity: Normal CC: hausmann, kling, menard
Priority: P2 Keywords: Qt, QtTriaged
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 70238    
Attachments:
Description Flags
Patch hausmann: review+

Caio Marcelo de Oliveira Filho
Reported 2011-10-17 18:58:00 PDT
[Qt] Send mouse move events when we handle HoverEnter/Leave in QDesktopWebView
Attachments
Patch (3.74 KB, patch)
2011-10-17 19:06 PDT, Caio Marcelo de Oliveira Filho
hausmann: review+
Caio Marcelo de Oliveira Filho
Comment 1 2011-10-17 19:06:39 PDT
Alexis Menard (darktears)
Comment 2 2011-10-18 04:18:51 PDT
Comment on attachment 111370 [details] Patch On a side note the bug always existed even in WK1. Caio was trying to fix the API test failure for WK2 and we discovered that hover events were not properly handled. Rather than a workaround in the test itself, I'm supporting the fact that we're trying to fix it.
Simon Hausmann
Comment 3 2011-10-18 05:12:52 PDT
Comment on attachment 111370 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=111370&action=review > Source/WebKit2/ChangeLog:11 > + While HoverEvent is in practice equivalent to HoverMove, the HoverLeave event is a bit different HoverEvent -> HoverEnterEvent (to be fixed before landing :)
Caio Marcelo de Oliveira Filho
Comment 4 2011-10-18 05:57:56 PDT
Note You need to log in before you can comment on or make changes to this bug.