Closed
Bug 7260
Opened 26 years ago
Closed 26 years ago
page doesn't cycle through url's
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
M7
People
(Reporter: Chris.Yeh, Assigned: joki)
References
()
Details
This is a little page that cycles through URL's continuously as a way to get MTBF
data for apprunner. We're doing it via JS since the hooks don't exist in
apprunner right now.
This works fine in 4.5, but doesn't work at all in apprunner, nor viewer, all
platforms. shaver believes that this should work.
Vidur -- there appears to be a DOM/JS error involved here. Would you mind taking
a look?
Updated•26 years ago
|
Assignee: vidur → joki
Comment 2•26 years ago
|
||
Actually a DUP of bug 1839, but since this has a higher severity, I'm not going
to DUP it immediately.
The work-around is to change parent.content in
http://www.mozilla.org/quality/smoketests/cycle.html to
parent.frames["content"]. If the work-around is enough, we should remove the
"blocker" severity and DUP it with 1839.
okay, let me give that a whirl and see if that is sufficient to get us around the
problem,
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Comment 4•26 years ago
|
||
Duping this to 1839
*** This bug has been marked as a duplicate of 1839 ***
Marking Verified as a Dup....cyeh..the fix should be in any day now...see:
http://bugzilla.mozilla.org/show_bug.cgi?id=1839
You need to log in
before you can comment on or make changes to this bug.
Description
•