Closed
Bug 15509
Opened 26 years ago
Closed 26 years ago
{css2} absolutely positioned overflowing text has undefined rendering
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: ian, Assigned: troy)
References
()
Details
(Keywords: css2)
When an element is absolutely positioned, and the background is not
transparent, and the background doesn't completely cover the font, then the
areas of the background that the font does not cover will have an undefined
background, leaving large bits of gack behind.
See this test case:
http://www.bath.ac.uk/~py8ieh/internet/projects/mozilla/absolute-font-paint.html
Note. To make this obvious you may have to resize your window a lot, or visit
a black-on-white page then jump to this page.
Looks like a recent regression when Peter and I added code to make sure the view
visibility was correct.
What happened is that the view is marked as fully opaque, when it should not
because, as you noted, the text is spilling outside of the background and hence
the overflow should be transparent
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 2•26 years ago
|
||
With the Oct 13th build 1999101312, the problem is fixed.
| Reporter | ||
Comment 3•26 years ago
|
||
Migrating from {css2} to css2 keyword. The {css1}, {css2}, {css3} and {css-moz}
radars should now be considered deprecated in favour of keywords.
I am *really* sorry about the spam...
You need to log in
before you can comment on or make changes to this bug.
Description
•