https://bugs.kde.org/show_bug.cgi?id=515438
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED --- Comment #7 from Dmitry Kazakov <[email protected]> --- The bug should be fixed after the yesterday's touch-refactoring merge. Fixed most of the MDI issues on Wayland: * Tabbed interface should work perfectly on all compositors * Subwindow interface will work only when you switch or rearrange subwindows with the menus or shortcuts (like Ctrl+Tab). Dragging windows with the mouse is broken, and broken differently on different compositors. Dragging windows works best on KWin when `General->Don't show window contents while dragging` is unchecked. It will just temporarily lockup if you move the cursor too quickly (and accidentally leave the area of the window title). These the two MRs for KWin will fix the issue: https://invent.kde.org/plasma/kwin/-/merge_requests/8789 and https://invent.kde.org/plasma/kwin/-/merge_requests/9883 Downstream maintainers note: This bugfix requires a fix in Qt, without it, the Krita's-side fix will not work, since vanilla Qt doesn't support raise() and lower() commands for sub-surfaces: https://github.com/dimula73/qtbase/commit/71912322012ea7b124aada5577f227e93a1db221 -- You are receiving this mail because: You are watching all bug changes.
