Closed
Bug 47813
Opened 25 years ago
Closed 24 years ago
Mail and news preferences dialog improperly painted
Categories
(SeaMonkey :: MailNews: Message Display, defect, P3)
SeaMonkey
MailNews: Message Display
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: devotip, Assigned: sspitzer)
References
Details
Attachments
(3 files)
32.97 KB,
image/jpeg
|
Details | |
2.87 KB,
patch
|
Details | Diff | Splinter Review | |
44.84 KB,
image/jpeg
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; m18) Gecko/20000804
BuildID: 2000080420
See the attachment
Reproducible: Always
Steps to Reproduce:
1.Close all the mozilla related apps
2.open mozilla browser
3.edit->preferences
4.click on "mail and newsgroups"
Actual Results: the attached image
Expected Results: proper display
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Updated•25 years ago
|
Summary: Mail and new preferences dialog improperly painted → Mail and news preferences dialog improperly painted
Comment 2•25 years ago
|
||
confirmed with 080620 win32 M18 mozilla build on win98
Assignee: asa → matt
Status: UNCONFIRMED → NEW
Component: Browser-General → Preferences
Ever confirmed: true
QA Contact: doronr → sairuh
Comment 3•25 years ago
|
||
It might be useful to know that once this dialog comes up for the first time, if
you use the mouse to drag the bottom of the frame a very small amount, the
display "fixes" itself. When you bring up this dialog again, it displays correctly.
Comment 4•25 years ago
|
||
i see this on both linux and winNT, using either the modern or classic skin. for
some reason, i don't see this on Mac. tested using 2000.10.13.09-n6 commercial
branch bits.
jrgm, should this go to one of the xp toolkit/widget people? or, would it
perchance be a mailnews frontend issue?
Hardware: PC → All
Comment 5•25 years ago
|
||
(Is there not a duplicate of this bug somewhere?)
This is a box-to-block layout, evaughan type of bug. However, there is
nothing that will be done to cure this defect before RTM; it would be
way to invasive at this point, solely to repair one known dialog in
the shipping product.
(Basically, the length of that text, given the default width of the
pref panel, is triggering a layout bug; when that text line wraps, it
should reflow all boxes, which should update the painted appearance
onscreen.)
There is something that can be done to workaround this bug (at least
for English localizations) -- Change the text:
"Note: For this setting to take effect, you will need to exit
and then restart Mail."
to something shorter like
"For this setting to take effect, you will need to restart Mail."
Comment 6•25 years ago
|
||
Scratch the above. The right fix for this is to set a 'min-height:40px' for
#classic and #wide (the 3pane images) in pref-mailnews.css for each of the
skins. (I realized it was these images arriving that was triggering the faulty
reflow, not the wrapped text -- so pre-reserve the height for these images).
This is such a cheap fix for a really ugly and highly visible problem that I
will propose this for RTM, but someone from mailnews is going to have advocate
for this fix (and do the checkin magic).
Keywords: rtm
Comment 7•25 years ago
|
||
bugzilla is having a headache. trying again to move over to mailnews frontend...
Assignee: matt → putterman
Component: Preferences → Mail Window Front End
Product: Browser → MailNews
QA Contact: sairuh → esther
Comment 8•25 years ago
|
||
It's too late for Netscape RTM. But, if you have patch, attach it so I can
review it and we can get it in on the trunk.
Whiteboard: [rtm-]
Comment 9•25 years ago
|
||
Comment 10•25 years ago
|
||
There's the patch. It's just the same one-line change times two images times
four skins. I chose 32px because that is the height of the image (in either
skin). Fixes the problem for me, and it really is a simple workaround.
CC: evaughan, if he wants to look at this, and even if this is checked in,
we should probably hang on to this bug because the underlying box layout
problem still exists, which this dialog demonstrates well.
Keywords: patch
Comment 11•25 years ago
|
||
Duh. Really cc: evaughan this time.
Comment 12•25 years ago
|
||
this makes it work for me as well. r=scottip. You might want to get approval
from someone with more css knowledge, but it looks fine.
Comment 13•25 years ago
|
||
*** Bug 59154 has been marked as a duplicate of this bug. ***
Comment 15•25 years ago
|
||
does this also happen on the Mac? may be good to take the patch on this.
Assignee | ||
Comment 16•25 years ago
|
||
hewitt, can you review this patch?
![]() |
||
Comment 17•24 years ago
|
||
nominating for mozilla0.9. This happens on all platforms, so setting os -> all.
Keywords: mozilla0.9
OS: Windows 98 → All
![]() |
||
Comment 18•24 years ago
|
||
*** Bug 68657 has been marked as a duplicate of this bug. ***
![]() |
||
Comment 19•24 years ago
|
||
*** Bug 46823 has been marked as a duplicate of this bug. ***
Comment 20•24 years ago
|
||
joe, could you review? thx!
Comment 21•24 years ago
|
||
Glad to see this fixed, it's been annoying me for a long time. sr=hewitt
Comment 22•24 years ago
|
||
This has a patch, and a sr= -- can someone check it in too?
Comment 23•24 years ago
|
||
Patch checked in per request from Asa.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 24•24 years ago
|
||
OK with mar16 commercial trunk builds, linux rh6.0, win98, mac OS 9.0
Status: RESOLVED → VERIFIED
Comment 25•24 years ago
|
||
This is not fixed - never was. It just improved, but the pref for Mail and
Newsgroups still look bad on a current CVS linux build.
Comment 26•24 years ago
|
||
Reporter | ||
Comment 27•24 years ago
|
||
Verified bad with win 98 2001041212.
It's as displayed in the 04/19/01 attachment
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 28•24 years ago
|
||
Hey, it looks just like
this http://bugzilla.mozilla.org/showattachment.cgi?attach_id=28155
Already filed separately (not quite the same bug).
Re-resolving fixed/verified.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•