[Webkit-unassigned] [Bug 61319] fast/events/selectstart-by-drag.html fails on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 24 09:53:46 PDT 2011


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





--- Comment #6 from Adam Roben (:aroben) <aroben at apple.com>  2011-05-24 09:53:46 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > Maybe a click from a previous test is causing the click in this test to be counted as a double-click? We've seen that before. See bug 56347.
> 
> That is an annoying bug.  But I'm confused as to how that happens.  m_clickCount is stored in EventHandler but that class exists per frame.  If we're loading a new page, we'll surely create a new frame, right?

EventHandler::m_clickCount is set based on the PlatformMouseEvent that's passed in. The PlatformMouseEvent has a click count of 2 (or more) due to WebKit not clearing its global click count on navigation.

-- 
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