Bug 70297 - [Qt] Send mouse move events when we handle HoverEnter/Leave in QDesktopWebView
Summary: [Qt] Send mouse move events when we handle HoverEnter/Leave in QDesktopWebView
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Caio Marcelo de Oliveira Filho
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 70238
  Show dependency treegraph
 
Reported: 2011-10-17 18:58 PDT by Caio Marcelo de Oliveira Filho
Modified: 2011-10-18 07:27 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.74 KB, patch)
2011-10-17 19:06 PDT, Caio Marcelo de Oliveira Filho
hausmann: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Caio Marcelo de Oliveira Filho 2011-10-17 18:58:00 PDT
[Qt] Send mouse move events when we handle HoverEnter/Leave in QDesktopWebView
Comment 1 Caio Marcelo de Oliveira Filho 2011-10-17 19:06:39 PDT
Created attachment 111370 [details]
Patch
Comment 2 Alexis Menard (darktears) 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.
Comment 3 Simon Hausmann 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 :)
Comment 4 Caio Marcelo de Oliveira Filho 2011-10-18 05:57:56 PDT
Committed r97744: <http://trac.webkit.org/changeset/97744>