Closed
Bug 268617
Opened 20 years ago
Closed 19 years ago
Fonts & Colors: Using Text & Background Colors VS Link Colors
Categories
(Firefox :: Menus, enhancement)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jkgoose, Unassigned)
References
()
Details
Attachments
(1 file)
|
54.52 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20040913 Firefox/0.10.1 If you go to any page, I will use yahoo.com as an example, the background color is light blue. On your Menu, Fonts & Colors, I set up my Link Colors and left the Text and Background colors alone. Yet when I select "Always use my:" "Colors" it's not distinguishing between my Link Colors vs my Text and Backgroung colors. I want this menu to use my Link Colors and not the Text and Background colors. If I use the option "Use System Colors" it does the same thing. But then again, I'm not really to sure I know what this option does anyway. Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: Suggestion: adding a check box "Use these settings" to each option area Fonts, Text and Background, and Link Colors.
| Reporter | ||
Comment 1•20 years ago
|
||
This is a suggestion of my enhancement to this issue. Thank you!
Comment 2•20 years ago
|
||
Here's a test case.
Load the following with Preferences-Fonts&Colors-Always Use my Fonts on and
then off to see the difference.
The bug occurs when Always Use my fonts is on.
This is two files. The first one is called my.css, and it's just one line:
div.shortcuts{position:absolute;background:red}
The second file is css_overlay_bug.html:
<html>
<head>
<link rel="stylesheet" href="my.css" type="text/css" media="all">
</head>
<div class="shortcuts">
This Text should appear in the foreground with a red box blocking <br>
the background. If I set a background color, that red box <br>
should be my background color instead of red. But in fact, if <br>
I set a background color then this is transparent. <br>
</div>
This text should be completely obsured by the text over it. <br>
But it's not.
</body>
</html>
Summary: Fonts & Colors: Using Text & Background Colors VS Link Colors → Fonts & Colors: Using Text & Background Colors VS Link Colors
Updated•19 years ago
|
Assignee: firefox → nobody
QA Contact: bugzilla → menus
| Reporter | ||
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Comment 3•19 years ago
|
||
No fix made, no patch attached. Marking WFM for the reporter instead. In future please comment when changing a bug status.
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•19 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago → 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•