Closed
Bug 262563
Opened 21 years ago
Closed 21 years ago
height of popup is too big
Categories
(Toolkit Graveyard :: Error Console, defect)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: k.merckx, Assigned: bugs)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040803 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040803 Firefox/0.8
When I try to open a popup from a link it's too high.
It works right when I use the following code: <a href="#"
onclick='window.open("CreateFile.asp?pad=libmedia/", "File", "width=300,
height=200, left=50, top=50, location=no, menubar=no, status=no, toolbar=no,
scrollbars=no, resizable=yes");'>
It doesn't work when I use the following code: <a href="#"
onclick="window.open('CreateFile.asp?pad=libmedia/', 'File', 'width=300,
height=200, left=50, top=50, location=no, menubar=no, status=no, toolbar=no,
scrollbars=no, resizable=yes');">
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•21 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.3) Gecko/20041002
Firefox/0.10.1
Can you update your browser to 1.0PR , filing bugs using 0.9 is wrong
I tried both with CreateFile.asp?pad=libmedia/ replaced with nothing (empty
page, because I don't have asp) and they give the same result.
WFM
Updated•21 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Status: RESOLVED → VERIFIED
Updated•18 years ago
|
Product: Firefox → Toolkit
Updated•10 years ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•