16Nov/092
Forcing Firefox to open Flex in the same window
Using FireFox as your main browser when developing on Windows means that by default you end up getting loads of tabs for all your canceled debug sessions. In order to prevent this behavior simply type in
about:config
into the address bar and do a search for
browser.link.open_external
then change it's value from 3 to 1; this will make your flex debug session always appear in one tab.





January 12th, 2010 - 10:47
Hi
Thanks for the tip, firefox changed some of the names.
This config is now : browser.link.open_newwindow
Value seems to be similar – change from 3 [default value when I checked] to 1.
March 2nd, 2010 - 23:55
Damnit! that is useful
Cherrio