Closed
Bug 27696
Opened 26 years ago
Closed 26 years ago
Crash when redirected by http-equiv META refresh tags in the html
Categories
(SeaMonkey :: Bookmarks & History, defect, P1)
SeaMonkey
Bookmarks & History
Tracking
(Not tracked)
VERIFIED
FIXED
M14
People
(Reporter: dougt, Assigned: harishd)
References
Details
(Keywords: crash, smoketest, Whiteboard: [PDT+])
I crash when I click on any of the bookmarks in the drop down menu.
| Reporter | ||
Updated•26 years ago
|
Steve, is this the one for which you already have the fix ready?
Priority: P3 → P1
Target Milestone: M14
Comment 2•26 years ago
|
||
putting on tree closure radar (keyword smoketest, blocker severity)
Severity: normal → blocker
Keywords: smoketest
Comment 3•26 years ago
|
||
Resummarizing to "Crash when loading redirect links."
The browser is crashing on redirects. Here is an example,
http://home.netscape.com/bookmark/4_06/altavista.html
Summary: Crash when clicking on bookmark from drop down menu → Crash when loading redirect links
Updated•26 years ago
|
Assignee: slamm → travis
Comment 4•26 years ago
|
||
t
This isn't HTTP redirects. The redirect that is crashing it is from the
HTTP_EQUIV. any ideas what might have busted that?
Comment 6•26 years ago
|
||
text from my email:
redirect crasher:
The "redirect" is done via http-equiv META refresh tags in the html.
This has worked for a long time. This stuff uses timers to fire off to
the "redirected" url after X milliseconds ('0' for immediate (this
case)). I suspect some docshell changes trashed the assumptions that
were made when http-equiv META refresh's were implemented. Basically,
when the timer goes off the WebShell starts a new load (start looking
here
http://lxr.mozilla.org/seamonkey/source/webshell/src/nsWebShell.cpp#3244).
Maybe the old webshell/docshell isn't being cleaned up properly (though
the model has probably changed dramatically).? I'm assigning this one to
Travis.
Jud
Comment 7•26 years ago
|
||
Resummarize to "Crash when redirected by http-equiv META refresh tags in the
html"
Summary: Crash when loading redirect links → Crash when redirected by http-equiv META refresh tags in the html
Reassigning to harishd as I think this was his bug and I think he has fixed it.
This is caused by the NOSCRIPT tag...
FIXED now.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Comment 11•26 years ago
|
||
*** Bug 27694 has been marked as a duplicate of this bug. ***
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•