[Webkit-unassigned] [Bug 16065] New: unformat in a h# formats the text.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 20 03:04:46 PST 2007


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

           Summary: unformat in a h# formats the text.
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fuck at os.dk


Calling execCommand('unformat', falce, null) on text in a headline will result
in that content being formated with a span to match the default font, but that
might not look right depending on the style sheet and is not what the user
expects.

test case:
<h3>test</h3>
result:
<h3><span style="font-size: 16px; font-weight: normal;">test</span></h3>
should be:
test


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