[Webkit-unassigned] [Bug 102857] Fix a problem that GestureTap event is not converted to mouse event on the top frame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 09:11:13 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102857





--- Comment #9 from Robert Kroeger <rjkroege at chromium.org>  2012-11-28 09:13:27 PST ---
(From update of attachment 175476)
View in context: https://bugs.webkit.org/attachment.cgi?id=175476&action=review

> Source/WebCore/page/EventHandler.cpp:2609
> +        if (gestureTapOriginatingFrame != m_frame)

I don't think that this is the right way to do this.

if (m_frame->page()->mainFrame() == m_frame) { ... }

would be better and eliminate a lot of this other code?

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



More information about the webkit-unassigned mailing list