Closed
Bug 236192
Opened 22 years ago
Closed 22 years ago
doesn't open JS window, e.g. "javascript:oW('/c/09/55/21/955212.html','fs',628,450);"
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: r.schmitteck, Unassigned)
References
()
Details
User-Agent:
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.6) Gecko/20040113
Öffnet Javafenster nicht.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Updated•22 years ago
|
Assignee: general → general
Component: JavaScript Engine → DOM: Level 0
QA Contact: pschwartau → ian
Summary: öffnet Javafenster nicht z.B. "javascript:oW('/c/09/55/21/955212.html','fs',628,450);" → doesn't open JS window, e.g. "javascript:oW('/c/09/55/21/955212.html','fs',628,450);"
Comment 1•22 years ago
|
||
Reporter, are you using the popup-blocker ?
Comment 2•22 years ago
|
||
wfm with win2k build 20040301..
Comment 3•22 years ago
|
||
Works for me Moz 1.7 on Win2k.
Comment 4•22 years ago
|
||
WFM Mozilla 1.7b 2004031309 XP Pro
This is the code:
<a href="javascript:oW('/c/09/55/21/955212.html','fs',628,450);"
onclick="S('kh1o','0',2,2)">Der neue Golf</a>
I checked the code and I think (the code is complex!) it reuses and assigns
different window object references coming from different window.open() calls
which may explain the code's failures at times...
Reporter, can you try again? If I don't hear from you, I'll resolve this bug as
WORKSFORME.
Comment 5•22 years ago
|
||
R. Schmitteck, I'm RESOLVING this bug as WORKSFORME. If you can reproduce the
problem with a recent build, then reopen the bug.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•