Bug 274332
Summary: | textarea vertical scrollbar handling isn't writing mode aware | ||
---|---|---|---|
Product: | WebKit | Reporter: | Luke Warlow <lwarlow> |
Component: | CSS | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Luke Warlow
Pull request: https://github.com/WebKit/WebKit/pull/28733
EWS
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
<rdar://problem/128562554>