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

Javascript editor does not validate code after changes #1851

Closed
AndreyChizhikov opened this issue Jul 19, 2016 · 1 comment
Closed

Javascript editor does not validate code after changes #1851

AndreyChizhikov opened this issue Jul 19, 2016 · 1 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.

Comments

@AndreyChizhikov
Copy link

Reproduction Steps:
1 Create javascript file and paste for example next code:
function myFunction(name,job)
{ document.getElementById("demo").innerHTML ="Welcome " + name + ", the " + job + "."; }

Expected behavior:
We should see error marker with error 'document is undefined'

Observed behavior:
The error marker does not appear
Close file and open again. Error marker appears. After applying 'quick fix' proposal - all work correct.

Che version:
Affects Versions: 4.x

@riuvshin riuvshin added kind/bug Outline of a bug - must adhere to the bug report template. team/ide labels Jul 27, 2016
@vparfonov vparfonov added the severity/P2 Has a minor but important impact to the usage or development of the system. label Apr 20, 2017
@ghost
Copy link

ghost commented Jul 12, 2017

Closed as duplicated of #4886

@ghost ghost closed this as completed Jul 12, 2017
This issue was closed.
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

3 participants