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

[jira] [Created] (NETBEANS-3425) Cannot Enter Carriage Return in Javascript

Kenneth Gendron created NETBEANS-3425:
-----------------------------------------

             Summary: Cannot Enter Carriage Return in Javascript
                 Key: NETBEANS-3425
                 URL: https://issues.apache.org/jira/browse/NETBEANS-3425
             Project: NetBeans
          Issue Type: Bug
          Components: javascript - Editor
    Affects Versions: 11.2
         Environment: Windows 7 64bit
Java 13.0
Netbeans 11.2
            Reporter: Kenneth Gendron


If the following code is entered into a javascript file, the enter key no longer works.
{code:java}
for (var i=0;i<a;i++) {}
//
var c = "";{code}
This is very strange.  I boiled the code down to what is the minimum to cause a failure.

If any line is removed from the above, the enter key works again.

The only other way to enter a new line is to copy and paste one.



--
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