Closed
Bug 101369
Opened 24 years ago
Closed 24 years ago
Numbers and bullets in lists only show up in black no matter what colors are chosen for text and bagkground
Categories
(SeaMonkey :: Composer, defect)
SeaMonkey
Composer
Tracking
(Not tracked)
People
(Reporter: TucsonTester2, Unassigned)
References
(
URL
)
Details
(Whiteboard: DUPEME)
Product: Browser and Composer
Component: Composer
Platform: PC
Operating System: Windows 95 - OSR 1, OSR1.5, and OSR 2
Build ID: 2001091303
URL: Not Applicable
Desciption:
If you create either a numbered or bulleted list, and choose any font
color, or background color, the bullets or numbers will remain black. They
will not change to match your selected color. This especially causes a problem
if you choose a dark background color. And it is an even greater problem, if
you choose to use a black background.
Reproducibility: Every time
Steps to Reproduce:
1. Open a new blank page to edit in Composer
2. Click on FORMAT, in the pulldown menu choose list, then click on either
bulleted or numbered.
3. Type in: "ONE", press ENTER, type in: "TWO", press ENTER, type in: "THREE".
4. Highlight the list you just created.
5. Click on TEXT COLOR SELECTION ICON, select "WHITE"
(or #ffffff), then click on OK.
6. Click on BACKGROUND COLOR SELECTION ICON, select "BLACK" (or #000000), then
click on OK.
Actual Results:
You will now see a black background, with the following text displayed
in white with no bullets or numbers:
ONE
TWO
THREE
[NOTE: If you change the background color to something other than black
(e.g. "Blue" or "#0000ff") you will see that the bullets or numbers are still
there, but they are still black]
Expected Results:
I would expect the bullets and numbers to change their color to
correspond with the text color selection. Otherwise you are very limited as to
where and how you can use the list feature.
| Reporter | ||
Comment 1•24 years ago
|
||
<html>
<head>
Below is the HTML code for Bug 101369:
</head>
<body bgcolor="#000000" text="#000000" link="#0000ee" alink="#0000ee"
vlink="#551a8b">
<ul>
<li><font color="#ffffff">ONE</font></li>
<li><font color="#ffffff">TWO</font></li>
<li><font color="#ffffff">THREE</font></li>
</ul>
</body>
</html>
Summary: Numbers and bullets in lists only show up in black no matter what colors are chosen for text and bagkground → Numbers and bullets in lists only show up in black no matter what colors are chosen for text and bagkground
| Reporter | ||
Comment 2•24 years ago
|
||
sorry lets try that again:
<html>
<head>
</head>
<body bgcolor="#000000" text="#000000" link="#0000ee" alink="#0000ee"
vlink="#551a8b">
<ul>
<li><font color="#ffffff">ONE</font></li>
<li><font color="#ffffff">TWO</font></li>
<li><font color="#ffffff">THREE</font></li>
</ul>
</body>
</html>
Updated•24 years ago
|
OS: Windows 95 → All
Hardware: PC → All
Whiteboard: DUPEME
Comment 3•24 years ago
|
||
dup
*** This bug has been marked as a duplicate of 96330 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•