Skip to content
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

QColorDialog doesn't stay on top when modal #141

Open
johnthacker opened this issue May 24, 2023 · 0 comments
Open

QColorDialog doesn't stay on top when modal #141

johnthacker opened this issue May 24, 2023 · 0 comments

Comments

@johnthacker
Copy link

With the non-native dialog (or native dialogs on other platforms like Windows or MacOS), a QColorDialog (or other QDialog) that is set to be modal stays on top.

The GTK3 color dialog that is used for QColorDialog does not. If setWindowModality(Qt::ApplicationModal); is used, then modality works in the sense that the entire application is blocked from receiving input until the window is closed, but the modal window does not stay in front of its parent, much less the entire application's windows, unlike with other QColorDialog widget styles. This results in users being confused because they can't find the dialog that is blocking their application; it looks like the entire application has frozen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant