[Webkit-unassigned] [Bug 57872] REGRESSION (r46914, r48764): When typing in Mail, line wrapping frequently occurs in the middle of words

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 6 03:28:12 PDT 2011


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





--- Comment #1 from Ryosuke Niwa <rniwa at webkit.org>  2011-04-06 03:28:12 PST ---
This bug was a regression from two change sets. http://trac.webkit.org/changeset/46914 initially introduced a regression because it wasn't avoiding tab span to obtain the computed style to apply after the insertion.  http://trac.webkit.org/changeset/46914 introduced another regression by copying hierarchy under new block at the insertion position without avoiding the tab span.

I'm going to upload a patch in a minute to fix this bug, but we should really get rid of this tab span business at some point.

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