[JBoss JIRA] (JBIDE-14597) warning about ng-* attributes used by angular js should be possible to ignore
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-14597?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-14597:
-----------------------------------
Git Pull Request: https://github.com/jbosstools/jbosstools-jst/pull/260 (was: https://github.com/jbosstools/jbosstools-jst/pull/260, https://github.com/jbosstools/jbosstools-jst/pull/263, https://github.com/jbosstools/jbosstools-jst/pull/266, https://github.com/jbosstools/jbosstools-base/pull/238, https://github.com/jbosstools/jbosstools-jst/pull/267, https://github.com/jbosstools/jbosstools-jst/pull/270)
> warning about ng-* attributes used by angular js should be possible to ignore
> -----------------------------------------------------------------------------
>
> Key: JBIDE-14597
> URL: https://issues.jboss.org/browse/JBIDE-14597
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: jsp/jsf/xml/html source editing, upstream
> Reporter: Burr Sutter
> Assignee: Daniel Azarov
> Priority: Critical
> Fix For: 4.1.2.CR1
>
> Attachments: 2013-05-23_0752.png, 2013-05-23_1548.png, html5_demo.fsh, new_scr.png, scr.png, Screen Shot 2013-05-23 at 3.51.53 PM.png
>
>
> Warning:
> Undefined attribute name (ng-app).
> Undefined attribute name (ng-controller).
> AngularJS is part of the new HTML5 Scaffolding feature in Forge 1.3
> forge install-plugin angularjs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16622) warning about ng-* attributes used by angular js should be possible to ignore
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-16622:
--------------------------------------
Summary: warning about ng-* attributes used by angular js should be possible to ignore
Key: JBIDE-16622
URL: https://issues.jboss.org/browse/JBIDE-16622
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml/html source editing, upstream
Reporter: Alexey Kazakov
Assignee: Daniel Azarov
Priority: Critical
Fix For: 4.1.2.CR1, 4.2.0.Beta1
Attachments: 2013-05-23_0752.png, 2013-05-23_1548.png, html5_demo.fsh, new_scr.png, scr.png, Screen Shot 2013-05-23 at 3.51.53 PM.png
Warning:
Undefined attribute name (ng-app).
Undefined attribute name (ng-controller).
AngularJS is part of the new HTML5 Scaffolding feature in Forge 1.3
forge install-plugin angularjs
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16621) The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked
by Alexey Kazakov (JIRA)
Alexey Kazakov created JBIDE-16621:
--------------------------------------
Summary: 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: Victor Rubezhny
Fix For: 4.2.0.Beta1
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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16621) The quick fix for unknown attributes is not available if "Ignore specified attribute names" validation preference is unchecked
by Alexey Kazakov (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16621?page=com.atlassian.jira.plugi... ]
Alexey Kazakov updated JBIDE-16621:
-----------------------------------
Description:
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.
was:
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.
> 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: Victor Rubezhny
> Fix For: 4.2.0.Beta1
>
>
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months
[JBoss JIRA] (JBIDE-16604) JBoss BIRT Integration isn't compatible with BIRT 4.3
by nicolas duminil (JIRA)
[ https://issues.jboss.org/browse/JBIDE-16604?page=com.atlassian.jira.plugi... ]
nicolas duminil updated JBIDE-16604:
------------------------------------
Attachment: components.xml
faces-config.xml
jboss-web.xml
pages.xml
viewer.properties
web.xml
test.rptdesign
test1.rptdesign
Hi Snjezana,
Replacing <url-pattern>/*</url-pattern> by <url-pattern>/*.seam</url-pattern> in the web.xml doesn't work, it raises java.lang.IllegalArgumentException: <url-pattern> /*.seam invalide dans l'association de filtre (filter mapping).
Please find here attached the requested files. test.rptdesign displays correctly, test1.rptdesign doesnt and raises the exception relation to /run path.
Many thanks in deed for your help.
Kind regards,
Nicolas
> JBoss BIRT Integration isn't compatible with BIRT 4.3
> -----------------------------------------------------
>
> Key: JBIDE-16604
> URL: https://issues.jboss.org/browse/JBIDE-16604
> Project: Tools (JBoss Tools)
> Issue Type: Bug
> Components: birt
> Affects Versions: 4.2.0.Alpha2
> Reporter: Snjezana Peco
> Assignee: Snjezana Peco
> Fix For: 4.2.0.Beta1
>
> Attachments: components.xml, faces-config.xml, jboss-web.xml, pages.xml, test.rptdesign, test1.rptdesign, viewer.properties, web.xml
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
12 years, 2 months