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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 4 15:36:31 PDT 2009


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





--- Comment #7 from Ryosuke Niwa <rniwa at webkit.org>  2009-08-04 15:36:29 PDT ---
Around the line 865, we have
insertNodeAtAndUpdateNodesInserted(refNode, insertionPos);

And refNode->showTreeForThis() results in:
SPAN    0x1af7ee50 CLASS=Apple-style-span STYLE=border-collapse: separate;
color: rgb(0, 0, 0); font-family: Times; font-size: medium; font-style: normal;
font-variant: normal; font-weight: normal; letter-spacing: normal; line-height:
normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none;
white-space: normal; widows: 2; word-spacing: 0px;
-webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px;
-webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto;
-webkit-text-stroke-width: 0px; 
    #text    0x1af7f170 "world"

Is it even correct to have "-webkit-text-decoration: none" here?  If so, when
are you taking care of it?  handleStyleSpans?

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