[Webkit-unassigned] [Bug 23993] Underline formatting bleeds into other formatting during delete/backspace

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 17 17:09:05 PST 2009


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





------- Comment #3 from justin.garcia at apple.com  2009-02-17 17:09 PDT -------
Also notice that pasting text that isn't underlined anywhere inside, just
before or just after underlined content will incorrectly underline the pasted
content.  This is because the pasted content goes into an element with
text-decoration: underline, and every descendant of such an element, no matter
what, will be underlined.

In the bold case, pasted content goes into a bold tag, but the pasted content
is surrounded by a span with font-weight: normal, which negates the boldness.

We need a function positionAvoidingTextDecoration or the like in
ReplaceSelectionCommand to fix this.


-- 
Configure bugmail: https://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