As Olivero loads, the content shifts around.
This is due to two issues:
1) a BigPipe placeholder exists for the messages, which is then removed. Olivero gives this a margin bottom, which causes jank when it's removed.
2) A contextual region is loaded without the .contextual CSS class (which does a position: absolute;). Because the region is in the flow of the page, it causes a layout shift when the .contextual CSS class is added
Moving attached.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | j-r-capture 2024-05-08 a la(s) 11.44.19 a. m..mov | 1.9 MB | javi-er |
| #9 | j-r-capture 2024-05-08 a la(s) 11.44.02 a. m..mov | 2.51 MB | javi-er |
| olivero-jank.mp4 | 475.81 KB | mherchel |
Issue fork drupal-3446078
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #7
mherchelComment #8
mherchelComment #9
javi-er commentedLooks good to me, both functionality and code changes.
Before and after MR videos attached.
Comment #14
ckrinaCommitted 7b292f0 and pushed to 10.3.x. Thanks!