[Webkit-unassigned] [Bug 25321] RLE/LRE characters are removed from any text entered into a text box (either using a keyboard or by pasting)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 21 18:21:13 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=25321


Xiaomei Ji <xji at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #71517|                            |review?
               Flag|                            |




--- Comment #25 from Xiaomei Ji <xji at chromium.org>  2010-10-21 18:21:12 PST ---
Created an attachment (id=71517)
 --> (https://bugs.webkit.org/attachment.cgi?id=71517&action=review)
patch w/ layout test

2 questions on ATSUI:

1. inside ComplexTextController::ComplexTextRun::ComplexTextRun() in ComplexTextControllerATSUI.cpp,
there is the following line:
    status = ATSUGetGlyphBounds(atsuTextLayout, 0, 0, 0, m_stringLength, kATSUseFractionalOrigins, 0, 0, &boundsCount);

Since there is ATSUTextInserted() and newly added ATSUTextDeleted(), should it be:
    status = ATSUGetGlyphBounds(atsuTextLayout, 0, 0, 0, kATSUToTextEnd, kATSUseFractionalOrigins, 0, 0, &boundsCount); ?


2. I am running on snow leopard, how do I test ATSUI?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list