Created attachment 150459 [details] bluetooth_kcm SUMMARY The background doesn't darken properly when removing a connected bluetooth device. It immediately darkens with no fade animation. STEPS TO REPRODUCE 1. Open bluetooth KCM 2. Try to remove a device OBSERVED RESULT The background snaps in at the end of the overlay sheet window animation appearing rather than fading in alongside it. EXPECTED RESULT It should fade in alongside it. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.25.2 KDE Frameworks Version: 5.95.0 Qt Version: 5.15.5 Kernel Version: 5.18.8-zen1-1-zen (64-bit) Graphics Platform: Wayland
Can reproduce. This is using a custom dialog rather than something like Kirigami.PromptDialog. Porting to that should fix the problem.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/bluedevil/-/merge_requests/84
Git commit 65656cba01947b86284effad610edf7ba3d65e1c by Nate Graham. Committed on 14/07/2022 at 13:28. Pushed by ngraham into branch 'master'. kcm: Standardize device deletion UI Right now the UI is rather inconsistent, using three different words to describe the action ("Remove", "Delete," and "Forget") and implementing a custom dialog plus darkened overlay. Let's standardize on the word "Forget" and use a standard `Kirigami.PromptDialog` which was made for exactly this type of thing. FIXED-IN: 5.26 M +36 -32 src/kcm/package/contents/ui/main.qml https://invent.kde.org/plasma/bluedevil/commit/65656cba01947b86284effad610edf7ba3d65e1c