[
http://jira.jboss.com/jira/browse/JBIDE-2334?page=comments#action_12417538 ]
Victor Rubezhny commented on JBIDE-2334:
----------------------------------------
IHMO, the TestCase is wrong in that it declared as "FAILURE". In case of CA is
called while the cursor is placed after [value="a] text all the non-EL proposals
filtered by (starting with) "a" string are to be shown in the CA. And the text
"a" is to be replaced by the selected text. The EL proposals (JSF or Seam) are
to be displayed with no any filtering (because there is no preceding "#{"
pattern) and when EL proposal is selected its text is to be added after the initial
[value="a] text.
Replacement of first inputed letters to Seam EL using CA doesn't
work.
----------------------------------------------------------------------
Key: JBIDE-2334
URL:
http://jira.jboss.com/jira/browse/JBIDE-2334
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.1.1
Reporter: Anton Klimkovich
Assigned To: Victor Rubezhny
Fix For: 2.1.2
EXECUTE: Create Seam project.
EXECUTE: Open home.xhtml
EXECUTE: Type <h:outputText value="a"/>
EXECUTE: Set cursor aftre "a" (Example: <h:outputText
value="a{cursor}"/> )
EXECUTE: Call CA
EXECUTE: Select #{actor} from prpoosal list
FAILURE: <h:outputText value="a#{actor}"/> will be inserted
ASSERT: <h:outputText value="#{actor}"/>
If select #{applicationScope} replacement will be correct. <h:outputText
value="#{applicationScope}"/>
--
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