You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "visser (Jira)" <ji...@apache.org> on 2019/11/06 10:13:00 UTC

[jira] [Created] (NETBEANS-3347) Editor

visser created NETBEANS-3347:
--------------------------------

             Summary: Editor
                 Key: NETBEANS-3347
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3347
             Project: NetBeans
          Issue Type: Bug
          Components: javascript - Editor
    Affects Versions: 11.2
         Environment: Ubuntu 18.04.3 LTS
            Reporter: visser
         Attachments: example.js

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.

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists