Closed
Bug 165936
Opened 23 years ago
Closed 23 years ago
<SCRIPT> code displayed as content momentarily during reload
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Assigned: asa)
References
()
Details
Attachments
(2 files)
<SCRIPT> code displayed as content momentarily during reload.
REPEAT BY:
1. go to http://geek.com/
2. click Reload and before the page is loaded click Reload again
3. repeat 2 until you see it
REPEATABLE: Yes, fairly easy.
ACTUAL RESULT:
JavaScript code is displayed as content momentarily. After the page is fully
loaded the JavaScript code is not diplayed.
PLATFORM & BUILD TESTED:
Bug occurs in 2002-08-30-05 trunk Linux.
ADDITIONAL INFORMATION:
I was able to select some of it and copy it while the page was still loading:
= 0 GeekNav = navigator.userAgent.indexOf("Mozilla/") >= 0 GeekNav47 =
navigator.userAgent.indexOf("4.7") >= 0 GeekOpera =
navigator.userAgent.indexOf("Opera") >= 0 GeekOmniWeb =
navigator.userAgent.indexOf("OmniWeb") >= 0 GeekMac =
navigator.userAgent.indexOf("Mac") >= 0 GeekUNIX =
navigator.userAgent.indexOf("SunOS") >= 0 GeekLinux =
navigator.userAgent.indexOf("Linux") >= 0 //part 1 - the tabs if (!(GeekMac &&
GeekIE) && !GeekOmniWeb && !GeekNav47) { document.write('
Reporter | ||
Comment 1•23 years ago
|
||
Reporter | ||
Comment 2•23 years ago
|
||
Comment 3•23 years ago
|
||
Confirmed
Build ID: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.2b) Gecko/20020919
Mozilla's only doing it's job here. Not having the entire page to display, it
only shows what it has... If you stop it after getting the <script> content and
view the source, you'll find that the end tag for <script> is missing. I say
that this is a feature, not a bug. (Of course, I don't support much error
correcting in browsers either. Stupid people should look stupid and it shows
that something needs to be fixed. Might be a Commonly Reported Bug, but I
couldn't find it.
Comment 4•23 years ago
|
||
Bug could not be reproduced.
Build ID: 2002101612
WFM, build 2002110708. Resolving as WFM. Please reopen if anyone sees this with
a recent build.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•