Bug 62535 - Reduce the number of hand-built RenderObjects in the slider implementation
Summary: Reduce the number of hand-built RenderObjects in the slider implementation
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 52920
Blocks: 62096
  Show dependency treegraph
 
Reported: 2011-06-13 01:22 PDT by Kent Tamura
Modified: 2022-05-23 22:23 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 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.
Comment 1 Tim Nguyen (:ntim) 2022-05-23 22:23:16 PDT
Bug 240794 removed RenderSliderThumb