Overlay Widget Jump Stutter

Created on 20 April 2022, over 2 years ago
Updated 26 July 2024, 4 months ago

Problem/Motivation

When the overlay dialog is open, it's hard to scroll without it jumping. Trying to get to the bottom and it keeps jumping to the top. Or vice versa.

Steps to reproduce

If you have a paragraph component with many fields, when you scroll down, the scroll position will jump back up. You have to fight it to get to the bottom.

I can post a screen recording if that doesn't make sense.

Proposed resolution

Seems to be stemming from this repositioning function in builder.js.
`lpDialogInterval = setInterval(repositionDialog.bind(null, lpDialogInterval), 500);`

For me, the solution is commenting that line out. When I do, the widget works as it should.

Conclusion

Since I'm the only posting this issue that I see, I'm concerned it's something particular to my installation, but as of now, I can't tell what that would be. Therefore, I'm not sure this is truly a proposed patch. Just something that alleviates my issue.

Is anyone else having this issue?

🐛 Bug report
Status

Fixed

Version

2.0

Component

Code

Created by

🇺🇸United States xpersonas

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024