Menu & containers jittery?

Kristin J
Mega Sage

Hello,

Does anyone else experience a jittery dropdown menu or containers slightly resizing when a menu is selected? And if so, is there a way to fix this?

 

Naturally when I went to post this, I couldn't recreate it for a screenshot...

 

Thanks to anyone who knows what I'm talking about or how to fix it!

Kristin

2 REPLIES 2

SD_Chandan
Kilo Sage

Hi @Kristin J ,

Too many form updates like show/hide fields or setting values cause the browser to re-render the layout, which can lead to jittery behavior. Reducing such frequent DOM changes—especially from scripts or UI policies—can help keep the UI smooth


Thank you
Chandan

 Thanks for the reply! That could be the case on our portal where I know we have some catalogue items that have heavy show/hide. I don't know that we have a lot of that in our UI view but I will pay attention to that now and see if that's the connection.