Window being constantly in front #3252
-
I have an application with constantly animated text, that breaks the Winit backend and the Qt backend. I tested both, but the result stays the same. The window is a constant topmost application, which can't stay in the background and constantly, annoyingly, workflow-stopingly, pushes itself into the topmost front. How can I fix that? My systems: Ubuntu 20.04.6 LTS 64 Bit and Raspberry Pi OS 64 Bit latest version. Edit: As soon as I disable the animation, the window behaves normal. The "redraw" call, caused by the animation, seems to trigger it. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 9 replies
-
That is a strange bug. |
Beta Was this translation helpful? Give feedback.
-
As demanded, here is a demo: https://github.com/JanDiederich/slint_completely_front.git. This bug is 100% reproducible, always, creating the demo was super easy, barely an inconvenience. Edit: Under Linux Gnome with Ubuntu 20 64 Bit and Raspberry Pi OS 64 Bit. |
Beta Was this translation helpful? Give feedback.
-
Could you make a video of this happening so i can try to understand what's going on? |
Beta Was this translation helpful? Give feedback.
We'll have to work around this. I'll create an issue from this discussion.