Bug 248327
| Summary: | RenderListBox::setScrollTop should allow out-of-range values but clamp them | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | Forms | Assignee: | 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 | ||
Tim Nguyen (:ntim)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102656180>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/6804
EWS
Committed 257012@main (cb92b7a07300): <https://commits.webkit.org/257012@main>
Reviewed commits have been landed. Closing PR #6804 and removing active labels.