From jira-events at lists.jboss.org Mon May 5 10:24:13 2008 Content-Type: multipart/mixed; boundary="===============7479386602317594795==" MIME-Version: 1.0 From: Paul Andrews (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Created: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Mon, 05 May 2008 10:24:13 -0400 Message-ID: <26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com> --===============7479386602317594795== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Selection doesn't work in modalPanel with FF2 --------------------------------------------- Key: RF-3350 URL: http://jira.jboss.com/jira/browse/RF-3350 Project: RichFaces Issue Type: Bug Affects Versions: 3.1.5 Environment: Tomcat 5.x, MyFaces 1.1.5. Reporter: Paul Andrews If there is an HTML element in a modal panel that requires a selection, it = doesn't work in FireFox 2.x unless you drag or resize the modal panel first= . It works fine in IE6. Here is a little test page: <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" pageEncoding=3D"ISO-8859-1"%> <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> Modal Test Trying to select an item in the list box doesn't work until you have dragge= d the page. I pored through the JavaScript source but couldn't see anything= obviously wrong and all my attempts to fix the issue by simulating a drag = from JavaScript failed. A work-around would be great since I get the feelin= g that work on the 3.1.x branch of RichFaces has ceased. -- = 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 --===============7479386602317594795==-- From jira-events at lists.jboss.org Wed May 7 17:52:20 2008 Content-Type: multipart/mixed; boundary="===============7452118727734842121==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Wed, 07 May 2008 17:52:20 -0400 Message-ID: <23804772.1210197140209.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============7452118727734842121== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3350?page=3Dall ] Nick Belaevski resolved RF-3350. -------------------------------- Resolution: Cannot Reproduce Bug Assignee: Tsikhon Kuprevich > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: http://jira.jboss.com/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assigned To: Tsikhon Kuprevich > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = 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 --===============7452118727734842121==-- From jira-events at lists.jboss.org Thu May 8 15:13:32 2008 Content-Type: multipart/mixed; boundary="===============0388134325618667875==" MIME-Version: 1.0 From: Paul Andrews (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Reopened: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Thu, 08 May 2008 15:13:32 -0400 Message-ID: <24489443.1210274012630.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============0388134325618667875== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3350?page=3Dall ] Paul Andrews reopened RF-3350: ------------------------------ = Its very confusing that you can't reproduce this. Just to check I've modifi= ed the page a little. If you click on the item 'one' on the scrolling list = you should get an alert saying 'Item selected'. Works every time in IE6, fa= ils every time in FF2 unless you first drag the dialog. This used to work i= n richfaces 3.1.3 but doesn't work in v 3.1.5. > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: http://jira.jboss.com/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assigned To: Tsikhon Kuprevich > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = 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 --===============0388134325618667875==-- From jira-events at lists.jboss.org Thu May 8 15:13:32 2008 Content-Type: multipart/mixed; boundary="===============1759072118990138257==" MIME-Version: 1.0 From: Paul Andrews (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Thu, 08 May 2008 15:13:32 -0400 Message-ID: <25461168.1210274012855.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1759072118990138257== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3350?page=3Dall ] Paul Andrews updated RF-3350: ----------------------------- Sorry. Forgot the JSP! <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" pageEncoding=3D"ISO-8859-1"%> <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> Modal Test > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: http://jira.jboss.com/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assigned To: Tsikhon Kuprevich > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = 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 --===============1759072118990138257==-- From jira-events at lists.jboss.org Thu May 8 19:27:22 2008 Content-Type: multipart/mixed; boundary="===============2520428916188490624==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Thu, 08 May 2008 19:27:22 -0400 Message-ID: <23273843.1210289242071.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2520428916188490624== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3350?page=3Dcomments#action_1241= 2266 ] = = Nick Belaevski commented on RF-3350: ------------------------------------ Thank you, I'll check with the new page > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: http://jira.jboss.com/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assigned To: Tsikhon Kuprevich > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = 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 --===============2520428916188490624==-- From jira-events at lists.jboss.org Thu May 8 19:27:22 2008 Content-Type: multipart/mixed; boundary="===============6990678667995199995==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Assigned: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Thu, 08 May 2008 19:27:22 -0400 Message-ID: <3942651.1210289242741.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============6990678667995199995== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3350?page=3Dall ] Nick Belaevski reassigned RF-3350: ---------------------------------- Assignee: Nick Belaevski (was: Tsikhon Kuprevich) > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: http://jira.jboss.com/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assigned To: Nick Belaevski > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = 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 --===============6990678667995199995==-- From jira-events at lists.jboss.org Tue May 13 14:49:26 2008 Content-Type: multipart/mixed; boundary="===============2245697924519180222==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Commented: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Tue, 13 May 2008 14:49:26 -0400 Message-ID: <12337967.1210704566895.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============2245697924519180222== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3350?page=3Dcomments#action_1241= 2653 ] = = Nick Belaevski commented on RF-3350: ------------------------------------ Paul, I've reproduced that. It happens for narrow browser window only (~1.5 panel= width) Should be ok in 3.2.1-snapshots > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: http://jira.jboss.com/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assigned To: Nick Belaevski > Fix For: 3.1.x > > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = 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 --===============2245697924519180222==-- From jira-events at lists.jboss.org Tue May 13 14:49:27 2008 Content-Type: multipart/mixed; boundary="===============1750476844301286530==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Tue, 13 May 2008 14:49:27 -0400 Message-ID: <11731597.1210704567242.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1750476844301286530== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://jira.jboss.com/jira/browse/RF-3350?page=3Dall ] Nick Belaevski updated RF-3350: ------------------------------- Fix Version/s: 3.1.x > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: http://jira.jboss.com/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assigned To: Nick Belaevski > Fix For: 3.1.x > > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = 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 --===============1750476844301286530==-- From jira-events at lists.jboss.org Fri Jul 10 18:58:44 2009 Content-Type: multipart/mixed; boundary="===============1662214299563207579==" MIME-Version: 1.0 From: Ilya Shaikovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Resolved: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Fri, 10 Jul 2009 18:41:32 -0400 Message-ID: <1553117335.1247265692357.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============1662214299563207579== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-3350?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Ilya Shaikovsky resolved RF-3350. --------------------------------- Resolution: Rejected Assignee: Tsikhon Kuprevich (was: Nick Belaevski) 3.1.x branch no more under active development, > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: https://jira.jboss.org/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assignee: Tsikhon Kuprevich > Fix For: 3.1.x > > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============1662214299563207579==-- From jira-events at lists.jboss.org Wed Aug 12 10:17:38 2009 Content-Type: multipart/mixed; boundary="===============9101430887079205532==" MIME-Version: 1.0 From: Alexander Dubovsky (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Closed: (RF-3350) Selection doesn't work in modalPanel with FF2 Date: Wed, 12 Aug 2009 10:17:38 -0400 Message-ID: <1198400921.1250086658257.JavaMail.jboss@jira01.app.mwc.hst.phx2.redhat.com> In-Reply-To: 26744377.1209997453028.JavaMail.jira@cloud.prod.atl2.jboss.com --===============9101430887079205532== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-3350?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Alexander Dubovsky closed RF-3350. ---------------------------------- Assignee: Nick Belaevski (was: Tsikhon Kuprevich) > Selection doesn't work in modalPanel with FF2 > --------------------------------------------- > > Key: RF-3350 > URL: https://jira.jboss.org/jira/browse/RF-3350 > Project: RichFaces > Issue Type: Bug > Affects Versions: 3.1.5 > Environment: Tomcat 5.x, MyFaces 1.1.5. > Reporter: Paul Andrews > Assignee: Nick Belaevski > Fix For: 3.1.x > > > If there is an HTML element in a modal panel that requires a selection, i= t doesn't work in FireFox 2.x unless you drag or resize the modal panel fir= st. It works fine in IE6. Here is a little test page: > <%@ page language=3D"java" contentType=3D"text/html; charset=3DISO-8859-1" > pageEncoding=3D"ISO-8859-1"%> > <%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> > <%@ taglib uri=3D"http://richfaces.org/rich" prefix=3D"rich"%> > <%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> > <%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> > > > > > Modal Test > > > > > > > > > > > > > > > > > > > > > > > > > > > Trying to select an item in the list box doesn't work until you have drag= ged the page. I pored through the JavaScript source but couldn't see anythi= ng obviously wrong and all my attempts to fix the issue by simulating a dra= g from JavaScript failed. A work-around would be great since I get the feel= ing that work on the 3.1.x branch of RichFaces has ceased. -- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= ps://jira.jboss.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============9101430887079205532==--