Closed
Bug 123523
Opened 24 years ago
Closed 22 years ago
splash screen grabs too many colors
Categories
(SeaMonkey :: UI Design, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: colin, Assigned: bryner)
References
Details
(Keywords: qawanted)
Attachments
(2 files)
|
565 bytes,
patch
|
Details | Diff | Splinter Review | |
|
1.78 KB,
patch
|
Details | Diff | Splinter Review |
The splash screen uses all my colors!!
Mozilla 0.9.8 on OpenVMS (UNIX build), using X11/MOTIF (GTK). 256 colors.
If I start Mozilla using the new -splash option, the main Mozilla comes up and
looks awful (hardly any colors and VERY dithered looking). I assume that Mozilla
grabbed just about all the available colormaps for the splash screen, and then
by the time it gave them back, it was too late for the main window.
Could get fixed along with bug 32501. I think the workaround is to obvious for a
release note. Does anyone see this for low colour resolutions on other platforms?
Depends on: 32501
| Reporter | ||
Comment 2•24 years ago
|
||
Bug 32501 is about the splash screen looking bad dithered. That is not the
problem I'm reporting. The splash screen looks good, it the Mozilla window that
looks crappy.
Yes, but using less colours in the splash screen could solve both bugs.
| Assignee | ||
Comment 6•23 years ago
|
||
I'm not positive this is what's causing the problem, but it appears that I'm
leaking the pixmap used for the splash screen. Could you try applying this
patch and see if it fixes the problem?
| Reporter | ||
Comment 7•23 years ago
|
||
Results of using patch from attachment 68518 [details] [diff] [review]
The good news. The main window appeared normal.
The bad news. The splash screen was trashed. It looked like the color map got
switched on it or something like that. You could see it was the right image, but
the colors were all wrong.
No cigar for this one :-)
| Assignee | ||
Comment 8•23 years ago
|
||
CC'ing syd, who knows something about X pixmaps and colormaps. any idea what
could be going on here?
(I'm of the opinion that we should check in this patch anyway since it fixes a leak)
| Assignee | ||
Comment 9•23 years ago
|
||
I filed a new bug, 124817, about the leak. When that's checked in, the symptoms
of this bug will change to what you just described.
| Assignee | ||
Comment 10•23 years ago
|
||
Colin, can you test this patch and let me know what happens?
| Reporter | ||
Comment 11•23 years ago
|
||
Patch #2 doesn't change the original symptom, ie. splash screen looks good but
then the browser window is dithered. Sorry :-(
Updated•23 years ago
|
QA Contact: sairuh → nobody
| Reporter | ||
Comment 12•22 years ago
|
||
With the new splash screen in 1.3, I don't see this problem any more. Closing.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•