Bug 140633 - Refactor ScrollView and Friends
Summary: Refactor ScrollView and Friends
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: 141842 141855
Blocks:
  Show dependency treegraph
 
Reported: 2015-01-19 12:05 PST by Brent Fulgham
Modified: 2015-02-20 18:07 PST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-01-19 12:05:19 PST
The ScrollView class and its various subclasses are complicated and full of special cases to deal with edge cases. We should revisit the design of these classes and try to implement a clearer design.