Menu & containers jittery?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 01:24 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2025 01:37 PM
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
Chandan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2025 07:42 AM
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.