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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 23 01:05:37 PDT 2010


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


Ryosuke Niwa <rniwa at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|HTML Editing                |WebKit API




--- Comment #17 from Ryosuke Niwa <rniwa at webkit.org>  2010-09-23 01:05:36 PST ---
Thanks for the info, Darin.

(In reply to comment #16)
> The menu in question has the selector addFontTrait: and points to the NSFontManager object. The NSFontManager’s validateMenuItem: and validateUserInterfaceItem: methods decide whether the menu item should be enabled or not by looking at the available fonts directly and does not consult WebKit.
>
> Influencing the AppKit behavior in cases like this where we don’t like it may require some tricky Mac-specific work and possibly even changes to AppKit.

Doesn't that mean this is a bug with AppKit?  Regardless, yours and other comments such as #10 and #13 seem to imply that this bug belongs to WebKit API rather than HTML Editing because it's the problem with the embedding API we have on Mac.  As much as I'd like to fix this bug, I think someone from Apple or someone familiar with AppKit should take over this bug since I don't know anything about AppKit.

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