Bug 143648 - RenderListBox passes row indexes to ScrollableArea, which expects pixel offsets
Summary: RenderListBox passes row indexes to ScrollableArea, which expects pixel offsets
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-12 12:30 PDT by Simon Fraser (smfr)
Modified: 2015-04-12 12:30 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-04-12 12:30:41 PDT
RenderListBox scrolls in terms of list index, but lots of ScrollableArea/ScrollAnimtor code (e.g. ScrollAnimatorMac::adjustScrollPositionIfNecessary()) assumes they are getting pixel values.