Closed
Bug 371377
Opened 19 years ago
Closed 18 years ago
Pixel rounding error when using opacity
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: sharparrow1, Unassigned)
Details
Testcase:
data:text/html,<div style="opacity: .5" id=a>asdf</div><button onclick="document.getElementById('a').style.opacity=1;">Click me</button>
When you click the button, the text moves; it shouldn't.
(There's also the issue of the "f" getting cut off, but I think that's separate.)
| Reporter | ||
Comment 1•18 years ago
|
||
Works on a current trunk build, although the "f" still gets cut off.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•