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

Fix 'Go to line' for 'Git Compare' widget #11962

Merged
merged 1 commit into from
Nov 16, 2018
Merged

Fix 'Go to line' for 'Git Compare' widget #11962

merged 1 commit into from
Nov 16, 2018

Conversation

RomanNikitenko
Copy link
Member

What does this PR do?

When user uses 'Go to line' feature Input Dialog is displayed.
We close dialog and try to set cursor for given position when user enters line number and click 'OK' button. At this step an editor loses focus.
So, I propose to execute setting of given position as deferred command.
It allows to set cursor position when dialog is closed after the browser event loop returns.

What issues does this PR fix or reference?

#11791

Signed-off-by: Roman Nikitenko [email protected]

@RomanNikitenko RomanNikitenko added status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. kind/bug Outline of a bug - must adhere to the bug report template. labels Nov 15, 2018
@RomanNikitenko
Copy link
Member Author

ci-test

@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11962
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@RomanNikitenko
Copy link
Member Author

ci-test

@riuvshin
Copy link
Contributor

Results of automated E2E tests of Eclipse Che Multiuser on OCP:
Build details
Test report
docker image: eclipseche/che-server:11962
https://github.com/orgs/eclipse/teams/eclipse-che-qa please check this report.

@artaleks9
Copy link
Contributor

Selenium tests execution on Eclipse Che Multiuser on OCP (https://ci.codenvycorp.com/job/che-pullrequests-test-ocp/1190/) doesn't show any regression against this Pull Request.

@RomanNikitenko RomanNikitenko added this to the 6.15.0 milestone Nov 16, 2018
@RomanNikitenko RomanNikitenko removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Nov 16, 2018
@RomanNikitenko RomanNikitenko merged commit c6b8207 into master Nov 16, 2018
@RomanNikitenko RomanNikitenko deleted the CHE-11791 branch November 16, 2018 12:24
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.

4 participants