Bug 253310 - textarea with hidden scrollbars hides resize handle
Summary: textarea with hidden scrollbars hides resize handle
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: Safari 16
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks: 231588
  Show dependency treegraph
 
Reported: 2023-03-03 06:40 PST by Luke Warlow
Modified: 2023-05-27 10:55 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.