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

visser closed NETBEANS-3347.
----------------------------
    Resolution: Duplicate

> 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-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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

Reply via email to