weixin_39605326 2020-11-30 15:18
浏览 0

Firebug and Firefox 3.5.3

Originally reported on Google Code with ID 2429


<script type="javascript">
function pop(theURL) { 
    win = window.open(theURL,"","scrollbars=1,resizable,height=600,width=600");
}
</script>
<a href="javascript:pop('wiki')">Branch Web Site News and Help</a>

This will pop the window with firebug disabled but not with it enabled. 
Also, when exiting firefox, the firefox.exe process goes compute bound and
doesn't terminate.

Reported by larrywakeman97 on 2009-10-27 02:28:10

该提问来源于开源项目:firebug/firebug

  • 写回答

5条回答 默认 最新

  • weixin_39605326 2020-11-30 15:18
    关注
    
    Firebug version firefox version, os version?  1.4, 3.5, Mac is my guess.
    
    Please attach a complete example thanks.
    

    Reported by johnjbarton.com on 2009-10-27 13:09:34 - Status changed: NeedInfo

    评论

报告相同问题?