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

Junichi Yamamoto updated NETBEANS-4434:
---------------------------------------
    Description: 
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}

h2. Script attribute
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script


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



> 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
>            Priority: Major
>
> 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}
> h2. Script attribute
> https://developer.mozilla.org/en-US/docs/Web/HTML/Element/script



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