RESOLVED FIXED 248327
RenderListBox::setScrollTop should allow out-of-range values but clamp them
https://bugs.webkit.org/show_bug.cgi?id=248327
Summary RenderListBox::setScrollTop should allow out-of-range values but clamp them
Tim Nguyen (:ntim)
Reported 2022-11-24 17:41:54 PST
Currently, values lower or equal to 0 are ignored. The right behavior here is to clamp and scroll to 0, rather than doing nothing.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-24 19:57:52 PST
Tim Nguyen (:ntim)
Comment 2 2022-11-24 20:01:25 PST
EWS
Comment 3 2022-11-25 01:35:28 PST
Committed 257012@main (cb92b7a07300): <https://commits.webkit.org/257012@main> Reviewed commits have been landed. Closing PR #6804 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.