Bug 248327

Summary: RenderListBox::setScrollTop should allow out-of-range values but clamp them
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: FormsAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, webkit-bug-importer, wenson_hsieh
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 245355    

Description Tim Nguyen (:ntim) 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.
Comment 1 Radar WebKit Bug Importer 2022-11-24 19:57:52 PST
<rdar://problem/102656180>
Comment 2 Tim Nguyen (:ntim) 2022-11-24 20:01:25 PST
Pull request: https://github.com/WebKit/WebKit/pull/6804
Comment 3 EWS 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.