You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Junichi Yamamoto (Jira)" <ji...@apache.org> on 2020/06/12 17:20:00 UTC

[jira] [Created] (NETBEANS-4434) Code Completion doesn't work when script type attribute value is "module"

Junichi Yamamoto created NETBEANS-4434:
------------------------------------------

             Summary: Code Completion doesn't work when script type attribute value is "module"
                 Key: NETBEANS-4434
                 URL: https://issues.apache.org/jira/browse/NETBEANS-4434
             Project: NetBeans
          Issue Type: Bug
          Components: web - HTML Editor
    Affects Versions: 12.0
            Reporter: Junichi Yamamoto
            Assignee: Junichi Yamamoto


h2. Steps to reproduce

* Create an HTML file
* Insert the example code
* Run CC in between script tags
* Items for JS are not shown

h2. Example code
{code:html}
<html>
    <script type="module">
    <!-- CC here -->
    </script>
</html>
{code}




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