Skip to content

"Console" textarea is not disabled #3

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

Open
youssef1234-code opened this issue Nov 2, 2022 · 0 comments
Open

"Console" textarea is not disabled #3

youssef1234-code opened this issue Nov 2, 2022 · 0 comments

Comments

@youssef1234-code
Copy link

youssef1234-code commented Nov 2, 2022

Hope you are doing great currently ! , I have been using your python debugger for a while now as it is related to the university projects , and I have noticed that either after or before code excution you will notice that you "could" edit in the content of the console .
As you know every problem most propably has a solution and I noticed that you have stopped developing the web app from a while now.

Using current technologies and updates to html , it became easier to disable text area without even touching the main.js file

the problem is currently at this line:
<textarea id="console" autocomplete="off"></textarea>

and its fix is quite simple by just adding disable to textarea attribute

<textarea disabled id="console" autocomplete="off"></textarea>

sources/useful links -->>> [(https://www.w3schools.com/tags/att_textarea_disabled.asp)]
Looking Forward for your updates

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