Closed
Bug 288459
Opened 20 years ago
Closed 20 years ago
Profile Manager window is truncated
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: stevee, Assigned: benjamin)
References
Details
(Keywords: regression)
Attachments
(1 file)
5.61 KB,
image/png
|
Details |
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050331
Firefox/1.0+
1. Start firefox with -p
2. Observe the profile manager window is not fully drawn, it is missing its buttons.
Reporter | ||
Comment 1•20 years ago
|
||
Updated•20 years ago
|
Flags: blocking-aviary1.1?
Comment 2•20 years ago
|
||
kwd regression
regressed between 20050330 07 and 20050331 07 builds
Keywords: regression
Updated•20 years ago
|
Assignee: firefox → benjamin
Component: General → Startup and Profile System
QA Contact: general → benjamin
Assignee | ||
Comment 3•20 years ago
|
||
I don't see anything obvious. Somebody's going to need to go through the layout
checkins to see why this regressed.
Comment 4•20 years ago
|
||
Is this also a problem in builds with bug 288117 backed out?
Comment 5•20 years ago
|
||
(In reply to comment #4)
> Is this also a problem in builds with bug 288117 backed out?
Yes !
Comment 6•20 years ago
|
||
In that case I have no idea what in that regression range could possibly be
causing issues....
Reporter | ||
Comment 7•20 years ago
|
||
(In reply to comment #4)
> Is this also a problem in builds with bug 288117 backed out?
For me, no.
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050331
Firefox/1.0+ firefox.exe timestamp Created 31 March 2005, 12:07:36
Comment 8•20 years ago
|
||
(In reply to comment #6)
> In that case I have no idea what in that regression range could possibly be
> causing issues....
(In reply to comment #5)
> (In reply to comment #4)
> > Is this also a problem in builds with bug 288117 backed out?
>
> Yes !
Geez, I should have read the question properly.
No, the problem is gone with 288117 backed out.
(sorry)
Blocks: 288117
Assignee | ||
Comment 9•20 years ago
|
||
WFM
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
This works OK for me in Seamonkey. I'll build Firefox to see if it was FF-only.
I can reproduce it in Firefox. Great.
This seems to have been caused by the fact that until its first reflow,
nsListBoxBodyFrame returns an incorrect prefsize because it doesn't know its
rowsize. So we end up sizing the dialog based on a prefsize for the listbox that
is quite wrong. The question is why this worked before.
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Flags: blocking-aviary1.1?
Updated•16 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•