Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display repeatedly jumps to left #228

Open
humblehacker opened this issue Mar 25, 2024 · 3 comments
Open

display repeatedly jumps to left #228

humblehacker opened this issue Mar 25, 2024 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed ui Related to formatting or positioning

Comments

@humblehacker
Copy link

Just discovered fidget after messing with kickstart.nvim. I added it to my config and fired up nvim (in neovide), and when the notifications started appearing I noticed the whole display will very briefly jump to the left repeatedly. It's a bit distracting. Hopefully there's some config option that I'm missing. Here's what it looks like. It's most noticeable at about the 6 second mark.

Screen.Recording.2024-03-25.at.9.52.50.AM.mov
@humblehacker
Copy link
Author

Looks like this is specific to neovide. It doesn't happen for me in the terminal, and I found this neovide discussion.

@j-hui j-hui added bug Something isn't working help wanted Extra attention is needed ui Related to formatting or positioning labels Apr 4, 2024
@vhakulinen
Copy link

Similar thing happens with gnvim too.

I haven't dug too deep into the code yet, but I suspect that the anchor position doesn't stay stable, or that when the width of the window chagnes, nvim sends a flush even in between the window size change and the position change.

@vhakulinen
Copy link

The bug isn't in fidget.nvim, but in GUI(s). They must keep the windows (grids in GUI terms) anchored to their position when they are resized.

For reference, the fix to gnvim: vhakulinen/gnvim@24e8a74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed ui Related to formatting or positioning
Projects
None yet
Development

No branches or pull requests

3 participants