[richfaces-issues] [JBoss JIRA] (RF-12794) Using the same name for id and name for this tag triggers an error with IE

Jan Papousek (JIRA) jira-events at lists.jboss.org
Mon Feb 18 06:41:56 EST 2013


    [ https://issues.jboss.org/browse/RF-12794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12754723#comment-12754723 ] 

Jan Papousek commented on RF-12794:
-----------------------------------

Well, I've tried to create a small sample to reproduce the RF-12038 issue. I haven't been successful. My test application is available on https://github.com/papousek/richfaces-sanbox/tree/RF-12794.

The sample page contains the following code:

{code}
<h:form>
    <a4j:jsFunction name="setText" id="setText" render="showText">
        <a4j:param name="text" assignTo="#{testBean.text}" />
    </a4j:jsFunction>
</h:form>

Output: <h:outputText id="showText" value="#{testBean.text}" />

<br />

<span onmouseover="setText('TEXT')" onmouseout="setText('')">ACTIVE TEXT</span>
{code}

Jean ANDRE: Could you please provide a simplified project to reproduce the issue? It would be nice to update the project I've provided so it can be used for reproduction (the project contains only one page index.xhtml).
                
> Using the same name for id and name for this tag triggers an error with IE
> --------------------------------------------------------------------------
>
>                 Key: RF-12794
>                 URL: https://issues.jboss.org/browse/RF-12794
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>            Reporter: Jean ANDRE
>            Assignee: Jan Papousek
>
> Using the same name for id and name for this tag triggers an error with IE.
> We need to:
> # Confirm that this is an issue
> # Determine if this is an RF issue, an upstream JSF issue, or purely a IE issue
> # Document this _somehwere_

--
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 richfaces-issues mailing list