[
https://issues.jboss.org/browse/JBIDE-19338?page=com.atlassian.jira.plugi...
]
Daniel Azarov edited comment on JBIDE-19338 at 4/16/15 2:38 PM:
----------------------------------------------------------------
I tried jboss-devstudio-9.0.0.Alpha1-v20150216-1042-B11-installer-eap.jar.
Tested on Windows 8 and Mac.
But I needed to install "JBoss Tools Java Standard Tools AngularJS" from update
site
https://devstudio.redhat.com/updates/9.0.0/jboss-devstudio-9.0.0.Alpha1-u...
(because of JBDS-3413)
Everything works just fine.
was (Author: dazarov):
I tried jboss-devstudio-9.0.0.Alpha1-v20150216-1042-B11-installer-eap.jar.
But I needed to install "JBoss Tools Java Standard Tools AngularJS" from update
site
https://devstudio.redhat.com/updates/9.0.0/jboss-devstudio-9.0.0.Alpha1-u...
(because of JBDS-3413)
Everything works just fine.
Ionic palette items disappears when "Show only palette groups
for which libraries are defined on the page" filter is applied
------------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-19338
URL:
https://issues.jboss.org/browse/JBIDE-19338
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html source editing
Affects Versions: 4.3.0.Alpha1
Environment: MS Windows 7 JBDS 9.0.0.Alpha1-v20150216-1042-B11
Reporter: Vlado Pakan
Assignee: Daniel Azarov
Fix For: 4.3.0.Beta1
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
ASSERT: Following palette groups visible on HTML 5 Palette:
1. Ionic 1.0
2. jQuery Mobile 1.4
3. HTML 5.0
2. Check the button "Show only palette groups for which libraries are defined on the
page"
ASSERT: No Palette groups are visible in HTML 5 Palette
3. Open following 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...
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
</body>
</html>
{code}
ASSERT: Following palette groups visible on HTML 5 Palette:
1. Ionic 1.0
2. jQuery Mobile 1.4
3. HTML 5.0
4. Check the button "Show only palette groups for which libraries are defined on the
page"
ERROR: Ionic palette is not displayed
5. Uncheck the button "Show only palette groups for which libraries are defined on
the page"
ERROR: Ionic palette is not displayed
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)