[richfaces-issues] [JBoss JIRA] Created: (RF-8651) Unicode doesn't work with a4j:ajax in Opera

Pavol Pitonak (JIRA) jira-events at lists.jboss.org
Thu May 13 06:02:27 EDT 2010


Unicode doesn't work with a4j:ajax in Opera
-------------------------------------------

                 Key: RF-8651
                 URL: https://jira.jboss.org/jira/browse/RF-8651
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 4.0.0.ALPHA2
         Environment: Fedora 12, OpenJDK 1.6.0_17, JBoss 6 M2, Tomcat 6.0.26, RF 4.0.0-SNAPSHOT, Opera 10.10 (build 4742)
            Reporter: Pavol Pitonak


<h:inputText id="nameInput" value="#{richBean.name}">
    <a4j:ajax event="keyup" render="output" />
</h:inputText>
<h:panelGroup id="output">
     <h:outputText value="Hello #{richBean.name}!" rendered="#{not empty richBean.name}" />
</h:panelGroup>

When typing ASCII characters, everything works in Opera. When an Unicode char is typed, output is not updated until a non-Unicode char is typed. Firefox, Chrome and Konqueror work fine.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list