Open Bug 1819002 Opened 2 years ago Updated 8 months ago

Bottom half of CSS flip clock does not render correctly

Categories

(Core :: Web Painting, defect)

Firefox 112
x86_64
All
defect

Tracking

()

Tracking Status
firefox-esr102 --- wontfix
firefox110 --- wontfix
firefox111 --- wontfix
firefox112 --- wontfix
firefox113 --- wontfix
firefox114 --- fix-optional

People

(Reporter: gregp, Unassigned)

References

(Regression, )

Details

(Keywords: regression)

Attachments

(3 files)

Attached video broken_rendering.webm

Steps to reproduce:

  1. Navigate to https://fff.cmiscm.com/#!/section/flipclock

Actual results:
Bottom half does not render correctly

Expected results:
Bottom half renders correctly

I can also reproduce the issue on Nightly 112.0a1 Windows10

OS: Linux → All
Component: Graphics: WebRender → Web Painting

Set release status flags based on info from the regressing bug 1535507

Attached video pointer_events.webm

Interestingly, removing pointer-events: none from #flipclock makes the problem go away.

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.

The severity field is not set for this bug.
:tnikkel, could you have a look please?

For more information, please visit auto_nag documentation.

Flags: needinfo?(tnikkel)

Set release status flags based on info from the regressing bug 1535507

Severity: -- → S3
Flags: needinfo?(tnikkel)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: