Make sure you are running via http:.  If you just test your app from
FlexBuilder, then you are using file://, and IE doesn't work well.

 

________________________________

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of devworkit
Sent: Thursday, June 05, 2008 2:12 PM
To: [email protected]
Subject: [flexcoders] Problem with BrowserManager and IE - titlebar
always changes to a '#'

 

I am attempting to integrate my Flex app to use the new Flex3.0
BrowserManager. I have very simple code at this point - here is what
I do at application start time:

browserManager = BrowserManager.getInstance();
browserManager.init("", "MyAppName");

When the app loads in IE7...things look great. I see "MyAppName" in
IE7's title bar (e.g. MyAppName - Internet Explorer)

HOWEVER...once I click on a Flex component, such as switching to a new
Tab component, the IE7 titlebar changes to # - InternetExplorer I
suspect that maybe the tab component is interacting with the
BrowserManager (or HistoryManager...although I thought the
BrowserManager automatically disables the HistoryManager).

WHAT IS WEIRD....is that this same app, when run inside FireFox,
behaves correctly - I can navigate through my application and the
FireFox titlebar always says MyAppName - Mozilla FireFox.

Is this a bug in IE7? Flex3.0 states that the BrowserManager supports
IE6+ 

Is there something I need to do differently? Other than setting the
title upfront in my app...I do no other BrowserManager or
HistoryManager specific code.

Thanks for any info!

 

Reply via email to