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

Error is displayed when verifying generated code. #13

Open
parveennara opened this issue Jul 22, 2021 · 0 comments
Open

Error is displayed when verifying generated code. #13

parveennara opened this issue Jul 22, 2021 · 0 comments

Comments

@parveennara
Copy link

If the generated program is too long and doesn't fit the 'ace_content' code editor window, a scroll bar is displayed. When I try to verify the generated code error messages are displayed. The reason being only the visible part of the code is copied by the following line of code:
var data = document.getElementsByClassName("ace_content")[0].innerText;
File:
IDE_functions.js line 70

Also when you copy the code using the copy button only the visible code is copied and not the whole generated code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant