[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 07:41:18 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 edited comment on RF-12019 at 6/4/12 7:40 AM:
----------------------------------------------------------

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 also verified the few of the RichFaces metamer application samples.

I have verified it with these mojarra releases: 2.1.2, 2.1.7, 2.2.0-m01.
                
      was (Author: jhuska):
    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: Brian Leathem
>             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