Quote - (kgraphik @ Oct 28 2004, 02:33)
Is it just me or does the 'My Assistant' popup break? It opens in the same tab I clicked the link in.
[snapback]584819038[/snapback]
make sure you don't have it checked in your preferences (advanced > tabbed browsing) to force links that open new windows to open in the same window/tab. Also, they changed the default from the earlier october builds, so when you check either of those options it will redirect all new windows into tabs. there is a hidden pref to change this behavior...
browser.link.open_newwindow.restriction
0 = redirect all window.open() calls to tabs
1 = don't redirect window.open() calls
2 = redirect featureless window.open() calls
set it to 2, and it will allow popups that have a window size or that hide UI elements to open in a new window. setting it to 1 will allow window.open() calls, but will still redirect target="_blank" into tabs if you have that pref set.
if you don't set force inks that open new windows to open in (the same window/tab) or (a new tab), that hidden pref won't have any effect.