NEW 143648
RenderListBox passes row indexes to ScrollableArea, which expects pixel offsets
https://bugs.webkit.org/show_bug.cgi?id=143648
Summary RenderListBox passes row indexes to ScrollableArea, which expects pixel offsets
Simon Fraser (smfr)
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.