Is the WebView inspector buggy in Interface Builder 3.0?
Is the WebView inspector buggy in Interface Builder 3.0?
- Subject: Is the WebView inspector buggy in Interface Builder 3.0?
- From: "Sumner Trammell" <email@hidden>
- Date: Wed, 30 Jul 2008 04:03:53 -0400
Hi, is anyone else having problems with the WebView inspector in
Interface Builder 3.0?
I have a window with a WebView on it in MyDocument.nib.
When I open MyDocument.nib, the WebView attributes inspector shows
font sizes of 12 and 12 for default and fixed fonts. It also shows
Java enabled.
I change the default and fixed font sizes to 16 and 13.
I uncheck the checkbox to disable Java.
I save the nib.
I reopen the nib.
The WebView inspector again shows font sizes of 12 and 12 for default
and fixed fonts, and Java enabled.
I've resorted to setting the params manually in
windowControllerDidLoadNib: like this:
[[webView preferences] setDefaultFixedFontSize:10];
[[webView preferences] setDefaultFontSize:14];
[[webView preferences] setJavaEnabled:NO];
I have also noticed some of the fields/controls in the WebView
inspector changing randomly when I'm in that inspector making changes.
Thanks,
-s
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden