[jbosstools-issues] [JBoss JIRA] (JBIDE-16621) The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked

Daniel Azarov (JIRA) issues at jboss.org
Fri May 23 18:05:57 EDT 2014


    [ https://issues.jboss.org/browse/JBIDE-16621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12970265#comment-12970265 ] 

Daniel Azarov commented on JBIDE-16621:
---------------------------------------

I verified it on eclipse-SDK-4.4RC2-linux-gtk-x86_64.tar.gz and wtp4x-sdk-S-3.6.0RC1a-20140521143111.zip

It works fine.

> The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-16621
>                 URL: https://issues.jboss.org/browse/JBIDE-16621
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing, upstream
>    Affects Versions: 4.2.0.Beta1
>            Reporter: Alexey Kazakov
>            Assignee: Daniel Azarov
>             Fix For: 4.2.0.Beta2
>
>
> 1. Create a project
> 2. Create the following html file:
> {code}
> <!doctype html>
> <html ng-app>
> </html>
> {code}
> 3. Open the file with JBoss Tools HTML Editor
> 4. Assert: There is a problem "Undefined attribute name" for ng-app
> 5. Assert: Move the mouse over the problem and you see two quick fixes:
> - Ignore ng-app attribute
> - Ignore all ng-* attributes
> 6. Go to Preference->Web->Validation->
> 7. Check "Ignore specified attribute names"
> 8. Add "ng-app,ng-*" pattern
> 9. Uncheck "Ignore specified attribute names". Click OK.
> 10. Assert: There is still a problem "Undefined attribute name" for ng-app
> 11. Failure: Move the mouse over the problem but there are not quick fixes any more.



--
This message was sent by Atlassian JIRA
(v6.2.3#6260)


More information about the jbosstools-issues mailing list