Closed
Bug 182998
Opened 23 years ago
Closed 23 years ago
Pop-up window page is also loaded in parent window
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: relf, Assigned: asa)
Details
Attachments
(1 file)
|
9.01 KB,
text/html
|
Details |
This bug is discovered as a side effect of bug 170454
Testcase html is coming.
To reproduce:
1. Open testcase html
2. Click on link "How does Proxy bidding work?"
3. It will be opened in a pop-up window and at the same loaded in the parent window
Expected result:
Link should be loaded in pop-up window only.
I see the bug on OS/2 and Linux builds 2002120121
| Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Reporter:
wfm with a 1 day old win2k cvs trunk.
Do you block popup windows ?
Severity: major → normal
Comment 3•23 years ago
|
||
WFM 20021130 on WinXP
| Reporter | ||
Comment 4•23 years ago
|
||
Yeah, scripts are disallowed to Open unrequested windows here.
But I've just tried to allow that. It didn't help much. I still see the bug.
Comment 5•23 years ago
|
||
Please try a new profile. (it's possible that you have an old popup blocking
pref in prefs.js)
| Reporter | ||
Comment 6•23 years ago
|
||
Matti, probably you're right. I don't see the problem with OS/2 build 2002120112
on another computer.
But I don't like idea to recreate a profile. I would like rather to find out
that old popup blocking pref in prefs.js, and remove it. How to do that?
Comment 7•23 years ago
|
||
a) You don't need another computer for this (just create an additional test profile)
b) search lines starting with this and delete it (if mozilla is closed! ):
user_pref("dom.disable
(this should kill all enabled blockings)
Ask me if you still have a question and please mark the bug "verified" if it
works for you
-> wfm
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 8•23 years ago
|
||
I've removed the line with "dom.disable" but that didn't help.
I still see the bug.
Reopening...
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
| Reporter | ||
Comment 9•23 years ago
|
||
I've created another account, and everything seems to work now.
How to fix up existing account?
I think the problem should be classified as a bug but related to "bad"
preferences since fix (that is not yet known for me) requiring some manual
cleanup of prefs.js
Comment 10•23 years ago
|
||
The fix is a new profile.
Since we have no support and this itself is no bug (unless you know how to
"corrupt" a clean profile) this is a WFM
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 11•23 years ago
|
||
Ok. Now I know how to corrupt a new profile - just add to prefs.js the line
user_pref("capability.policy.default.Window.focus", "noAccess");
And the bug will show up.
Reopenning...
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 12•23 years ago
|
||
no, that is no bug if you add this policy by hand.
It's a bug if you find a setting in the mozilla prefs. for that will not unset it.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → INVALID
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•