- fixed <rdar://problem/
3987482> Format>Style>Italic is not enabled when a
compose window is empty (works in Blot)
* WebView.subproj/WebHTMLView.m:
(-[WebHTMLView becomeFirstResponder]):
call _updateFontPanel here so NSFontManager knows the right font for the menu
items and the font panel
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8730
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-03-01 John Sullivan <sullivan@apple.com>
+
+ Reviewed by Darin.
+
+ - fixed <rdar://problem/3987482> Format>Style>Italic is not enabled when a
+ compose window is empty (works in Blot)
+
+ * WebView.subproj/WebHTMLView.m:
+ (-[WebHTMLView becomeFirstResponder]):
+ call _updateFontPanel here so NSFontManager knows the right font for the menu
+ items and the font panel
+
2005-03-01 David Harrison <harrison@apple.com>
Reviewed by Chris.
[[self window] makeFirstResponder:view];
}
[self updateFocusState];
+ [self _updateFontPanel];
_private->startNewKillRingSequence = YES;
return YES;
}