Bug 248261
| Summary: | Fix resizer behavior with `writing-mode: vertical-rl` or `direction: rtl` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | Layout and Rendering | Assignee: | 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)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/102620110>
Ahmad Saleem
Is it by any chance this code:
https://github.com/WebKit/WebKit/blob/4ea2d50a5f28aa5b54ae68064d9421f3cc0b1060/Source/WebCore/rendering/RenderLayerScrollableArea.cpp#L1507
Aditya Keerthi
Pull request: https://github.com/WebKit/WebKit/pull/17879
EWS
Committed 268157@main (51184f8a009b): <https://commits.webkit.org/268157@main>
Reviewed commits have been landed. Closing PR #17879 and removing active labels.