Bug 156587

Summary: Cannot scroll pixel-by-pixel in <select multiple>
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dbates, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=128489

Description Myles C. Maxfield 2016-04-14 12:16:04 PDT
All the other browsers let you scroll pixel-by-pixel in <select multiple> elements.

However, we only allow you to scroll to an integer multiple of an item (like it’s 1996 or something)

It would be great if we could migrate RenderListBox to be on top of RenderLayer so that we get this better scrolling behavior, as well as removing duplicate custom scrollbar code.
Comment 1 Myles C. Maxfield 2016-04-14 12:16:20 PDT
<rdar://problem/25693797>