Closed Bug 331586 Opened 20 years ago Closed 18 years ago

If you create frames and put links in the right secion firefox doesn't load them properly

Categories

(Firefox :: General, defect)

1.5.0.x Branch
x86
Windows XP
defect
Not set
major

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: olger901, Unassigned)

Details

(Whiteboard: CLOSEME 06/27)

User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060111 Firefox/1.5.0.1 If you create a page with 2 frames (a left one and a right one) and put a link that is not a full link like <a href="add.asp">Test Me</a> on the right frame it does not load the proper page but instead it will link to the wrong page. (It should link to http://www.example.com/folder1/folder2/add.asp as the add.asp page is in that directory but instead it will link to: http://www.example.com/add.asp (The directory where the frame is located) and this problem only occurs in firefox (works fine in Internet Explorer and Opera) so really is a Firefox problem. Reproducible: Always Steps to Reproduce: 1. Create 2 frames (a left one and a right one) 2. Put a file in a sub-directory that you load by clicking in the left side of the frame 3. Put another file in that subdirectory and load that file too in the right frame but this time from the right page meaning the link should be on the right page and point it to a indirect link: (ex: <a href="test.html">Test</a>) Actual Results: It will go to http://www.example.com/test.html instead of http://www.example.com/folder1/folder2/test.html Expected Results: It should go to http://www.example.com/folder1/folder2/test.html instead of http://www.example.com/test.html
I am unable to reproduce this. I have prepared the testcase at http://users.blueprintit.co.uk/~dave/filestore/bug331586/frames.html and it seems to work as expected. Can you test in firefox's safe mode (http://kb.mozillazine.org/Safe_mode) and report if that works.
Hmm it seems to be working fine for me on this page aswell...odd... Because the intranet works for me in Internet Explorer and Opera but not in Firefox: The frameset I am using: <title>xxxxxxxxxx</title> <frameset framespacing="0" border="0" cols="210,71%"> <frame name="contents" target="main" src="xxxx.asp" scrolling="auto" noresize> <frame name="main" src="xxxxx.asp" scrolling="auto" noresize> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </frameset>
I just discovered as I am rebuilding the mark-up that the CSS file I am using isn't getting included either and that I am seeing just plain text...
Reporter, do you still see this problem with the latest Firefox 2? If not, can you please close this bug as WORKSFORME. Thanks!
Whiteboard: CLOSEME 06/27
Version: unspecified → 1.5.0.x Branch
WFM - Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9b2pre) Gecko/2007121009 Minefield/3.0b2pre
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.