Bug 274332

Summary: textarea vertical scrollbar handling isn't writing mode aware
Product: WebKit Reporter: Luke Warlow <lwarlow>
Component: CSSAssignee: Luke Warlow <lwarlow>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 17   
Hardware: Unspecified   
OS: Unspecified   

Luke Warlow
Reported 2024-05-17 13:30:56 PDT
If you load data:text/html,<textarea rows="1" style="writing-mode: vertical-lr;"></textarea><textarea rows="1" style="overflow-x: hidden; writing-mode: vertical-lr;"></textarea> you see two equally tall textareas. The second one should be shorter. (There's a separate bug where overlay scrollbar thickness is taken into account)
Attachments
Luke Warlow
Comment 1 2024-05-17 14:27:02 PDT
EWS
Comment 2 2024-05-22 13:30:36 PDT
Committed 279150@main (708db469479b): <https://commits.webkit.org/279150@main> Reviewed commits have been landed. Closing PR #28733 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2024-05-22 13:31:13 PDT
Note You need to log in before you can comment on or make changes to this bug.