[JBoss JIRA] Created: (JBIDE-1957) Palette editor Macro element error
by Aliaksey Nis (JIRA)
Palette editor Macro element error
----------------------------------
Key: JBIDE-1957
URL: http://jira.jboss.com/jira/browse/JBIDE-1957
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.0.beta1
Environment: Windows XP
Beta1
Reporter: Aliaksey Nis
Priority: Optional
EXECUTE: Open any *.java file
EXECUTE: Click on Palette Editor button on the top of JBoss Palette
EXECUTE: Right click on Palette element in the dialog. Select Create -> Create Group. Enter Name: New. Click Ok button
ASSERT: Element New is appeared
EXECUTE: Right click on New group, Select Create -> Create Group. Enter Name: Second in dialog. Click Ok button
ASSERT: Element Second is appeared in the group New
EXECUTE: Right click on Second element and select from context menu Create -> Create Macro. Fill fields: Name: macro; Start Text: <html>; End Text: </html>. Click finish
ASSERT: Element macro is appeared in the group Second
EXECUTE: Click Ok in Palette Editor dialog
ASSERT: Palette Editor dialog is disappeared and group New Second is appeared in JBoss Palette
EXECUTE: Click on the group New Second
ASSERT: New Second is opened and there is tag macro
EXECUTE: Drag n Drop macro tag to editor.
ASSERT: String "<html></html>" is appeared in the Editor
EXECUTE: Double click on macro tag in pallette.
FAILURE: String "macro" is appeared in the Editor
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months
[JBoss JIRA] Created: (JBIDE-2144) Different behavior of cursors after selection value from proposal list using CA.
by Anton Klimkovich (JIRA)
Different behavior of cursors after selection value from proposal list using CA.
---------------------------------------------------------------------------------
Key: JBIDE-2144
URL: http://jira.jboss.com/jira/browse/JBIDE-2144
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1
Reporter: Anton Klimkovich
Priority: Minor
EXECUTE: Create Seam web project
EXECUTE: Create JSF 1.2 web project
EXECUTE: Open greeting.xhtml
EXECUTE: Add string <h:commandLink action=""></h:commandLink> inside <ui:define name="body">
EXECUTE: Set cursor to action <h:commandLink action="|"
EXECUTE: Call CA and select #{person} from proposal list
ASSERT: Value should be inserted and cursor is located inside {} <h:commandLink action=" #{person{Cursor}}"></h:commandLink>
EXECUTE: Open menu.xhtml
EXECUTE: Add string <s:link value=""></s:link> inside <rich:toolBarGroup location="right">
EXECUTE: Set cursor to value s:link value="|"
EXECUTE: Call CA and select #{identity} from proposal list
ASSERT: Value should be inserted and cursor is located inside {} <s:link value="#{identity{Cursor}}"></s:link>
FAILURE: Cursor isn't located inside {} : <s:link value="#{identity}{Cursor}"></s:link>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 11 months