[Webkit-unassigned] [Bug 82558] Toggling <input type="range"> readonly or disabled state while active breaks all click events

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 18:07:25 PDT 2012


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org




--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2012-03-28 18:07:25 PST ---
My guess is that we miss a call to SliderThumbElement::stopDragging at some point
to clear the global capturing mouse events node:

    frame->eventHandler()->setCapturingMouseEventsNode(0);

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