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

Content of texteditor not updated after filesystem change when editor is open after a browser page refresh #9541

Closed
ChristianSchenk711 opened this issue Apr 25, 2018 · 1 comment
Assignees
Labels
kind/bug Outline of a bug - must adhere to the bug report template. severity/P2 Has a minor but important impact to the usage or development of the system.
Milestone

Comments

@ChristianSchenk711
Copy link

Description

After a browser refresh, editors that are open already are not refreshed if the file is changed from the terminal.

Reproduction Steps

  • in Che 6.4.0 using a blank workspace and a blank project template (project named test)
  • open the README file
  • in the terminal:
    echo NEW > test/README
  • the editor will refresh and show the new content ("NEW")
  • now hit the browser refresh (tested in Chrome)
  • after reload of the IDE, the README file is still open
  • in the terminal:
    echo NEWER > test/README
  • THE README FILE IS NOT UPDATED
@ChristianSchenk711
Copy link
Author

refresh_bug

@RomanNikitenko RomanNikitenko added the kind/bug Outline of a bug - must adhere to the bug report template. label Apr 25, 2018
@vparfonov vparfonov self-assigned this Apr 26, 2018
@SkorikSergey SkorikSergey added the severity/P2 Has a minor but important impact to the usage or development of the system. label May 7, 2018
@RomanNikitenko RomanNikitenko self-assigned this May 12, 2018
@RomanNikitenko RomanNikitenko added the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label May 12, 2018
@RomanNikitenko RomanNikitenko added this to the 6.6.0 milestone May 15, 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 May 15, 2018
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. severity/P2 Has a minor but important impact to the usage or development of the system.
Projects
None yet
Development

No branches or pull requests

4 participants