[Webkit-unassigned] [Bug 12874] New: execCommand FontSize -webkit-xxx-large instead of passed px value

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 23 19:09:06 PST 2007


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

           Summary: execCommand FontSize -webkit-xxx-large instead of passed
                    px value
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: peer at smileCMS.com


document.execCommand("FontSize", false, str);

Before passing "10px" to this function produced:

<SPAN class="Apple-style-span" style="font-size: 10px;">Text</SPAN>

Now this gives me no matter what I pass:
<span class="Apple-style-span" style="font-size:
-webkit-xxx-large;">Text</span>

compactible format, with much less control unless there is another web kit
command to pass a font size with a point or pixel value.


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