[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-7104) CA proposals aren't filtered when CA is invoked right before next tag or tag ending (before '<'-character)

Victor Rubezhny (JIRA) jira-events at lists.jboss.org
Mon Sep 20 09:18:28 EDT 2010


CA proposals aren't filtered when CA is invoked right before next tag or tag ending (before '<'-character)
----------------------------------------------------------------------------------------------------------

                 Key: JBIDE-7104
                 URL: https://jira.jboss.org/browse/JBIDE-7104
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: jsp/jsf/xml source editing
    Affects Versions: 3.2.0.M2
         Environment: Eclipse 3.6, WTP 3.2
            Reporter: Victor Rubezhny
            Assignee: Victor Rubezhny
             Fix For: 3.2.0.CR1


The proposals aren't filtered and aren't able to be applied when CA is invoked right before next tag / tag ending openning character ('<')

Steps to reproduce:

EXECUTE: Open home.xhtml page (exists in Seam template project, but ) for editing 
EXECUTE: Find '<h:panelGrid>' tag and place the cursor right before the beginning character og this tag 
EXECUTE: Start to type some tag name, (for example, type '<ui:in') and then press Ctrl-Space to invoke the Content Assistant

ASSERT: The CA shows the tag name proposals which are filtered by 'ui:in' string (<ui:include />, <ui:insert />) - FAILED
ASSERT: It's able to apply some selected proposal - FAILED

JUnit test org.jboss.tools.jst.jsp.test.ca.JstJspJbide1585Test fails because of this issue.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list