Bug 248261

Summary: Fix resizer behavior with `writing-mode: vertical-rl` or `direction: rtl`
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: Layout and RenderingAssignee: Aditya Keerthi <akeerthi>
Status: RESOLVED FIXED    
Severity: Normal CC: ahmad.saleem792, bfulgham, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 245355    

Tim Nguyen (:ntim)
Reported 2022-11-22 23:50:29 PST
When opening: data:text/html,<div style="width: 200px; height: 200px; background: red; overflow: auto; resize: both; writing-mode: vertical-rl"></div> or data:text/html,<div style="width: 200px; height: 200px; background: red; overflow: auto; resize: both; direction: rtl"></div> The resizer is on the left side (as expected), however, resizing is really funky and goes really fast.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-22 23:51:02 PST
Aditya Keerthi
Comment 3 2023-09-18 15:09:15 PDT
EWS
Comment 4 2023-09-19 16:00:43 PDT
Committed 268157@main (51184f8a009b): <https://commits.webkit.org/268157@main> Reviewed commits have been landed. Closing PR #17879 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.