Bug 253310
| Summary: | textarea with hidden scrollbars hides resize handle | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
| Component: | Forms | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | ahmad.saleem792, akeerthi, cdumez, karlcow, webkit-bug-importer, wenson_hsieh |
| Priority: | P2 | Keywords: | BrowserCompat, InRadar, WPTImpact |
| Version: | Safari 16 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 231588 | ||
Luke Warlow
While making a PR for the scrollbar-width CSS property I noticed an existing issue where textareas with hidden scrollbars don't display a resize handle.
https://jsfiddle.net/yu2opbts/4/
Using the above jsfiddle in Chromium and Safari the textarea has no resize handle but in Firefox (which implements scrollbar-width but not ::-webkit-scrollbar) there is a rendered resize handle. This is also expected by the web platform tests (https://wpt.fyi/results/css/css-scrollbars/textarea-scrollbar-width-none.html).
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/106551509>
Luke Warlow
Pull request: https://github.com/WebKit/WebKit/pull/14426
EWS
Committed 264630@main (aa4860ae6d41): <https://commits.webkit.org/264630@main>
Reviewed commits have been landed. Closing PR #14426 and removing active labels.