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:16:00 UTC

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

     [ https://issues.apache.org/jira/browse/NETBEANS-3347?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

visser updated NETBEANS-3347:
-----------------------------
    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.

 

  was:
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.

 


> 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
>            Priority: Major
>              Labels: editor, javascript, keyboard
>         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