Closed
Bug 405596
Opened 18 years ago
Closed 3 years ago
sometimes when tinderbox reloads, the tab title seems to freak out (alternating between "tinderbox: Firefox" and "Loading..."?)
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: moco, Unassigned)
References
()
Details
sometimes when tinderbox reloads, the tab title seemas to freak out (alternating between "tinderbox: Firefox" and "Loading..."?
I've seen this many times, and for a while, but never started a bug.
I usually have http://tinderbox.mozilla.org/showbuilds.cgi?tree=Firefox loaded in a tab, and occasionally when it reloads, the tab title seems to freak out.
it appears to quickly alternate between "Loading..." and "Tinderbox: Firefox"
I think the favicon flickers too, between the "busy" favicon and the site favicon.
note this page reloads by using location.reload() on a timeout
<script>
setTimeout('location.reload()',900000);
</script>
note, this doesn't happen all the time.
anyone else seeing this?
Comment 1•18 years ago
|
||
Flickers nine times, once for each "<META HTTP-EQUIV="Refresh" CONTENT="300">" iframe for the other trees, no?
Page no longer active
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•