Closed
Bug 299465
Opened 19 years ago
Closed 19 years ago
resizes browser window, not sure if it's because java script
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: loxu, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Follow URL given and click any image. Firefox window will be resized. Not sure that Java script used on that page. Reproducible: Always Steps to Reproduce: 1.Follow this URL: http://www.nd.ru/prod.asp?razd=screen&prod_id={224BC79E-ACA0-4328-BEB8-F9D11FC72105} 2.Click any image 3. Actual Results: Firefox window got resized. Expected Results: Firefox window should not got resized.
Comment 1•19 years ago
|
||
JavaScript is resizing the window. If you don't want it to, turn off this feature.
function showbig(im_name){window.open('/bigwin.asp?im='+im_name,
null,'height=300, width=300,
status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=no',false);}
INVALID.
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
Comment 2•19 years ago
|
||
To configure Firefox to not allow changes, make sure Tools->Options->Web Features->Advanced->"Move or resize existing windows" is not checked.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•