[richfaces-issues] [JBoss JIRA] (RF-12019) Upstream mojarra issue requires IE9 to be in compatibility mode

Juraj Húska (JIRA) jira-events at lists.jboss.org
Mon Jun 4 06:56:17 EDT 2012


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

Juraj Húska commented on RF-12019:
----------------------------------

I have verified that following code snippet works correctly on IE9 and the IE9 does not have to be in compatibility mode:

{code:xml|title="According to upstream issue <f:ajax> should make problems"}
<h:form>
  <h:panelGrid>
    <h:inputText value="#{userBean.name}">
      <f:ajax event="keyup" render="text"/>
    </h:inputText>
    <h:outputText id="text" value="#{userBean.name}" />
  </h:panelGrid>
</h:form>
{code}

I have verified it with these mojarra releases: 2.1.2, 2.1.7, 2.2.0-m01.
                
> Upstream mojarra issue requires IE9 to be in compatibility mode
> ---------------------------------------------------------------
>
>                 Key: RF-12019
>                 URL: https://issues.jboss.org/browse/RF-12019
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: third-party
>            Reporter: Brian Leathem
>            Assignee: Juraj Húska
>             Fix For: 4.3.0.Milestone1
>
>
> An upstream issue with mojarra ([JAVASERVERFACES-2063|http://java.net/jira/browse/JAVASERVERFACES-2063]) requires that IE9 be placed in compatibility mode.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-issues mailing list