Closed
Bug 57316
Opened 24 years ago
Closed 24 years ago
font -> input invisible, if "always use my color"=true
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
mozilla0.9
People
(Reporter: BenB, Assigned: attinasi)
References
()
Details
Attachments
(1 file)
179 bytes,
text/html
|
Details |
Reproduction:
1. Set "Always use my colors" pref to true
2. Open reduced testcase
Actual result:
You see only the first checkbox, e.g. "[ ] bla1 bla2".
Expected result:
You see 2 checkboxes, e.g. "[ ] bla1 [ ] bla2"
Additional Comments:
- There is a <font> element (without attributes) around the second checkbox.
- Both checkboxes are functional - you can see the checkmark, if you click into
them.
- Realworld testcase: <http://www.rtv.de/cgi-bin/search.pl?file=s_suche.html>
- Might have the same cause as bug 57234.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Updated•24 years ago
|
Keywords: mozilla1.0,
regression
Summary: font -> input invisible, if "always use my color"=true → font -> input invisible, if "always use my color"=true
The 'regression' keyword seems a bit unfair considering "always use my colors"
didn't work at all before this bug was created.
Keywords: regression
Reporter | ||
Comment 3•24 years ago
|
||
You're right.
Assignee | ||
Comment 4•24 years ago
|
||
Accepting, assigning milestone for post-RTM
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9
Assignee | ||
Comment 5•24 years ago
|
||
Fix checked into trunk (see bug 57234).
(nsPResShell.cpp, html.css)
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•