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 #929

Closed
musienko-maxim opened this issue Mar 30, 2016 · 0 comments
Closed

Javascript editor does not validate code after changes #929

musienko-maxim opened this issue Mar 30, 2016 · 0 comments
Labels
kind/bug Outline of a bug - must adhere to the bug report template.

Comments

@musienko-maxim
Copy link
Contributor

1 Create javascript file and paste for example next code:
function myFunction(name,job) {
document.getElementById("demo").innerHTML ="Welcome " + name + ", the " + job + ".";
}
Expected result: we should see error marker with error 'document is undefined'
Actual result: The error marker does not appear
Close file and open again. Error marker appears. After applying 'quick fix' proposal - all work correct.

@musienko-maxim musienko-maxim added the kind/bug Outline of a bug - must adhere to the bug report template. label Mar 30, 2016
@ghost ghost closed this as completed Mar 30, 2016
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.
Projects
None yet
Development

No branches or pull requests

1 participant