Summary: | Manage Resources dialog is not parented correctly (half of the time) | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Fonkle <fonkle> |
Component: | Resource Management | Assignee: | Halla Rempt <halla> |
Status: | RESOLVED MOVED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | 4.2.9 | ||
Target Milestone: | --- | ||
Platform: | Appimage | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/graphics/krita/commit/09cd150ba44bd8d81eb4a499349730b682b38524 | Version Fixed In: | |
Sentry Crash Report: |
Description
Fonkle
2020-06-17 11:21:33 UTC
Git commit 09cd150ba44bd8d81eb4a499349730b682b38524 by Boudewijn Rempt. Committed on 17/06/2020 at 12:39. Pushed by rempt into branch 'krita/4.3'. Parent the resource manager window M +6 -3 plugins/extensions/resourcemanager/resourcemanager.cpp https://invent.kde.org/graphics/krita/commit/09cd150ba44bd8d81eb4a499349730b682b38524 The fix for this bug: https://bugs.kde.org/show_bug.cgi?id=423097 sadly does not fix the problem completely. Although the dialog is now correctly parented to the current MainWindow, the dialog still does not always position correctly. I have added a merge request with a fix which explicitly moves the dialog to the center of the supplied parent QRect: https://invent.kde.org/graphics/krita/-/merge_requests/381 Would you be so kind as to review it? Thanks! Oops: the previous merge request was against the wrong branch. I have updated the request: https://invent.kde.org/graphics/krita/-/merge_requests/382. Sorry for the inconvenience :). This bug manifests itself on any KDE Plasma system I have tested with both X and Wayland with Intel and NVidia graphics. Only Krita's 'Manage Resources' dialog shows this behavior; other dialogs work fine. In the following video by David Revoy on Youtube this bug manifests itself at 0:21 when he opens the 'Manage Resources' dialog: the window opens at the topleft of the screen instead of centered on the parent window, like all other Krita dialogs do: https://www.youtube.com/watch?v=qdXTtBNhmLw On my system this is extra annoying since the top of the dialog (including the title bar) are cut off since the left monitor starts below (0,0). Since Krita up to version 4.1.7 as well as all other (Krita) dialogs seem to work fine, I think this bug is in Krita and not in the Window Manager. Link to a video on Youtube showing the dialog jumping off-screen half of the time. The 'Configure Krita' dialog does not: https://youtu.be/qIErkJPqC5k Closing this since I have filed it with kwin: https://bugs.kde.org/show_bug.cgi?id=423158 |