Closed
Bug 145482
Opened 23 years ago
Closed 23 years ago
Unable to open ANY pop-up windows, incl. JavaScript console
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 144027
People
(Reporter: bill, Assigned: jst)
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0; T312461)
BuildID: 2002051006 (1.0 RC2)
Note: This may be the same as critical bug #143550
Using RC2 on Win2K (SP2, I believe), I am unable to open any kind of pop-up
window. This includes clicking on a link that uses window.open() from
javascript, or even typing javascript: from the URL bar. In fact,
about:mozilla and about:plugins do not function anymore either. Downgrading to
RC1 fixes the problem. Reproduces 100% of the time, regardless of
security/advanced settings, etc.
Reproducible: Always
Steps to Reproduce:
#1
1.type 'about:plugins' in the URL bar
2.nothing happens
#2
1. type 'about:javascript' in the URL bar
2. nothing happens
#3
1.create HTML page with source:
<HTML>
<A HREF='javascript:window.open();'>click</A>
</HTML>
-or-
<HTML>
<A HREF='#' onClick="window.open();">click</A>
</HTML>
2. click on link
3. if you do this in a separate browser tab, the tab says 'loading' forever,
and you get the waiting mouse icon
Comment 1•23 years ago
|
||
Please reopen if you have no themes installed other than classic or modern...
Otherwise this is bug 144027
*** This bug has been marked as a duplicate of 144027 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•