From jira-events at lists.jboss.org Fri May 22 09:26:22 2009 Content-Type: multipart/mixed; boundary="===============8586064012561950459==" MIME-Version: 1.0 From: Nick Belaevski (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] Updated: (RF-5597) toolTip javascript hide() doesn't work on safari Date: Fri, 22 May 2009 09:19:57 -0400 Message-ID: <13696818.1242998397164.JavaMail.jira@cloud.prod.atl2.jboss.com> In-Reply-To: 17944339.1231390204061.JavaMail.jira@cloud.prod.atl2.jboss.com --===============8586064012561950459== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://jira.jboss.org/jira/browse/RF-5597?page=3Dcom.atlassian.jira= .plugin.system.issuetabpanels:all-tabpanel ] Nick Belaevski updated RF-5597: ------------------------------- Component/s: browser compatibility component-output Fix Version/s: 3.3.2.CR1 (was: Future) Assignee: Alex Kolonitsky Priority: Minor (was: Major) > toolTip javascript hide() doesn't work on safari > ------------------------------------------------ > > Key: RF-5597 > URL: https://jira.jboss.org/jira/browse/RF-5597 > Project: RichFaces > Issue Type: Bug > Components: browser compatibility, component-output > Affects Versions: 3.2.2 > Environment: Mac OS Safari > Reporter: Joe Stevens > Assignee: Alex Kolonitsky > Priority: Minor > Fix For: 3.3.2.CR1 > > > The hide() function of the javascript api doesn't work for rich:toolTip o= n Safari. The show() function works fine. The following is a test file th= at demonstrates the problem: > > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitiona= l.dtd"> > 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"> > > > > > > id=3D"link" > value=3D"" > onclick=3D"return showPopup(event, '#{rich:clientId( 'popup' = )}' )">Click to Open > id=3D"popup" > for=3D"link" > showEvent=3D"none" > hideEvent=3D"none"> > Click to Close > > > > -- = 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 --===============8586064012561950459==--