Link to home
Start Free TrialLog in
Avatar of steva
steva

asked on

Firebug break takes down popup

I notice that if I break  in Firebug after executing a window.open() call the popped up window goes away.  For example, I have the code below:
User generated image
16328 puts up the window but as soon as the code  breaks at 16333 the window goes away.

Does anyone know why this happens and how I can keep the window open?

Thanks.
Steve
ASKER CERTIFIED SOLUTION
Avatar of Mrunal
Mrunal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of steva
steva

ASKER

Sorry for the delay, Leakim.

I'm also running Firefox 18.0.1.  

You mentioned that you allowed popups from 127.0.0.1.  I don't think that's the issue here since the popup does pop up ok.  It just goes away when Firebug breaks.

???  Maybe there's some option in Firefox that I need to set to keep the popup active after a break.

Steve