Closed
Bug 299071
Opened 20 years ago
Closed 20 years ago
Incomplete frame refresh if html file has been edited
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 203532
People
(Reporter: yuchaoz, Unassigned)
Details
Attachments
(1 file)
|
122 bytes,
text/plain
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.9) Gecko/20050627 Firefox/1.0.5
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7.9) Gecko/20050627 Firefox/1.0.5
Not too big of a bug - it's only a inconvenience for webpage designers
Reproducible: Always
Steps to Reproduce:
1.Suppose you had a navigation frame controller page(if that's what you call it)
Quick Example:
<HTML>
<TITLE>A Choice of Frames</TITLE>
<FRAMESET COLS="15%,85%">
<FRAME SRC="Framechoice.html">
<FRAME SRC="FrameA.html" NAME="showframe">
</FRAMESET>
</HTML>
2.Edit the line from "<FRAME SRC="FrameA.html NAME="showframe">" to "<FRAME
SRC="FrameB.html NAME="showframe">"
3.
Actual Results:
Firefox still uses FrameA.html as its default navigation frame.
Expected Results:
Firefox should use FrameB.html as its new default navigation frame
Conclusion - This has occured on three different days. Frames don't refresh
properly.
Workaround - close the tab and reopen the page.
This problem doesn't occur in Opera and IE.
Comment 1•20 years ago
|
||
Save this file to your computer (I can't think of anyway to showing the problem). Open the saved file up in firefox. Then open it up in a text editor. Then, change the second frame src to another site, other than google.com (I used majorgeeks.com). Then refresh. Google.com is still displayed.
Comment 2•20 years ago
|
||
Comment on attachment 187562 [details] testcase ... see comment #1 Also, confirming Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050628 Firefox/1.0+ ID:2005062811
Attachment #187562 -
Attachment description: testcase → testcase ... see comment #1
Comment 3•20 years ago
|
||
See bug 203532 comment 1 A forced refresh - ctrl-shift-r will probably work as a work around. *** This bug has been marked as a duplicate of 203532 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Thanks, Jaime for your workaround. I just have 2 questions What makes forced refresh different from normal refresh Why isn't firefox implemented to use forced refresh as it's default refresh?
You need to log in
before you can comment on or make changes to this bug.
Description
•