Skip to content

"Console" textarea is not disabled #3

@youssef1234-code

Description

@youssef1234-code

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions