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 13:17:22 -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 quit Interface Builder.
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
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden