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:57:00 UTC

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

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