[Webkit-unassigned] [Bug 17038] Font size does not work correct when using the HTML GUI Editing on GuildPortal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 29 01:49:12 PST 2008


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


ap at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|HTML Editing                |Evangelism
     Ever Confirmed|0                           |1




------- Comment #3 from ap at webkit.org  2008-01-29 01:49 PDT -------
For setting font size, the site uses execCommand:
document.ecexCommand("FontSize", false, "10pt"). But the third parameter is
supposed to be an HTML font size ("1" to "7").

Neither IE nor Firefox support point sizes as FontSize values - IE just ignores
such a command, while Firefox sets the size to a maximum, just like WebKit.

Theoretically, it is possible that we are doing something wrong earlier, which
results in a bad parameter value being passed. But chances are that the site
has incorrect Safari-specific code that is not executed in other browsers.
Possibly, this was a workaround for Safari 2 bugs which is now causing problems
in Safari 3.

Moving to Evangelism. If you could contact the site webmaster bout this issue,
that would be very appreciated!


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