From jira-events at lists.jboss.org Wed Oct 24 05:44:01 2007 Content-Type: multipart/mixed; boundary="===============4430906751846802936==" MIME-Version: 1.0 From: Alexej Kushunin (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-1065) Calendar in popup mode doesn't work properly on FF when used within a facelet template Date: Wed, 24 Oct 2007 05:44:01 -0400 Message-ID: <29764377.1193219041596.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 31693612.1191487443370.JavaMail.jira@cloud.prod.atl2.jboss.com --===============4430906751846802936== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-1065?page=3Dall ] Alexej Kushunin resolved RF-1065. --------------------------------- Resolution: Cannot Reproduce Bug I can't reproduce this bug. On my side all works fine. Try latest build. > Calendar in popup mode doesn't work properly on FF when used within a fac= elet template > -------------------------------------------------------------------------= ------------- > > Key: RF-1065 > URL: http://jira.jboss.com/jira/browse/RF-1065 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.0 > Environment: Richfaces 3.1.0 + Seam 2.0.0.CR1 + JSF 1.2 (Sun-RI) = + JBoss 4.2.0 > Reporter: Olivier Thierry > Assigned To: Alexej Kushunin > Fix For: 3.2.0 > > > When you use a calendar component in a facelet view using facelet templat= ing (i.e. within a tag), the calendar component doesn't work pr= opertly in popup mode. On FF 2.0.0.7, when you try to change month with << = or >> links, the popup just closes ... It works on IE 6 (except that the po= pup opens at a wrong position). I could not test on IE 7 since I have not i= nstalled it. > Everything works well when you use the calendar with popup=3Dfalse > There is no more problem when you don't use templates. > For example : > > 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:s=3D"http://jboss.com/products/seam/taglib" > xmlns:rich=3D"http://richfaces.org/rich" > xmlns:a4j=3D"http://richfaces.org/a4j"> > > > > > = > > > id=3D"dateNaissance" = > value=3D"#{employe.dateNaissance}" > datePattern=3D"#{messages['datePattern']}" > popup=3D"true" = > locale=3D"#{locale}" > enableManualInput=3D"true" > required=3D"true" /> > > > > > > > > > -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://jira.jboss.com/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============4430906751846802936==--