[Webkit-unassigned] [Bug 39095] REGRESSION (r53085): Crash when changing writing direction to right-to-left

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 14 18:56:33 PDT 2010


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





--- Comment #7 from Adele Peterson <adele at apple.com>  2010-05-14 18:56:33 PST ---
>From looking at the history here, it seems that the case in Position::getInlineBoxAndOffset that deals with inlines (line 1033) was added before the rest of the method crossed editable boundaries correctly.  So I think when Dan added the use of downstreamIgnoringEditingBoundaries and upstreamIgnoringEditingBoundaries earlier in the method, then we no longer need that case.  So I'm testing a fix that just removes that, and so far so good.  It fixes the test case.

-- 
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