Bug 253310

Summary: textarea with hidden scrollbars hides resize handle
Product: WebKit Reporter: Luke Warlow <lwarlow>
Component: FormsAssignee: 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    

Description Luke Warlow 2023-03-03 06:40:02 PST
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).
Comment 1 Radar WebKit Bug Importer 2023-03-10 06:40:17 PST
<rdar://problem/106551509>
Comment 2 Luke Warlow 2023-05-27 07:26:02 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14426
Comment 3 EWS 2023-05-27 10:55:20 PDT
Committed 264630@main (aa4860ae6d41): <https://commits.webkit.org/264630@main>

Reviewed commits have been landed. Closing PR #14426 and removing active labels.