WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
250264
The width of U+001B is different in the fast and complex text codepaths
https://bugs.webkit.org/show_bug.cgi?id=250264
Summary
The width of U+001B is different in the fast and complex text codepaths
Myles C. Maxfield
Reported
2023-01-07 01:22:51 PST
Created
attachment 464395
[details]
Test .
Attachments
Test
(137 bytes, text/html)
2023-01-07 01:22 PST
,
Myles C. Maxfield
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2023-01-07 01:30:45 PST
<
rdar://problem/98660696
>
Myles C. Maxfield
Comment 2
2023-01-07 01:45:37 PST
We can't just add a `u_charType(ch) == U_CONTROL_CHAR` stanza to ComplexTextController::adjustGlyphsAndAdvances(), because that iterates over glyphs, and Core Text doesn't give us a glyph for this character at all, so we don't encounter anything to fix up.
Myles C. Maxfield
Comment 3
2023-01-09 09:43:16 PST
After discussing with the Core Text team, we think we're going to focus on just deleting the complex text codepath (in favor of the fast text codepath), instead of trying to fix this bug in the complex text codepath.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug