From jira-events at lists.jboss.org Tue Apr 26 06:27:18 2011 Content-Type: multipart/mixed; boundary="===============9046496250216367637==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-10939) a4j:ajax example breaks in IE9 based on DOCTYPE Date: Tue, 26 Apr 2011 06:27:18 -0400 Message-ID: <1967453244.8608.1303813638791.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 195392528.38429.1303216053084.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============9046496250216367637== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-10939?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski resolved RF-10939. --------------------------------- Resolution: Duplicate Issue > a4j:ajax example breaks in IE9 based on DOCTYPE > ----------------------------------------------- > > Key: RF-10939 > URL: https://issues.jboss.org/browse/RF-10939 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Reporter: Magnus D=C3=BCrr > Assignee: Nick Belaevski > Labels: tran > > The sample below is more or less a copy of the example on richfaces showc= ase site. It works fine in IE9. > = > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xml:lang=3D"en" lang=3D"en" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:a4j=3D"http://richfaces.org/a4j"> > Test > > > > > > > > > > > = > The problem occurs when I add other components to the page. In this examp= le I have added an ajax enabled a4j:outputPanel *before* the test form: = > = > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> > xml:lang=3D"en" lang=3D"en" > xmlns:ui=3D"http://java.sun.com/jsf/facelets" > xmlns:h=3D"http://java.sun.com/jsf/html" > xmlns:f=3D"http://java.sun.com/jsf/core" > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:a4j=3D"http://richfaces.org/a4j"> > Test > = > > > > > > > > > > > = > > = > Now the code stops working in IE9, still works fine in Firefox. After som= e trial and error I have found two ways to make the example work again: = > * Move the a4j output panel below the form (have not tested if the output= panel still works) > * Remove the DOCTYPE tag, changing it to Strict doesn't work you have to = remove it completely... = -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --===============9046496250216367637==--