Closed
Bug 180416
Opened 23 years ago
Closed 23 years ago
window.resizeBy() sizes the window incorrectly
Categories
(Camino Graveyard :: Page Layout, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sfraser_bugs, Assigned: sfraser_bugs)
Details
window.resizeBy() causes the window to grow up and to the right (pinned in the
lower-left corner), thanks to Cocoa's backasswards coordinates scheme.
I also note that window.resizeTo() can be used to make the window pretty small
(I think the OS imposes some min size), and very large. I think we should impose
some limits on min/max size here.
| Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•23 years ago
|
||
I fixed window.resizeBy(). If we need bugs on resizeTo() abuse, please file them.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 2•23 years ago
|
||
See also bug 169492.
You need to log in
before you can comment on or make changes to this bug.
Description
•