Hi!

I've just found a bug on the setTitle x back-forward navigation and it
also happens on the oficial sample.

To reproduce it, follow the steps:
- Go to http://www.asual.com/swfaddress/samples/flash/
- Click on Portfolio
- Click on Contact
- Now, instead clicking back-to-Portfolio, click on the back-menu
(arrow) to show the history and go back directly to home (it should
read SWFAddress Website)
- Now click on the forward-menu again and go forward directly to
Contact (it should read SWFAddress Website / Contact)
- Now, if you open the back-menu again you will see that the
back-to-Home item is now labeled as "SWFAddress Website / Contact"
instead of "SWFAddress Website" but if you click it you go to Home
normally.
- Then, if you click the forward-menu you will see that the
forward-to-Contact item is now labeled as "SWFAddress Website" instead
of "SWFAddress Website / Contact" but if you click it you go to
Contact normally.

So... it swapped the labels...

Note that I've already seen that the following workaroud solves the
problem on Firefox, but not on IE:
getURL("javascript:void(0);");
_global.setTimeout(function() { SWFAddress.setTitle(area_name); }, 1000);

Is there any fix for this?
If not, how may I get the original JS file (without that fake variable
names and etc) so I can try to fix the issue?

Thanks!
Matheus.

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to