Closed
Bug 687
Opened 27 years ago
Closed 27 years ago
infinite loop
Categories
(Core :: DOM: HTML Parser, defect, P1)
Tracking
()
VERIFIED
FIXED
People
(Reporter: buster, Assigned: jud)
References
()
Details
type http://w3 into the URL widget, hit return, and watch it loop.
Assignee | ||
Comment 1•27 years ago
|
||
It turns out this is content bug on http://w3. I've notified them of the problem
and am awaiting a response. Once they've resolved the issue I'll close this bug.
The problem is that, because we don't support some of the javascript in the
page, we get kicked into parsing the normal html which contains a meta
http-equiv refresh tag which is malformed. When we get a malformed refresh tag,
we refresh to the original url.
Updated•27 years ago
|
Priority: P1
Updated•27 years ago
|
Component: Unknown → Parser
Comment 2•27 years ago
|
||
setting component field
Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•27 years ago
|
||
The w3 content guys resolved the content issue. The looping no longer occurs.
However, this has given rise to a new crashing bug, #745.
it stopped looping, but the content looks all messed up for this page..
I'm filing a separate bug on this page...
Comment 5•13 years ago
|
||
This looping bug still occurs at:
https://apps.facebook.com/uab_app/
You need to log in
before you can comment on or make changes to this bug.
Description
•