From jira-events at lists.jboss.org Tue Apr 17 07:11:18 2012 Content-Type: multipart/mixed; boundary="===============9153924908654752885==" MIME-Version: 1.0 From: Klaus Schuster (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-12179) rich:toolTip in rich:recursiveTreeNodesAdaptor / rich:tree doesn't work Date: Tue, 17 Apr 2012 07:11:17 -0400 Message-ID: <1766169328.6774.1334661077913.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============9153924908654752885== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Klaus Schuster created RF-12179: ----------------------------------- Summary: rich:toolTip in rich:recursiveTreeNodesAdaptor / rich= :tree doesn't work Key: RF-12179 URL: https://issues.jboss.org/browse/RF-12179 Project: RichFaces Issue Type: Bug Security Level: Public (Everyone can see) Affects Versions: 3.3.3.Final Reporter: Klaus Schuster Changing from rich faces 3.3.1GA to 3.3.3 Final causes the following proble= m with the rich:toolTip in an rich:treeNode: = {code} .... {code} = renders the following: {code}
00000000007GHMYP
{code} = The problem is the display: none which causes not to see the rich:toolTip. Any suggestions for me? Thanks in advance, -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============9153924908654752885==-- From jira-events at lists.jboss.org Mon Apr 23 11:44:18 2012 Content-Type: multipart/mixed; boundary="===============7300126017312956768==" MIME-Version: 1.0 From: Brian Leathem (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-12179) rich:toolTip in rich:recursiveTreeNodesAdaptor / rich:tree doesn't work Date: Mon, 23 Apr 2012 11:44:18 -0400 Message-ID: <933780037.24374.1335195858362.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1766169328.6774.1334661077913.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============7300126017312956768== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12179?page=3Dcom.atlassian.jira.p= lugin.system.issuetabpanels:all-tabpanel ] Brian Leathem updated RF-12179: ------------------------------- Fix Version/s: 3.Future = > rich:toolTip in rich:recursiveTreeNodesAdaptor / rich:tree doesn't work > ----------------------------------------------------------------------- > > Key: RF-12179 > URL: https://issues.jboss.org/browse/RF-12179 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Affects Versions: 3.3.3.Final > Reporter: Klaus Schuster > Fix For: 3.Future > > > Changing from rich faces 3.3.1GA to 3.3.3 Final causes the following prob= lem with the rich:toolTip in an rich:treeNode: > = > {code} > var=3D"node" nodes=3D"#{node.children}" > > > > > > styleClass=3D"bold" > /> > > > > > > > rendered=3D"#{not empty n= ode.element.zusatz}" > > > styleClass=3D"rich-too= ltip" showEvent=3D"onmouseover" showDelay=3D"500" > > > > > > > > > .... > {code} > = > renders the following: > {code} >
>
00000000007GHMYP
> > > >
> {code} = > The problem is the display: none which causes not to see the rich:toolTip. > Any suggestions for me? > Thanks in advance, -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============7300126017312956768==-- From jira-events at lists.jboss.org Tue Jun 12 06:25:04 2012 Content-Type: multipart/mixed; boundary="===============7590188221579220608==" MIME-Version: 1.0 From: Karsten Wutzke (JIRA) To: richfaces-issues at lists.jboss.org Subject: [richfaces-issues] [JBoss JIRA] (RF-12179) rich:toolTip in rich:recursiveTreeNodesAdaptor / rich:tree doesn't work Date: Tue, 12 Jun 2012 06:25:04 -0400 Message-ID: <1960071284.3563.1339496704554.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> In-Reply-To: 1766169328.6774.1334661077913.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com --===============7590188221579220608== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ https://issues.jboss.org/browse/RF-12179?page=3Dcom.atlassian.jira.pl= ugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D12700709#com= ment-12700709 ] = Karsten Wutzke commented on RF-12179: ------------------------------------- Not sure if that helps, but JSF 2 forbids dynamic IDs like . JSF IDs must not contain any ValueExpression= and be of String type. (It may furthermore reinstantiate view-scoped beans= on every AJAX request, which is a very nasty and hard to find side effect.) = > rich:toolTip in rich:recursiveTreeNodesAdaptor / rich:tree doesn't work > ----------------------------------------------------------------------- > > Key: RF-12179 > URL: https://issues.jboss.org/browse/RF-12179 > Project: RichFaces > Issue Type: Bug > Security Level: Public(Everyone can see) = > Affects Versions: 3.3.3.Final > Reporter: Klaus Schuster > Fix For: 3.Future > > > Changing from rich faces 3.3.1GA to 3.3.3 Final causes the following prob= lem with the rich:toolTip in an rich:treeNode: > = > {code} > var=3D"node" nodes=3D"#{node.children}" > > > > > > styleClass=3D"bold" > /> > > > > > > > rendered=3D"#{not empty n= ode.element.zusatz}" > > > styleClass=3D"rich-too= ltip" showEvent=3D"onmouseover" showDelay=3D"500" > > > > > > > > > .... > {code} > = > renders the following: > {code} >
>
00000000007GHMYP
> > > >
> {code} = > The problem is the display: none which causes not to see the rich:toolTip. > Any suggestions for me? > Thanks in advance, -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrato= rs: https://issues.jboss.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============7590188221579220608==--