Summary: | Configure dialog does not show on MacOS | ||
---|---|---|---|
Product: | [Applications] kdeconnect | Reporter: | Magnus Manske <magnusmanske> |
Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | macOS | ||
Latest Commit: | https://invent.kde.org/network/kdeconnect-kde/commit/14543fcba54b56d7715cf6d2b8ebdd102bfb635d | Version Fixed In: | |
Sentry Crash Report: |
Description
Magnus Manske
2020-01-09 14:05:57 UTC
Update: The dialog opens but in the background, and no app to switch to with CMD-TAB. Clearing the desktop shows the dialog. Still should be fixed. A possibly relevant merge request was started @ https://invent.kde.org/network/kdeconnect-kde/-/merge_requests/450 Git commit 14543fcba54b56d7715cf6d2b8ebdd102bfb635d by Weixuan Xiao, on behalf of Ryan Adolf. Committed on 26/02/2022 at 10:23. Pushed by wxiao into branch 'master'. Raise configuration window (MacOS bug) ## Summary I've added a call to [`dialog->raise()`](https://doc.qt.io/qt-5/qwindow.html#raise) when launching the configuration dialog. This is intended to fix a MacOS bug where the configuration window launches behind other open windows, but this call shouldn't harm operating systems as well. ## Test Plan ### Before: Configuration dialog launches behind other open windows on MacOS. ### After: Configuration dialog launches over other open windows on MacOS. M +2 -0 indicator/main.cpp https://invent.kde.org/network/kdeconnect-kde/commit/14543fcba54b56d7715cf6d2b8ebdd102bfb635d |