Bug 248260 - Enable <textarea> in vertical writing mode
Summary: Enable <textarea> in vertical writing mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
: 117228 (view as bug list)
Depends on:
Blocks: 245355
  Show dependency treegraph
 
Reported: 2022-11-22 23:47 PST by Tim Nguyen (:ntim)
Modified: 2022-11-24 23:38 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2022-11-22 23:47:43 PST
Behavior is currently identical to Firefox, aside from the resizer which acts funky in `vertical-rl` mode (not `vertical-lr`), but that's also a problem with elements with `resize:both`, see: 
data:text/html,<div style="width: 200px; height: 200px; background: red; overflow: auto; resize: both; writing-mode: vertical-rl"></div>

This needs tests.
Comment 1 Radar WebKit Bug Importer 2022-11-22 23:48:06 PST
<rdar://problem/102620075>
Comment 2 Tim Nguyen (:ntim) 2022-11-23 01:48:12 PST
Tests are being added in: https://github.com/web-platform-tests/wpt/pull/37100/
Comment 3 Tim Nguyen (:ntim) 2022-11-23 03:17:26 PST
Pull request: https://github.com/WebKit/WebKit/pull/6760
Comment 4 EWS 2022-11-23 10:45:35 PST
Committed 256977@main (99cf25ddd405): <https://commits.webkit.org/256977@main>

Reviewed commits have been landed. Closing PR #6760 and removing active labels.
Comment 5 Tim Nguyen (:ntim) 2022-11-24 23:38:12 PST
*** Bug 117228 has been marked as a duplicate of this bug. ***