Closed
Bug 102720
Opened 24 years ago
Closed 24 years ago
resizeby resizes the window however this window cannot be manually resized
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: nshankar, Assigned: jst)
Details
Attachments
(1 file)
134 bytes,
text/html
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20010913
BuildID: 20010913
when i use resizeby in javascript to resize the window. I am not able to maually
resize the same window after the script is executed.
I am not sure if this is because of browser repainting or javascript engine.
thanks
Sankar
Reproducible: Always
Steps to Reproduce:
1.<html>
<Script language="javascript">
self.resizeBy(-15,-10);
</Script>
</html>
2.open the above html and hit refresh a couple of times.
3.try to resize this window.
Actual Results: correctly resized window that cannot be manually resized.
Expected Results: correctly resized window that can be manually resized.
![]() |
||
Comment 1•24 years ago
|
||
worksforme on Linux (but then again, this is likely windowmanager-specific).
Comment 2•24 years ago
|
||
Comment 3•24 years ago
|
||
Browser, not engine. Reassigning to DOM Level 0 -
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
Comment 4•24 years ago
|
||
WORKSFORME with Mozilla trunk and branch binaries 20010921xx, 20010923xx.
nshankar@netscape.net: could you try the testcase with a more recent build?
If the problem has gone away, please mark this bug "Verfied"; otherwise,
you can reopen it; thanks -
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
works. verifed with 20011003. thanks
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•