Closed
Bug 215411
Opened 23 years ago
Closed 23 years ago
after the page is loded it is being reloaded and it goes forever... (yodobashi.com)
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: thomas, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
when I eneter yodobashi.com website it loads nicely and then when you can see
the "Done" status in the left down corner it takes less then a second and the
page is being reloaded... and it is reloaded infinitly... sometimes it stops on
the main http://yodobashi.com site, but if you for example serch for f601 from
the site then the outcome website reloads infinitly...
and pressing the stop button does not help...
all Bests
Reproducible: Always
Steps to Reproduce:
1.go to http://yodobashi.com
2.that`s all
3.
Actual Results:
look to "Details"
Expected Results:
should load and stop as other browsers do
...
Comment 1•23 years ago
|
||
Worksforme on the 20030805 build on W2K.
Please download a current nightly and start it with a fresh profile.
QA Contact: asa → bugzilla
Comment 2•23 years ago
|
||
WFM as well.
Please try Simon's instructions, and make sure you are using the default theme.
Some themes can trigger this problem.
Thomas, if you're using Orbit theme please switch back to the default theme and
give it a try. If this solves your problem your bug is probably a dupe of bug
#178595.
Performing the steps provided by Simon will do the same - but only if you really
use a fresh profile (without any themes / extensions installed).
Comment 4•23 years ago
|
||
No feedback from reporter, marking WFM.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Simon, this one may be caused by the fact, that the page doesn't distinguish
between NS4 and Mozilla. Actually, everything that is not "Microsoft" seems to
be treated the same way:
var bNc = (navigator.appName.substring(0,9) != "Microsoft");
var mx = 0;
if( bNc ){
mx = innerWidth;
}
window.onresize=rs;
function rs(e){
if( bNc ){
mx = innerWidth;
window.location.reload();
}
}
See also bug #215436. We have another bug resolved either WFM or Invalid (I'm
not sure at all), where I added many pages with exactly the same "problem": they
don't distinguish between NS4 and Mozilla and try to workaround a bug in NS4
causing the site to reload endlessly in Mozilla.
From my point of view all this stuff is a tech evangelism issue which needs to
be addressed ASAP!
Comment 6•22 years ago
|
||
Verified using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b)
Gecko/20030817 Mozilla Firebird/0.6.1+
Status: RESOLVED → VERIFIED
Updated•20 years ago
|
QA Contact: bugzilla → general
You need to log in
before you can comment on or make changes to this bug.
Description
•