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