[Webkit-unassigned] [Bug 59644] New: MediaControls hittesting on slider element fails

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 15:45:37 PDT 2011


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

           Summary: MediaControls hittesting on slider element fails
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: sjl at chromium.org


I've been knee deep trying to debug this chromium issue http://crbug.com/74826 that I believe is not port specific and may be related to https://bugs.webkit.org/show_bug.cgi?id=49023.

Basically, the timeline slider control is being painted fine and the correct rect is hitting the theme, but mouse down events never reach the control, but instead are fired on it's parent element.

It is as though the RenderSlider always has it's default desired width as far as hittesting is concerned.

For background, the slider and it's parent are flexible boxes. If I remove "-webkit-appearance: media-slide" (changed to none) and the height (changed to auto), the correct behaviour occurs, but if either (or both) of them are changed back, the problem occurs.

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