egui version 0.24.0
Describe the bug
In addition to what the title says, even without calling Context::request_repaint, the window remains on top when I switch to another app.
To Reproduce
- Build and runt the attached project. It will issue a
Context::request_repaint every second.
- Switch to another app and note that this app's window will be moved to the foreground.
Even if Context::request_repaint is not deliberately called, moving your mouse over any exposed part of the window will bring it to the front.
Expected behavior
Context::request_repaint should not effect the desktop window order.
Desktop
- Memory: 32.0 GiB
- Processor: AMD Ryzen™ 9 3900X × 24
- Graphics: AMD Radeon™ RX 6700 XT
- OS Name: Fedora Linux 39 (Workstation Edition)
- OS Type: 64-bit
- GNOME Version: 45.1
- Windowing System: Wayland
- Kernel Version: Linux 6.5.12-300.fc39.x86_64
testy.zip
egui version 0.24.0
Describe the bug
In addition to what the title says, even without calling
Context::request_repaint, the window remains on top when I switch to another app.To Reproduce
Context::request_repaintevery second.Even if
Context::request_repaintis not deliberately called, moving your mouse over any exposed part of the window will bring it to the front.Expected behavior
Context::request_repaintshould not effect the desktop window order.Desktop
testy.zip