fredizzimo

Results 1393 comments of fredizzimo

Ah, ok. I will try to repeat it myself a bit later. It looks like the bug might be here https://github.com/neovide/neovide/blob/main/src/window/mouse_manager.rs#L442. We use our own state for tracking if the...

This seems related, and is probable caused by the same issue * https://github.com/neovide/neovide/issues/1620

I forgot to comment about this issue, but I think it's mostly because this wint function does not use a single WinApi call to set the window state https://github.com/rust-windowing/winit/blob/17296e98783a19c2f0a552340682e3de2b863de8/src/platform_impl/windows/window_state.rs#L305-L434 So...

I forgot to add: I don't remember what the issue was that prevented me from doing this, but I think it's resolved now with the way we calculate the window...

The issue was fixed in some of the 0.12.x versions of Neovide.

Ok, I will re-open. I see some minor flashing when launching in full screen mode, but not nearly as bad as it was when the issue was reported. I'm not...

I have a potential fix for this here: * https://github.com/neovide/neovide/pull/2562 It would be good if someone could test it.

@yavorski, that might be the same issue actually.

I think I'm going to close this because of no response, and it's most likely fixed.

To be honest, I'm not sure if this is a Neovide bug, both windows specify a zindex of 50, and the neovim documentation does not say anything about the ordering...