Bug 59644

Summary: MediaControls hittesting on slider element fails
Product: WebKit Reporter: Steve Lacey <sjl>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: eric.carlson, jer.noble, mrobinson, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 61132    
Bug Blocks:    

Description Steve Lacey 2011-04-27 15:45:37 PDT
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.
Comment 1 Tony Chang 2011-05-19 10:52:21 PDT
Found the bug in RenderSlider.
Comment 2 Steve Lacey 2011-05-24 11:32:02 PDT
Closing this bug as it's now been fixed in https://bugs.webkit.org/show_bug.cgi?id=61132