[jbosstools-issues] [JBoss JIRA] (JBIDE-15489) Broken content assist for complex ELs

Alexey Kazakov (JIRA) jira-events at lists.jboss.org
Thu Sep 12 13:11:03 EDT 2013


     [ https://issues.jboss.org/browse/JBIDE-15489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Kazakov updated JBIDE-15489:
-----------------------------------

    Description: 
1. Create a JSF 2 KickStart project
2. Open inputname.xhtml
3. Add 
{code}
<h:inputText value="#{user.name} " />
{code}
4. Ctrl+Space on 
{code}
value="#{user.name} |"
{code}
5. There is a weird "name" proposal in the top of the list.
6. Select it.
7. Now we have an empty value=""

  was:
1. Create a JSF 2 KickStart project
2. Open inputname.xhtml
3. Add <h:inputText value="#{user.name} " />
4. Ctrl+Space on value="#{user.name} |"
5. There is a weird "name" proposal in the top of the list.
6. Select it.
7. Now we have an empty value=""


    
> Broken content assist for complex ELs
> -------------------------------------
>
>                 Key: JBIDE-15489
>                 URL: https://issues.jboss.org/browse/JBIDE-15489
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: jsp/jsf/xml/html source editing
>    Affects Versions: 4.1.0.Final
>            Reporter: Alexey Kazakov
>            Assignee: Victor Rubezhny
>             Fix For: 4.2.0.Alpha1
>
>
> 1. Create a JSF 2 KickStart project
> 2. Open inputname.xhtml
> 3. Add 
> {code}
> <h:inputText value="#{user.name} " />
> {code}
> 4. Ctrl+Space on 
> {code}
> value="#{user.name} |"
> {code}
> 5. There is a weird "name" proposal in the top of the list.
> 6. Select it.
> 7. Now we have an empty value=""

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list