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

Have focus-stealing modal dialogs ignore "always on top" rule of other windows #9312

Closed
PeterParker opened this issue Nov 18, 2013 · 3 comments
Labels
Low Priority Things that you don't ever want to be done.

Comments

@PeterParker
Copy link
Contributor

This issue was originally TRAC 8468

Mantid does not accept any mouse input under a certain set of circumstances and has to be closed unless the Alt+F4 keyboard shortcut is used. To reproduce:

  • Open up the Python scripting window and place it in a position similar to that shown in the attached image.
  • Set the Python window to be "Always on Top".
  • Type "Load" and press enter into the Algorithm field as shown in the image.

The [http://qt-project.org/doc/qt-4.8/qwidget.html#modal-prop modal] nature of the dialog means that you can't click outside of the dialog, but the Python scripting window will block you from clicking on the dialog!

Use Alt+F4 to close the dialog and regain control of Mantid.

I've set this to minor since this will probably be quite a rare occurrence.

@PeterParker
Copy link
Contributor Author

@NickDraper (2014-02-14T11:07:58):
bulk move to assigned at the into of the triage step

@PeterParker
Copy link
Contributor Author

@PeterParker PeterParker added Low Priority Things that you don't ever want to be done. GUI labels Jun 3, 2015
@NickDraper
Copy link
Contributor

dialog windows are no longer modal

so works4me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

2 participants