[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-2144) Different behavior of cursors after selection value from proposal list using CA.

Anton Klimkovich (JIRA) jira-events at lists.jboss.org
Fri Apr 25 11:55:08 EDT 2008


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

        



More information about the jbosstools-issues mailing list