Closed
Bug 181393
Opened 22 years ago
Closed 20 years ago
ibm.com - A page was unnecessarily reloaded when resized
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bemark, Assigned: doronr)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021118
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.3a) Gecko/20021118
This page would reload itself - the spinning wheel in the tab heading, the
scroll bar stopped responding, the page eventually went blank (we have a DUN
connection at work). So I couldn't really erad the article without waiting.
IE doesn't do this.
Reproducible: Always
Steps to Reproduce:
1. Bring up
http://www7b.software.ibm.com/dmdd/library/techarticle/0211swart/0211swart2.html?t=gr,lnxw07=Win2Linux
2. Wait till it finishes loading.
3. Resize
Actual Results:
The page started to reload
Expected Results:
Should have just reized the page.
Comment 1•22 years ago
|
||
The document contains ...
<script LANGUAGE="JavaScript">
function nsResize() {
if (navigator.appName.indexOf("Netscape") != -1) {
if ( (parseFloat(navigator.appVersion) < 4.05) ||
(parseFloat(navigator.appVersion) > 4.08) )
location.reload(true);
}
}
</SCRIPT>
and then later...
<body onresize=nsResize() ...
So, for the wrong reasons, IBM is intentionally doing that. There is
no need for that code in a mozilla1.x browser (but it used to be
needed in Nav4.x browsers for some pages).
-> Tech Evang
Assignee: asa → aruner
Status: UNCONFIRMED → NEW
Component: Browser-General → US Ecommerce
Ever confirmed: true
Product: Browser → Tech Evangelism
QA Contact: asa → bclary
Version: Trunk → unspecified
Updated•22 years ago
|
Blocks: 114157
Summary: A page was unnecessarily reloaded when resized → ibm.com - A page was unnecessarily reloaded when resized
Comment 2•21 years ago
|
||
tech evang june 2003 reorg
Assignee: aruner → english-us
Component: US Ecommerce → English US
QA Contact: bc → english-us
Comment 4•20 years ago
|
||
this looks fixed to me.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•