WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 166013
167363
Some complex text with initial advances is misplaced
https://bugs.webkit.org/show_bug.cgi?id=167363
Summary
Some complex text with initial advances is misplaced
Myles C. Maxfield
Reported
2017-01-24 01:26:09 PST
Some complex text with initial advances is misplaced
Attachments
WIP
(21.95 KB, patch)
2017-01-24 01:27 PST
,
Myles C. Maxfield
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Myles C. Maxfield
Comment 1
2017-01-24 01:27:05 PST
Created
attachment 299585
[details]
WIP
Myles C. Maxfield
Comment 2
2017-01-24 01:32:52 PST
*** This bug has been marked as a duplicate of
bug 166013
***
Myles C. Maxfield
Comment 3
2017-01-24 15:43:19 PST
Comment on
attachment 299585
[details]
WIP View in context:
https://bugs.webkit.org/attachment.cgi?id=299585&action=review
> Source/WebCore/platform/graphics/mac/ComplexTextController.h:94 > const UChar* characters() const { return m_characters; }
No need for ComplexTextRun to be RefCounted (Probably)
Myles C. Maxfield
Comment 4
2017-01-24 15:53:45 PST
Comment on
attachment 299585
[details]
WIP View in context:
https://bugs.webkit.org/attachment.cgi?id=299585&action=review
> Source/WebCore/platform/graphics/mac/ComplexTextController.h:100 > CFIndex endOffsetAt(size_t i) const { ASSERT(!m_isMonotonic); return m_glyphEndOffsets[i]; }
m_isMonotonic { true }
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