Bottom half of CSS flip clock does not render correctly
Categories
(Core :: Web Painting, defect)
Tracking
()
People
(Reporter: gregp, Unassigned)
References
(Regression, )
Details
(Keywords: regression)
Attachments
(3 files)
Steps to reproduce:
- Navigate to https://fff.cmiscm.com/#!/section/flipclock
Actual results:
Bottom half does not render correctly
Expected results:
Bottom half renders correctly
Comment 1•2 years ago
|
||
I can also reproduce the issue on Nightly 112.0a1 Windows10
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Regression window on Windows10:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=365ff23dd4c93ef26743e3fa339b5fac3bf15b66&tochange=2bf6bddf9a8a5c52222273ee787bfca7e6c97394
Updated•2 years ago
|
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1535507
Reporter | ||
Comment 4•2 years ago
|
||
Interestingly, removing pointer-events: none
from #flipclock
makes the problem go away.
Comment 5•2 years ago
|
||
Alternatively, removing the perspective properties from the block
ul.flip li span {
display:block;
height:100%;
-webkit-perspective:900px;
-moz-perspective:900px;
-ms-perspective:900px
}
in minify.css is another way to make the problem go away.
Updated•2 years ago
|
Updated•2 years ago
|
Comment 6•2 years ago
|
||
The severity field is not set for this bug.
:tnikkel, could you have a look please?
For more information, please visit auto_nag documentation.
Comment 7•2 years ago
|
||
Set release status flags based on info from the regressing bug 1535507
Updated•2 years ago
|
Updated•1 years ago
|
Updated•8 months ago
|
Description
•