• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Is the WebView inspector buggy in Interface Builder 3.0?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: IB 3.1 breaks NSCollectionView bindings?
  • Next by Date: Re: Yacc & Lex in Xcode 3.1?
  • Previous by thread: Re: Yacc & Lex in Xcode 3.1?
  • Next by thread: code font size
  • Index(es):
    • Date
    • Thread