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

Add min-height to text entry box of online parser #565

Open
hutchies opened this issue Oct 9, 2024 · 0 comments
Open

Add min-height to text entry box of online parser #565

hutchies opened this issue Oct 9, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@hutchies
Copy link

hutchies commented Oct 9, 2024

At present, the CodeMirror text entry field on the right-hand side of the online test bed has no min-height set. This means that with complex grammars, a failed parse can result in error messages long enough that the text field shrinks to 0 and you can’t enter text. This can be fixed using browser dev-tools by finding the relevant element and setting a min-height of 100px - if this could be done in the code itself then it would make the test bed more robust.

@hildjj hildjj added the good first issue Good for newcomers label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants