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

Focus for hotkey presses should follow the mouse pointer from panel to panel #119

Closed
bentoogood opened this issue Apr 4, 2013 · 0 comments · Fixed by #410
Closed

Focus for hotkey presses should follow the mouse pointer from panel to panel #119

bentoogood opened this issue Apr 4, 2013 · 0 comments · Fixed by #410
Assignees

Comments

@bentoogood
Copy link
Contributor

Currently users have to click in a panel to set focus, then press the desired hotkey (e.g. 'f' to frame view).

This may mean that the user looses any node/item selection when they click.

Additionally - it would be beneficial to have a subtle visual indicator to show which panel has current focus (possibly a coloured outline round the contents of the panel)

What happens if focus is in a text/numerical entry field?

@ghost ghost assigned johnhaddon Jun 24, 2013
johnhaddon added a commit to johnhaddon/gaffer that referenced this issue Jul 9, 2013
It no longer accepts focus from tab events, as that's confusing. It steals focus and releases it on mouse enter and leave events, as requested in GafferHQ#119. I experimented with painting a border around the GadgetWidget (viewer and graph editor) when they had the focus, but I wasn't particularly keen on the way it looked. Will await feedback before going any further with that.
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

Successfully merging a pull request may close this issue.

2 participants