You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: