Closed
Bug 248138
Opened 20 years ago
Closed 20 years ago
Links with <target> don't work properly
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: busshaus, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040620 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a2) Gecko/20040620 Firefox/0.8.0+
Since the new Browser Firefox 0.9, our Links in the Transaction-Area (Pop-Up)
won´t work correct. When you start "www.sbroker.de" and click on the link "Zum
Depot" and in the opening Pop-up you need to click at e.g. "Sicherheitshinweise".
This Link
<http://www.sbroker.de/cgi-bin/get2post.pl?FORM_ACTION=%2Fcontent&CONTENT_URL=http%3A%2F%2Fwww.s-broker.onvista.de%2F6_4_sicherheit.html>
is connected with a traget="sbrokermain", so taht normally the window
"sbrokermain" does a reload with this url. Since Firefox 0.9, this doesn´t work
anymore
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Expected Results:
To load the Link in the window, called by the target.
Does the information in the third bullet of the Known Issues part of the Release
Notes help:
http://www.mozilla.org/products/firefox/releases/#issues
Reporter | ||
Comment 2•20 years ago
|
||
Hi Pike, this info may help, but in my "about:config" there ist no option
"ocshell.frameloadcheck.disabled"?
Reporter | ||
Comment 3•20 years ago
|
||
Hi Pike, this info may help, but in my "about:config" there ist no option
"docshell.frameloadcheck.disabled"?
(In reply to comment #3)
> Hi Pike, this info may help, but in my "about:config" there ist no option
> "docshell.frameloadcheck.disabled"?
Open about:config, right-click and select New->Boolean to add it.
Reporter | ||
Comment 5•20 years ago
|
||
this change fixes the "bug". is it possible, that firefox set the default to true?
Comment 6•20 years ago
|
||
The security check was added to fix a security hole (spoofing). Ironically, any
site that breaks due to the security check can be spoofed in vulnerable browsers
(such as Internet Explorer, Opera, and older versions of Firefox).
You need to change the site so that the frameset and pop-up transaction window
come from the same host/port. (You might end up needing to make everything come
from the same host/port.)
Updated•20 years ago
|
Summary: Links with <target> don´t work properly → Links with <target> don't work properly
Reporter | ||
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 7•20 years ago
|
||
The "FIXED" resolution should only be used when a (known) change was made to
Mozilla code to fix the problem. Use "WONTFIX" or "INVALID" or move the bug to
tech evangelism.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Reporter | ||
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•