[Webkit-unassigned] [Bug 21679] ExecCommand fontsize does not change size of background color

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 10 17:08:06 PST 2008


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


deepak.jindal at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jindal at google.com




------- Comment #1 from deepak.jindal at gmail.com  2008-12-10 17:08 PDT -------
For an html like this:
<span style="background-color: rgb(255,0,0);"><font size="7">This line is
bad</font></span>

The background color doesn't stretch to the font size. Other browsers put the
<font> tag outside of the <span> tag, so that would be one way of fixing this
bug. IE will always stretch the background color's width to match the largest
text in the line. Not sure if that is correct or not, but it seems to be a
better behavior in this case.


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