Bug 1840988 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Go to https://codepen.io/thebabydino/pen/OJvYZrx
In the code-pane, change the values in the "HTML(Pug)" pane :

Current:
- let n3d = 18, nd = 3;

Change to:
- let n3d = 18, nd = 36;

Let the demo re-compile (or force it to recompile using the "run" button at the top of the code-pane)


AR:
1. The address-bar drop-down menu is blank
2. Try resizing the code-pane. The demo bleeds into the code-pane

Can repro in a build from Jan2022. So not a recent regression.
Set gfx.webrender.debug.force-picture-invalidation=TRUE
Go to https://codepen.io/thebabydino/pen/OJvYZrx
In the code-pane, change the values in the "HTML(Pug)" pane :

Current:
- let n3d = 18, nd = 3;

Change to:
- let n3d = 18, nd = 36;

Let the demo re-compile (or force it to recompile using the "run" button at the top of the code-pane)


AR:
1. The address-bar drop-down menu is blank
2. Try resizing the code-pane. The demo bleeds into the code-pane

Can repro in a build from Jan2022. So not a recent regression.

Back to Bug 1840988 Comment 0