Closed
Bug 40520
Opened 25 years ago
Closed 23 years ago
setting windo innerWidth, keeps on reducing window width on each reload.
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
RESOLVED
WORKSFORME
Future
People
(Reporter: desale, Assigned: danm.moz)
Details
(Keywords: dom0, Whiteboard: [nsbeta3-])
Attachments
(1 file)
(deleted),
text/html
|
Details |
setting windo innerWidth, keeps on reducing window width on every reload.
Setting innerWidth to some integer [Example window.innerWidth = 375] should set
window width to 375 and on reloading also it should mentain that width.
But on every reload, width keeps in reducing.
BUILDS: 2000-05-22-08.
STEPS TO REPRODUCE:
1]Load the testcase I'm attaching.
2] Keep on clicking reload button.
EXPECTED RESULTS:
Once window width is set to 375, then on each reload it should be constant to
375.
ACTUAL RESULTS:
On each reload window width reduces.
TESTCASE START:
<HTML>
<HEAD><TITLE>Window innerWidth</TITLE>
</HEAD>
<BODY>
<form name="workform">
<script>
<!--
window.innerWidth = 375;
//-->
</script>
</form>
</BODY>
</HTML>
TESTCASE END:
Reporter | ||
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
hmm, webpages are allowed to change the size of your browser window?
Comment 3•25 years ago
|
||
Yes they are.
Reassigning to danm, I think he has similar bugs and this might even be a dup.
Assignee: jst → danm
Reporter | ||
Comment 6•23 years ago
|
||
This one seems fixed to me. Testing on branch thats why I'm not resloving this
one yet. if anyone sees this on trunk, please feel free to resolve.
Comment 7•23 years ago
|
||
As Desale said, worksforme on the trunk, so I'm marking this worksforme. Please
reopen if you still see this.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•