[Webkit-unassigned] [Bug 12324] User needs to be able to set Lucida Grande "italic"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 22 14:13:42 PDT 2010


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


Daniel Jalkut <jalkut at red-sweater.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jalkut at red-sweater.com




--- Comment #13 from Daniel Jalkut <jalkut at red-sweater.com>  2010-09-22 14:13:42 PST ---
I did some simple tests in the browser with document.queryCommandEnabled("Italic") and confirmed that the document seems to return true even when text of a font such as Lucida Grande is selected.

I think I ran into similar problems to this when I was developing MarsEdit's rich editor. As I recall I worked around it by moving away from the changeFontTrait: as the menu item action for these style items. By bypassing the font manager and going straight to WebKit, I believe I was able to use a combination of queryCommandEnabled to validate and execCommand to perform the toggle.

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