-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[QA] GUI does not react when logging in while adding a new account #10621
Comments
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
When the client displays a sheet, the systray context menu is supposed to be disabled, so we can't trigger the login dialog. In addition to the sysystray context menu a loin dialog triggered by invalid credentials can also trigger the widget stacking isse. |
Utility::setModal was also setting Qt::ApplicationModal however it appears Qt never cared and always set Qt::WindowModal. https://github.com/qt/qtbase/blame/4ee4fc18b4067b90efa46ca9baba74f53b54d9ec/src/widgets/dialogs/qdialog.cpp#L543 Setting Qt::Sheet is also handled in open(); Fixes: #10621
Utility::setModal was also setting Qt::ApplicationModal however it appears Qt never cared and always set Qt::WindowModal. https://github.com/qt/qtbase/blame/4ee4fc18b4067b90efa46ca9baba74f53b54d9ec/src/widgets/dialogs/qdialog.cpp#L543 Setting Qt::Sheet is also handled in open(); Fixes: #10621
Utility::setModal was also setting Qt::ApplicationModal however it appears Qt never cared and always set Qt::WindowModal. https://github.com/qt/qtbase/blame/4ee4fc18b4067b90efa46ca9baba74f53b54d9ec/src/widgets/dialogs/qdialog.cpp#L543 Setting Qt::Sheet is also handled in open(); Fixes: #10621
Utility::setModal was also setting Qt::ApplicationModal however it appears Qt never cared and always set Qt::WindowModal. https://github.com/qt/qtbase/blame/4ee4fc18b4067b90efa46ca9baba74f53b54d9ec/src/widgets/dialogs/qdialog.cpp#L543 Setting Qt::Sheet is also handled in open(); Fixes: #10621
Utility::setModal was also setting Qt::ApplicationModal however it appears Qt never cared and always set Qt::WindowModal. https://github.com/qt/qtbase/blame/4ee4fc18b4067b90efa46ca9baba74f53b54d9ec/src/widgets/dialogs/qdialog.cpp#L543 Setting Qt::Sheet is also handled in open(); Fixes: #10621
Utility::setModal was also setting Qt::ApplicationModal however it appears Qt never cared and always set Qt::WindowModal. https://github.com/qt/qtbase/blame/4ee4fc18b4067b90efa46ca9baba74f53b54d9ec/src/widgets/dialogs/qdialog.cpp#L543 Setting Qt::Sheet is also handled in open(); Fixes: #10621
Fixed in ownCloud 4.0.0.10576-daily20230405, mac |
Pre-submission Checks
Describe the QA issue
ownCloud 4.0.0.10444-alpha1
mac
Steps to reproduce the issue
Screenshots
No screenshots
Expected behavior
For example: Adding a new account action is not interrupted or the pop-up to confirm the cancellation of adding a new account is shown
Actual behavior
User can't click anything, the pop-up to confirm the cancellation of account setup is hidden somewhere.
To get rid of that state:
The text was updated successfully, but these errors were encountered: