[jbosstools-issues] [JBoss JIRA] (JBIDE-18188) HTML5 Palette: filter to show only palette groups for which libraries are defined on the page

Alexey Kazakov (JIRA) issues at jboss.org
Thu Feb 19 14:22:49 EST 2015


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

Alexey Kazakov commented on JBIDE-18188:
----------------------------------------

[~vpakan] make sure you have org.jboss.tools.jst.angularjs.feature installed. The Ionic palette is a part of our angularJS feature. Anyway this issue (if it's an issue) is a separate one. The filter is in Alpha1 and please open a new issue for remaining problems.

> HTML5 Palette: filter to show only palette groups for which libraries are defined on the page
> ---------------------------------------------------------------------------------------------
>
>                 Key: JBIDE-18188
>                 URL: https://issues.jboss.org/browse/JBIDE-18188
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.3.x
>            Reporter: Daniel Azarov
>            Assignee: Daniel Azarov
>              Labels: new_and_noteworthy
>             Fix For: 4.3.0.Alpha1
>
>         Attachments: Filter1.png, Filter2.png
>
>
> *Test case 1:*
> 1. Open empty html file in Visual Page Editor and make sure button "Show only palette groups for which libraries are defined on the page" is not selected
> {code}
> {code}
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. Ionic 1.0
> 2. jQuery Mobile 1.4
> 3. HTML 5.0
> 2. Press the button "Show only palette groups for which libraries are defined on the page"
> ASSERT:
> No Palette groups are visible in HTML 5 Palette
> *Test case 2:*
> 1. Open follow html file in Visual Page Editor and make sure button "Show only palette groups for which libraries are defined on the page" is not selected
> {code:html}
> <!DOCTYPE html>
> <html>
> <head>
> 	<meta name="viewport" content="width=device-width, initial-scale=1">
> 	<link rel="stylesheet" href="http://code.ionicframework.com/1.0.0-beta.13/css/ionic.css" />
> 	<script src="http://code.ionicframework.com/1.0.0-beta.13/js/ionic.bundle.js"></script>
> <meta charset="UTF-8">
> <title>Insert title here</title>
> </head>
> <body>
> </body>
> </html>
> {code}
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. Ionic 1.0
> 2. jQuery Mobile 1.4
> 3. HTML 5.0
> 2. Press the button "Show only palette groups for which libraries are defined on the page"
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. Ionic 1.0
> 2. HTML 5.0
> *Test case 3:*
> 1. Open follow html file in Visual Page Editor and make sure button "Show only palette groups for which libraries are defined on the page" is not selected
> {code:html}
> <!DOCTYPE html>
> <html>
> <head>
> 	<meta name="viewport" content="width=device-width, initial-scale=1">
> 	<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.css" />
> 	<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
> 	<script src="http://code.jquery.com/mobile/1.4.4/jquery.mobile-1.4.4.min.js"></script>
> <meta charset="UTF-8">
> <title>Insert title here</title>
> </head>
> <body>
> </body>
> </html>
> {code}
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. Ionic 1.0
> 2. jQuery Mobile 1.4
> 3. HTML 5.0
> 2. Press the button "Show only palette groups for which libraries are defined on the page"
> ASSERT:
> Follow palette groups visible on HTML 5 Palette:
> 1. jQuery Mobile 1.4
> 2. HTML 5.0



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jbosstools-issues mailing list