Closed
Bug 381161
Opened 19 years ago
Closed 15 years ago
reload page incorrectly if html of the page has been generated using document.writeln()
Categories
(Firefox :: File Handling, defect)
Firefox
File Handling
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: luberti, Unassigned)
Details
(Whiteboard: [CLOSEME 2010-11-15])
Attachments
(1 file)
|
164.88 KB,
application/x-zip-compressed
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.11) Gecko/20070312 Firefox/1.5.0.11
The problem is also reproducible on
Firefox 1.5.010 Gecko/20070510 on Fedora 6
Firefox 2.0.03 Gecko/20070309 on Windows XP
She symptoms are that when a page is written using the javascript code in the attached file and the reload button is used to reload the page , the same is not displayed correctly: no css is loaded and no images are diplayed
I have installed the firebug extension and it detects no erro (I think also because no js has been loaded)
Reproducible: Always
Steps to Reproduce:
To reproduce the link:
1) unzip the file attached
2) open in firefox the ricerca.htm file in sismica/main/
3) try the search form
4) regardless you have obtained results or not, hit the reload current page button or the F5 key
Teh content is written by either one of two javascript function in the
sismica/js/searchFunction.js file.
The content of the result page in case of results exist is written by the javascript function function formatResults(passedArray, text, urlTest)
The content of the result page in case of results NOT exist is written by the javascript function function function noMatch(text)
Actual Results:
no images showed and no css loaded
Expected Results:
correct display of the pages
Comment 1•19 years ago
|
||
Can you attach a simple testcase? I bet the problem is that relative URLs don't work after reloading, btw, so this might be related to bug 376809.
Comment 3•15 years ago
|
||
This bug was reported using Firefox 3.0 or older, which is no longer supported. The bug has also not been changed in over 500 days and is still in UNCO.
Reporter, please retest this bug in Firefox 3.6.10 or later using a fresh profile, http://support.mozilla.com/en-US/kb/managing+profiles. If you still see this problem, please update the bug. If you no longer see the bug, please set the resolution to RESOLVED, WORKSFORME.
This is a mass search of unconfirmed bugs that have no activity on them, so if you feel a bug was marked in error, just remove the CLOSEME comment in the whiteboard within the next month.
Whiteboard: [CLOSEME 2010-11-15]
Comment 4•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.12 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•