-
Notifications
You must be signed in to change notification settings - Fork 758
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
scide: DocumentSelectPopUp - convert to Popup to fix lost KeyRelease event #1352
scide: DocumentSelectPopUp - convert to Popup to fix lost KeyRelease event #1352
Conversation
…event ctrl-tab executes this dialog, but the KeyRelease event may be lost if the window flag is not marked as Qt::Popup Signed-off-by: Tim Blechmann <tim@klingt.org>
scide: DocumentSelectPopUp - convert to Popup to fix lost KeyRelease event
I think this merge was premature :) This breaks the file-selector functionality for me. The popup opens, but alt-tab does nothing and you can't get away from it except by selecting a file and double-clicking it... |
the symptoms you show are the ones that i've actually fixed with this commit. maybe it does not work on your platform, but "me" does not give any details on that. |
@telephon, old Mac-brother using alt-tab, does it work for you? |
Btw @timblechmann, I just tried it on Ubuntu 14.04, Qt5.2.1, and it works as expected with Dialog... I wonder what you are after... |
alt-tab works here (OS X 10.10) for switching between windows as it should (e.g. the help window), but not between tabs (i.e. documents). As long as we have both tabs and windows, there should be a shortcut for both, I think. On firefox it is |
But I want to use alt-tab to look out of the window! |
yes, alt-tab is window-switching. Is that what you meant? |
Haha, github has no proper emoticons yet. I think everybody is getting a notification, so maybe better continue by email :) |
…ocswitch-fix scide: DocumentSelectPopUp - convert to Popup to fix lost KeyRelease event
ctrl-tab executes this dialog, but the KeyRelease event may be lost if
the window flag is not marked as Qt::Popup
Signed-off-by: Tim Blechmann tim@klingt.org