client
client copied to clipboard
[QA] Mac: Can't quit the client from Dock when Wizard is open
Pre-submission Checks
- [X] I checked for similar issues, but could not find any. I also checked the closed issues. I could not contribute additional information to any existing issue.
- [X] I will take the time to fill in all the required fields. I know that the bug report may be dismissed otherwise due to lack of information.
Describe the QA issue
Can't quit the client from Dock when Wizard is open Client 3.1.0 mac 13.2
Steps to reproduce the issue
- Click 'Add account' in GUI
- Right click on the ownCloud icon in Dock
- Quit
Screenshots
No screenshot
Expected behavior
User can quit the client
Actual behavior
Client remains running
It's kind of what you requested when you complained that you could abort the wizard by accident.
Works as designed. When we have open dialogs on mac the menu is disabled.
Then after clicking quit from the Dock, user should be asked if he really wants to cancel account setup
I couldn't event click quit as the menu is disabled. See screenshot.
I meant the icons at the bottom of the screen
@erikjv I guess we should be able to receive the signal and bring the client to the front?
macOS actually sends an expose event, not a quit/close event. With Qt 6.4, the window gets raised, but not over the active application (unless it's the Finder). I'm not sure if the not-raising-over-active-application is a macOS policy, but in Qt 6.5 dialogs are implemented using native dialogs, so the behaviour there might be different/better.
So we should re-test this with Qt 6.5