Bug 156587
Summary: | Cannot scroll pixel-by-pixel in <select multiple> | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | Forms | Assignee: | 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 |
Myles C. Maxfield
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
<rdar://problem/25693797>