Closed
Bug 57386
Opened 25 years ago
Closed 25 years ago
setting width and then height on a 1x1 window is broken
Categories
(Core :: XUL, defect, P3)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: pavlov)
Details
Attachments
(1 file)
|
1.02 KB,
patch
|
Details | Diff | Splinter Review |
as we discussed, if a window is 1x1 (and therefore in the "too small to show"
state), and the width and height are set independently, the window does not get
shown because its mBounds get reset to 1x1 via the OnResize call.
this is breaking vixen.
| Reporter | ||
Comment 1•25 years ago
|
||
| Assignee | ||
Comment 2•25 years ago
|
||
r=pavlov
Comment 3•25 years ago
|
||
sr=blizzard
| Reporter | ||
Comment 4•25 years ago
|
||
checked in on the trunk
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•