[webkit-reviews] review canceled: [Bug 82558] Toggling <input type="range"> readonly or disabled state while active breaks all click events : [Attachment 134472] [PATCH] Proposed Fix 1: Stop Dragging when readonly / disabled state toggles

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 20:11:43 PDT 2012


Joseph Pecoraro <joepeck at webkit.org> has canceled Joseph Pecoraro
<joepeck at webkit.org>'s request for review:
Bug 82558: Toggling <input type="range"> readonly or disabled state while
active breaks all click events
https://bugs.webkit.org/show_bug.cgi?id=82558

Attachment 134472: [PATCH] Proposed Fix 1: Stop Dragging when readonly /
disabled state toggles
https://bugs.webkit.org/attachment.cgi?id=134472&action=review

------- Additional Comments from Joseph Pecoraro <joepeck at webkit.org>
Now with test!

The question now is if we want the following scenario to work.

    1. User starts dragging
    2. <input> becomes disabled
    3. <input> becomes enabled
    4. User continues dragging.

The test does not really test this scenario, it only really tests that mouse
events
don't stop working when a toggle during an active drag happens.


More information about the webkit-reviews mailing list