Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
11.2
-
None
-
Ubuntu 18.04.3 LTS
Description
A JavaScript file with the text a<b/c='' will cause unexpected behaviour.
- It prevents the enter and tab keys from working anywhere in the file.
- You can not remove the first character with the backspace key.
- Adding a open bracket ( in between the a and the < will hide the last character in the document which was viable. The ( itself will not show but seems to be there. Removing it using the backspace key will make the last characters in the document visible again.
It is possible for this text to exist spread over multiple lines of code.
For example
a<b
//this is a comment
c=''
will also cause the unexpected behaviour as well.
Attachments
Attachments
Issue Links
- duplicates
-
NETBEANS-3335 NB 11.2 NullPointerException - Enter key doesn't work in editor in certain files
- Closed