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

CHE-5274. Do not skip setting focus on element when window is displayed #5968

Merged
merged 1 commit into from
Aug 16, 2017

Conversation

RomanNikitenko
Copy link
Member

@RomanNikitenko RomanNikitenko commented Aug 10, 2017

What does this PR do?

We skip some logic for Window#show(Focusable) here when window is displayed.
But we can have use cases when window is displayed but focus for the target element is lost.
One of these is described in the issue #5274:

  • We display File Structure widget by pressing Ctrl+F12
  • We display extended info when user press Ctrl+F12 again

So I think we shouldn't skip setting focus on element when window is displayed

What issues does this PR fix or reference?

#5274

Changelog

Do not skip setting focus on element when window is displayed

Signed-off-by: Roman Nikitenko rnikiten@redhat.com

…y displayed

Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
@RomanNikitenko RomanNikitenko added the kind/bug Outline of a bug - must adhere to the bug report template. label Aug 10, 2017
@codenvy-ci
Copy link

@RomanNikitenko RomanNikitenko merged commit 9ee14bb into master Aug 16, 2017
@RomanNikitenko RomanNikitenko deleted the CHE-5274 branch August 16, 2017 12:18
@RomanNikitenko RomanNikitenko added this to the 5.17.0 milestone Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Outline of a bug - must adhere to the bug report template.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants