Closed
Bug 6574
Opened 26 years ago
Closed 22 years ago
Incorrect rendering when font-variant is specified inside of element with text-decoration [FONT]
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
VERIFIED
DUPLICATE
of bug 181336
Future
People
(Reporter: waldemar, Assigned: attinasi)
References
Details
(Keywords: css1, testcase, Whiteboard: [CSS1-5.4.3][CSS1-5.2.4])
Attachments
(3 files)
Small-caps style inherits style information incorrectly. Take a look at the
first instance of the small-caps word "Integer" on this page. According to the
CSS style, it should be all red. Instead, the first letter is red and the
remaining ones are blue. I did not set a first-letter property anywhere in the
style sheet.
I placed a screenshot of what this looks like on <http://www.mozilla.org/js/temp/
integer.gif>.
Waldemar
PS. I am running Mac System 8.6.
Reporter | ||
Updated•26 years ago
|
Summary: Incorrect style inheritance
Reporter | ||
Comment 1•26 years ago
|
||
Reporter | ||
Comment 2•26 years ago
|
||
Deleted <http://www.mozilla.org/js/temp/integer.gif>. Please see the attachment
above instead.
Comment 3•26 years ago
|
||
Updated•26 years ago
|
OS: Mac System 8.5 → All
Hardware: Macintosh → All
Comment 4•26 years ago
|
||
This problem effects the Windows 98 M7 build as well.
Updated•26 years ago
|
Assignee: peterl → kipp
Reporter | ||
Updated•26 years ago
|
Reporter | ||
Comment 5•26 years ago
|
||
I changed the style sheet of the page given in the URL (http://www.mozilla.org/
js/language/js20/lexer-semantics.html), and it no longer is a good test case for
this bug. Use the small attachment provided by kberk instead.
The problem was that the current color was being reset when the text decoration,
in this case an underline, was being drawn so that the next chunk of text
rendered in the smallcaps font was drawn in the wrong color. The bug had nothing
to do with style inheritance.
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
Using 7/13 Apprunner, verified fixed. 'Integer' text now displays completely in
red.
Reporter | ||
Comment 8•25 years ago
|
||
This bug appears again in M18. Same symptoms as before -- the first letter of
"Integer" has a different color from the rest on both the Mac and Windows
apprunner builds.
Marking as "css1" because this is incorrect CSS1 rendering behavior.
Assignee | ||
Comment 9•25 years ago
|
||
Possibly due to the nsTextTransformer whitespace problem - I'll check it out.
Assignee: buster → attinasi
Status: REOPENED → NEW
Assignee | ||
Comment 10•25 years ago
|
||
The same problem that kip fixed a year ago has re-appeared (like before, style
is fine).
Over to buster to look into, with a newer, slimmer and more economical testcase
(to be attached).
Assignee: attinasi → buster
Component: Style System → Layout
Summary: Incorrect style inheritance → Incorrect rendering when font-variant is specified inside of element with text-decoration
Assignee | ||
Comment 11•25 years ago
|
||
Assignee | ||
Comment 12•25 years ago
|
||
NOTE: this bug is exhibited in PR2 as well.
Taking off of the beta3 radar: if resources free up we may re-evaluate this one
for beta3.
Whiteboard: [nsbeta3-]
Target Milestone: M18 → Future
Updated•24 years ago
|
QA Contact: chrisd → py8ieh=bugzilla
Summary: Incorrect rendering when font-variant is specified inside of element with text-decoration → Incorrect rendering when font-variant is specified inside of element with text-decoration [FONT]
Comment 13•24 years ago
|
||
Upon managerial request, adding the "testcase" keyword to 84 open layout bugs that
do not have the "testcase" keyword and yet have an attachement with the word
"test" in the description field. Apologies for any mistakes.
Keywords: testcase
Reporter | ||
Comment 14•24 years ago
|
||
Nominating for 6.5.
Updated•23 years ago
|
Whiteboard: [CSS1-5.4.3][CSS1-5.2.4]
Comment 16•22 years ago
|
||
Dupping forward to a bug with a real assignee and complete analysis of the problem.
*** This bug has been marked as a duplicate of 181336 ***
Status: NEW → RESOLVED
Closed: 26 years ago → 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•