[Webkit-unassigned] [Bug 10108] Deleting an RTL letter followed by a space and an LTR run deletes the space as well

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 22 04:49:35 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=10108





------- Comment #2 from mitz at webkit.org  2007-02-22 04:49 PDT -------
The space is deleted because CompositeEditCommand::deleteInsignificantText()
assumes that InlineTextBoxes are in logical order. Need to figure out an
efficient way to implement this function when the assumption is false (to be
used when containsReversedText() is true).


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



More information about the webkit-unassigned mailing list