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

Tomáš Procházka closed NETBEANS-147.
------------------------------------
    Resolution: Cannot Reproduce

I tested it in NetBeans 12.3 beta2 and I can't reproduce the issue - text stays 
without formatting.

> Content in string literals are formatted by Format
> --------------------------------------------------
>
>                 Key: NETBEANS-147
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-147
>             Project: NetBeans
>          Issue Type: Bug
>          Components: web - HTML Editor
>    Affects Versions: 8.2, 10.0
>            Reporter: Gunnar Grim
>            Priority: Critical
>              Labels: format, html
>
> When formatting a HTML page/PHP file, string literal content is formatted.
> Before formatting I had this attribute on a div in an Agular view:
> ng-class="($first ? '' : 'hidden-xs hidden-sm')"
> After formatting, NetBeans changed it into this:
> ng-class="($first ? '' : 'hidden - xs hidden - sm')"
> This is pretty serious IMO since the page presentation is messed up by 
> incorrect classes.
>  
>  



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