Bug 248261 - Fix resizer behavior with `writing-mode: vertical-rl` or `direction: rtl`
Summary: Fix resizer behavior with `writing-mode: vertical-rl` or `direction: rtl`
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aditya Keerthi
URL:
Keywords: InRadar
Depends on:
Blocks: 245355
  Show dependency treegraph
 
Reported: 2022-11-22 23:50 PST by Tim Nguyen (:ntim)
Modified: 2023-09-19 16:00 PDT (History)
5 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: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.
Comment 1 Radar WebKit Bug Importer 2022-11-22 23:51:02 PST
<rdar://problem/102620110>
Comment 3 Aditya Keerthi 2023-09-18 15:09:15 PDT
Pull request: https://github.com/WebKit/WebKit/pull/17879
Comment 4 EWS 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.