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

Document-switching (alt/ctrl-tab) while having a detached docklet open: focus moves from editor to docklet #1402

Closed
bagong opened this issue Apr 3, 2015 · 3 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE
Milestone

Comments

@bagong
Copy link
Contributor

bagong commented Apr 3, 2015

OSX 10.10/QT5
alt-tab document switching appears as if broken if you have a docklet open (help, post or document) in a detached state (this does not happen with docklets in docked or attached state). In this case with each alt-tab the focus moves from the editor to the docklet and does not return. Thus you cannot type in the switched-to editor window and - as is to be expected - can't document-switch again. This bug (as it seems to me) might actually give the impression that alt-tab switching was intended to allow to switch from the editor to another "window"

Anybody else sees this? Especially on non-OSX platforms?

@scztt scztt added the bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. label Apr 15, 2015
@scztt scztt added this to the 3.7 milestone Apr 15, 2015
@scztt
Copy link
Contributor

scztt commented Apr 15, 2015

gah, now that you point it out, this is annoying. I tried explicitly setting the focus after the document switches (box->setFocus() on multi_editor.cpp:989) but it doesn't do the trick. Something else more tricky must be happening....

@scztt scztt modified the milestones: 3.8, 3.7 Jun 7, 2015
@nhthn nhthn modified the milestones: 3.8, 3.9 Jan 15, 2017
@bagong
Copy link
Contributor Author

bagong commented Feb 9, 2017

Seems to have fixed itself... But I tried on a rather untypical system with Qt 5.8... if somebody else finds it's gone maybe just close...

@mossheim
Copy link
Contributor

mossheim commented Feb 9, 2017

Fixed with Qt 5.5 as well.

@mossheim mossheim closed this as completed Feb 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. env: SCIDE
Projects
None yet
Development

No branches or pull requests

5 participants