[Webkit-unassigned] [Bug 58921] [chromium] linux chromium doesn't set click count for mouse up events in WebInputEventFactory.cpp.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 19 14:33:58 PDT 2011


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





--- Comment #4 from Tony Chang <tony at chromium.org>  2011-04-19 14:33:58 PST ---
(From update of attachment 90248)
View in context: https://bugs.webkit.org/attachment.cgi?id=90248&action=review

> Source/WebKit/chromium/ChangeLog:6
> +        [chromium] linux chromium doesn't set click count for mouse up events.
> +        https://bugs.webkit.org/show_bug.cgi?id=58921

Please explain what this is breaking (ppapi, flash, whatever).

> Source/WebKit/chromium/src/gtk/WebInputEventFactory.cpp:492
> +    if (shouldForgetPreviousClick(event->window, event->time, event->x, event->y))
> +        resetClickCountState();

Why do we need to reset here?

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