[webkit-reviews] review canceled: [Bug 50621] Implement text-combine rendering code : [Attachment 80431] Fixed a build error on qt.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 07:56:48 PST 2011


Takumi Takano <takano at apple.com> has canceled Takumi Takano
<takano at apple.com>'s request for review:
Bug 50621: Implement text-combine rendering code
https://bugs.webkit.org/show_bug.cgi?id=50621

Attachment 80431: Fixed a build error on qt.
https://bugs.webkit.org/attachment.cgi?id=80431&action=review

------- Additional Comments from Takumi Takano <takano at apple.com>
When a page with combined text is reloaded, RenderCombineText objects
previously prepared are reused. We need to restore the original text before we
call combineText() on the reused object, otherwise the combineText() uses
U+FFFC instead of the actual text for text width calculation. Added text
restoration code in RenderCombineText::styleDidChange().


More information about the webkit-reviews mailing list