Bug 62535

Summary: Reduce the number of hand-built RenderObjects in the slider implementation
Product: WebKit Reporter: Kent Tamura <tkent>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: ntim, yosin
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on: 52920    
Bug Blocks: 62096    

Kent Tamura
Reported 2011-06-13 01:22:53 PDT
After the patch in Bug 52920, we have the following hand-built RenderObjects for <input type=range> * RenderSliderThumb in SliderThumbElement.cpp horizontal/vertical switching and thumb positioning * RenderSliderContainer in SliderThumbElement.cpp horizontal/vertical switching and height adjustment * RenderSlider basePosition(), computePreferredLogicalWidths(), inDragMode(), etc. We'd like to reduce them.
Attachments
Tim Nguyen (:ntim)
Comment 1 2022-05-23 22:23:16 PDT
Bug 240794 removed RenderSliderThumb
Note You need to log in before you can comment on or make changes to this bug.