Bug 156587 - Cannot scroll pixel-by-pixel in <select multiple>
Summary: Cannot scroll pixel-by-pixel in <select multiple>
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-04-14 12:16 PDT by Myles C. Maxfield
Modified: 2016-04-23 21:46 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 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>