Closed
Bug 42544
Opened 25 years ago
Closed 25 years ago
Window sizing with javascript
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
People
(Reporter: lbaliman, Assigned: danm.moz)
Details
Attachments
(4 files)
From Karl-Heinz Dalhmann, Ticket Online sidebar tab developer
If you open a window in javascript, the size is not correct.
If you give the size of the window in pixel, NS46 displays a new window
and the inner size of that window is the hight and the width you gave in
the open windows script command.
NS6 displays a window with the outer size of these values.
When you load "www.ticketonline.de" you can see a scroll bar because
the content doesn't fit vertically in that window.
You can see attached files NS6_new_window and
NS46_new_window.
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
Comment 3•25 years ago
|
||
Mark, can you please triage this from Clayton's list.
Assignee: clayton → attinasi
Comment 4•25 years ago
|
||
Looks like the problem is simple: the window size being specified is not the
inside dimensions, like in IE and Nav4, it is the outside dimensions.
Out of complete ignorance I am assigning to Javascript Engine owner.... Please
forward to correct culprit if this is the wrong place.
Component: Layout → Javascript Engine
Comment 5•25 years ago
|
||
Comment 6•25 years ago
|
||
Comment 7•25 years ago
|
||
Really reassigning now.
Assignee: attinasi → rogerl
QA Contact: petersen → pschwartau
Comment 8•25 years ago
|
||
Browser, not engine. Reassiging to DOM Level 0 -
Assignee: rogerl → jst
Component: Javascript Engine → DOM Level 0
QA Contact: pschwartau → desale
Comment 11•25 years ago
|
||
effectively a dupe of bug 9606 (which is beta3+)
*** This bug has been marked as a duplicate of 9606 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•