Closed
Bug 606035
Opened 15 years ago
Closed 15 years ago
Rotated text on html5test.com repaints in two stages, when opacity is changed via :hover
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 604899
People
(Reporter: dholbert, Unassigned)
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
716 bytes,
text/html
|
Details |
STEPS TO REPRODUCE:
1. Load http://html5test.com/ (or reduced testcase)
2. find the rotated div that says "The HTML5 test has been updated!" (It's at the bottom if you have scripts enabled)
3. Move your cursor over the div, and then away.
ACTUAL RESULTS: When you un-hover the div, the text repaints twice -- once with fuzzy mostly-aligned characters, and then a second time with clearer but slightly more cockeyed characters.
Reduced testcase attached.
Reporter | ||
Comment 1•15 years ago
|
||
Attachment #484884 -
Attachment is obsolete: true
Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 484884 [details]
(wrong testcase, ignore)
><html>
><head>
><style>
> .test {
> margin: 60px;
> border: 1px dashed blue;
> height: 100px; width: 100px;
> -moz-transform: scale(1.37);
> }
></style>
></head>
><body>
> <img class="test" src="squared_circle.svg">
></body>
></html>
Attachment #484884 -
Attachment description: testcase → (wrong testcase, ignore)
Reporter | ||
Comment 3•15 years ago
|
||
(gah, sorry for comment 2's quote-spam. I accidentally clicked "edit attachment as comment" before clicking "edit" for the attachment itself.)
Reporter | ||
Comment 4•15 years ago
|
||
regression w.r.t. Firefox 3.6
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.12pre) Gecko/20101013 Namoroka/3.6.12pre
blocking2.0: --- → ?
Keywords: regression,
regressionwindow-wanted
Reporter | ||
Comment 5•15 years ago
|
||
ah, dupe of bug 604899's "second issue" (in particular the second video in bug 604899 comment 2 and the reduced testcase that Alice0775 White attached there.)
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: regressionwindow-wanted
Resolution: --- → DUPLICATE
blocking2.0: ? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•