Closed
Bug 515587
Opened 15 years ago
Closed 15 years ago
Spurious scroll bars in message header due to wacky overflow-y
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0rc1
People
(Reporter: davida, Unassigned)
References
Details
(Whiteboard: [no l10n impact])
STR:
1) select a message w/ no tags and only To, Subject, Cc lines. (the message header area is nice and small
2) select a message with tags, or with more header lines displayed (the message haeder area grows appropriately
3) re-select the first message:
- the message area shrinks back to its normal size, but the inner box keeps the size allocated for the second message, and so grows a scrollbar to accomodate this larger, but empty, space.
I've looked in DOMi, and I'm not seeing any extra dom nodes that would justify the larger size, so I'm tempted to blame a bug in XUL layout having to do with detection of underflow not propagating to the inner nodes somehow, or some equally opaque voodoo.
The problem goes away if I remove the overflow-y: line on #expandedHeaderView (testing in pinstripe, but I've seen the problem in other OSes), but then the "all headers" mode does really go crazy.
Flags: blocking-thunderbird3?
Comment 1•15 years ago
|
||
Bug 512036, no?
Reporter | ||
Comment 2•15 years ago
|
||
Yes, I suspect all of these are related. I liked these STRs because they seem highly reproducible, and to me they point at some possible root causes.
Comment 3•15 years ago
|
||
The root cause is believed to be known: bug 512036 was reduced to a gecko bug which was filed as bug 513318.
Reporter | ||
Comment 4•15 years ago
|
||
FYI, bug 513318 has a patch that seems to solve this problem for me. Now we just need to wait for 192 review and 191 approval.
Flags: blocking-thunderbird3? → blocking-thunderbird3+
Whiteboard: [has m-c patch for review (roc) in 192, then backport]
Reporter | ||
Comment 5•15 years ago
|
||
Roc, any hope of getting this in this weekend?
Updated•15 years ago
|
Whiteboard: [has m-c patch for review (roc) in 192, then backport] → [no l10n impact][has m-c patch for review (roc) in 192, then backport]
Reporter | ||
Comment 6•15 years ago
|
||
Assigning to standard8, so he'll have a reminder to ping 192 drivers.
Assignee: nobody → bugzilla
Reporter | ||
Updated•15 years ago
|
Target Milestone: --- → Thunderbird 3.0rc1
Reporter | ||
Updated•15 years ago
|
Whiteboard: [no l10n impact][has m-c patch for review (roc) in 192, then backport] → [no l10n impact][patch in 192 for baking]
Comment 7•15 years ago
|
||
Fixed by 1.9.1 landing of bug 513318.
Assignee: bugzilla → nobody
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [no l10n impact][patch in 192 for baking] → [no l10n impact]
You need to log in
before you can comment on or make changes to this bug.
Description
•