Closed
Bug 146504
Opened 23 years ago
Closed 23 years ago
mozilla dose not resize windows
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mofo_the_best15, Assigned: Matti)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0rc2)
Gecko/20020510
BuildID: 2002051006
http://www.teamhavoc.org/img_arsenal.shtml and click any of the pictures,
picutres are opened by javascript in a new window, window is to be resized to
dimensions of a picture, no worky :(
Reproducible: Always
Steps to Reproduce:
1.writing own temp.html with the window.resizeTo() function
2.
3.
Actual Results: window does not resize
Expected Results: RESIZE
<?php $size = GetImageSize ($var); ?>
window.resizeTo(<?php echo $size[0]; ?>, <?php echo $size[1]; ?>);
Comment 1•23 years ago
|
||
works for me, build 2002051706, win98
Did you disable that function under "scripts & windows"?
Comment 2•23 years ago
|
||
Not JavaScript Engine. Reassigning to Browser-General until we can
get further information. This is the JavaSript function involved:
function owin(url)
{
window.open(('test.php?var=' +url),'UPpopup',
'resizable=0,scrollbars=0,menubar=no,directories=0,
status=0,copyhistory=0,minimise=no,maximise=no,left=0,top=0,');
}
This site also WORKSFORME using Mozilla trunk binary 2002052008 on WinNT.
mofo_the_best15@yahoo.com:
1. Are you getting any errors in
Tools > Web Development > JavaScript Console?
(Be sure to clear it of any previous errors first)
2. Have you unchecked this preference? That would explain it:
Edit > Preferences > Scripts & Windows > "Move or resize existing windows"
Assignee: rogerl → Matti
Component: JavaScript Engine → Browser-General
QA Contact: pschwartau → imajes-qa
my bad, sorry guys for a truble :|
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•