soflyy / oxygen-bugs-and-features

Bug Reports & Feature Requests for Oxygen
https://oxygenbuilder.com/
314 stars 31 forks source link

Problem with the Shape Dividers #2469

Open ondiego opened 2 years ago

ondiego commented 2 years ago

Describe the bug When I add 3 or more shape dividers in a Div that is well down on the page, these when loading or reloading the page appear above the fold for 1 second and then go to their correct position. If I have a page with several Div’s with Shape Dividers, then the ATF is a festival of colors.

A link to a Sandbox site where the bug has been reproduced

https://oxygen-qrgsqvn3zv2hl.oxygen-demo.qsandbox.me/home/

lag on reload page

santo74 commented 2 years ago

I can confirm this. We're using Oxygen 3.8.1

Spellhammer commented 2 years ago

Set the Sections containing Shape Dividers to position: relative under Advanced > Layout.

Admittedly, it's annoying that you have to do this and we should make this happen automatically & without using JavaScript to do it on the front-end.

santo74 commented 2 years ago

Thanks @Spellhammer, that seems to solve it indeed. Hopefully this will be fixed soon since shape dividers are very common nowadays.

cerontek commented 2 years ago

I can see the issue on the sandbox site as well

ondiego commented 2 years ago

Set the Sections containing Shape Dividers to position: relative under Advanced > Layout.

Admittedly, it's annoying that you have to do this and we should make this happen automatically & without using JavaScript to do it on the front-end.

Thanks @Spellhammer for your answer, this worked!!