Bug 220942
| Summary: | Unnessecary wrap on a specific bidi text | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ebrahim Byagowi <ebrahim> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | ahmad.saleem792, bfulgham, gsnedders, mmaxfield, simon.fraser, smoley, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Safari 14 | ||
| Hardware: | Unspecified | ||
| OS: | macOS 11 | ||
| URL: | data:text/html;charset=utf8,<div%20style="font-family:arial;position:absolute;">س-w.</div> | ||
Ebrahim Byagowi
Open
data:text/html;charset=utf8,<div%20style="font-family:arial;position:absolute;">س-w.</div>
Actual:
Unnecessary wrap has broken it into two lines.
Expected:
Just like other browsers, in one line.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Smoley
Thanks for filing, I'm able to reproduce this on Safari 13.1.3 as well as STP118 (14.1).
Radar WebKit Bug Importer
<rdar://problem/73687010>
Ahmad Saleem
I am able to reproduce this in Safari 15.5 on macOS 12.4. All other browsers (Chrome Canary 104 and Firefox Nightly 103) behave similar to each other except Safari. Thanks!
Myles C. Maxfield
There is no line break on ToT where LFC is enabled.
alan
This has progressed at https://trac.webkit.org/changeset/288070/webkit
alan
*** This bug has been marked as a duplicate of bug 235266 ***
Ebrahim Byagowi
Great progress! Will the new initiative resolve Bug 6148 also finally? How can I test it?
Myles C. Maxfield
Nope; we’re still working on that bug.