Summary: | Kalendar DAV Server Authentication dialogue not focusable/interactible | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Deckweiss75 |
Component: | DAV Resource | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | beatlink+kdebugs, carl, mazhe+kde, nicolas.fella |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/commit/7e6acd808ceda85841af122e4f0fe00d98cdf181 | Version Fixed In: | |
Sentry Crash Report: |
Description
Deckweiss75
2022-12-16 16:12:59 UTC
Tried with a new user - same issue - the dialogue is not focusable/interactable Also tried using window rules to force focus protection and force focus, without any change in behaviour. Probably the same root cause as https://bugs.kde.org/show_bug.cgi?id=452593 https://invent.kde.org/frameworks/knewstuff/-/merge_requests/202 I think this is the relevant fix, but I can't tell whether it has not been released yet? Cause I am on KDE Frameworks Version: 5.101.0 I'm not saying it should be fixed by this, I'm just saying that I think it's a similar issues and thus requires a similar fix *** Bug 463151 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1083 *** Bug 463432 has been marked as a duplicate of this bug. *** Is there an update on this bug? It has made KOrganizer and Kontact completely unusable for me. I am not quite sure how it happened, but in my frustration, I wanted to try every tool available and it happened that I was able to work around this bug. 1. I installed the akonadiconsole package from the arch linux repos. 2. Through it I attempted to add a dav source again. 3. I entered my credentials and selected to configure the url manually 4. I clicked "search" server configuration 5. I entered my direct dav url https://192.168.1.50/remote.php/dav 6. The SSL popup popped up behind all the windows 7. When I closed the configuration windows, the popup did not vanish and I was able to select to accept the unsafe certificate for ever Git commit 7e6acd808ceda85841af122e4f0fe00d98cdf181 by Nicolas Fella. Committed on 01/01/2023 at 23:02. Pushed by nicolasfella into branch 'master'. [WidgetsAskUserActionHandler] Add fallbacks for dialog parent windows requestUserMessageBox may be called without a parent widget, e.g. because it is called from KIOCore where we don't have that information Apply the same logic we have for other functions This ensures that message boxes triggered from workers have a parent window M +24 -4 src/widgets/widgetsaskuseractionhandler.cpp https://invent.kde.org/frameworks/kio/commit/7e6acd808ceda85841af122e4f0fe00d98cdf181 |