Closed
Bug 1267697
Opened 10 years ago
Closed 10 years ago
transform on pseudo-elements with -webkit-background-clip: text not behaving as expected.
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
VERIFIED
DUPLICATE
of bug 1265715
People
(Reporter: miketaylr, Unassigned)
References
()
Details
Attachments
(3 files)
Likely related to Bug 1265715.
STR:
1) open demo page
Expected: element and before and after pseudos are all rotated to same degree. see screenshot comparing chrome and nightly.
Actual: one of them is way off
| Reporter | ||
Comment 1•10 years ago
|
||
| Reporter | ||
Comment 2•10 years ago
|
||
(Note: ignore the -webkit-text-stroke and -webkit-background-clip: text interaction (Bug 1267128), this one is specifically about the rotate transform not working as expected)
Comment 3•10 years ago
|
||
Updated•10 years ago
|
Attachment #8745399 -
Attachment description: bloomberg-aside.html → testcase 1 (bloomberg-aside.html)
I think the root cause is the same with bug 1267128.... we adopt the same transform twice, so you will see over translate/ over rotate and over shew.
Will update my try result later
(In reply to C.J. Ku[:cjku] from comment #4)
> I think the root cause is the same with bug 1267128.... we adopt the same
Not bug 1267128, bug 1265715 it is
> transform twice, so you will see over translate/ over rotate and over shew.
>
> Will update my try result later
Confirmed, the root cause is the same with bug 1265715
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Comment 7•10 years ago
|
||
Rotation looks good in recent Nightlies*, in both testcases.
(*I just tested yesterday's build, Nightly 49.0a1 (2016-04-27), and the rotation looks correct.)
--> VERIFIED dupe of a fixed bug.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•