From jira-events at lists.jboss.org Mon May 5 10:24:13 2008 Content-Type: multipart/mixed; boundary="===============1322648538641946929==" 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> --===============1322648538641946929== 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 --===============1322648538641946929==--