[Webkit-unassigned] [Bug 60604] New: Slider Stays Active After Generated MouseDown Event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 10 20:18:53 PDT 2011


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

           Summary: Slider Stays Active After Generated MouseDown Event
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: ddkilzer at webkit.org, simon.fraser at apple.com,
                    tkent at chromium.org


Created an attachment (id=93066)
 --> (https://bugs.webkit.org/attachment.cgi?id=93066&action=review)
[REDUCTION] Test Case

Noticed while manually testing fast/forms/slider-zoomed.html

Further reduction attached.

The <input type="range"> slider is "stuck on following mouse events"
when a generated mouse event hits the slider. I have a feeling this
may be problematic.

Maybe when SliderThumbElement::startDragging is called, it should
check to see there was a real user action behind it, otherwise it
should act as just a mouseup/down combination without enabling
dragging?

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