[richfaces-issues] [JBoss JIRA] Reopened: (RF-1266) rich:toolTip is fussy about its parent
Gavin King (JIRA)
jira-events at lists.jboss.org
Tue Oct 30 13:30:12 EDT 2007
[ http://jira.jboss.com/jira/browse/RF-1266?page=all ]
Gavin King reopened RF-1266:
----------------------------
Try this:
<s:div id="zzz">
<rich:toolTip>This works</rich:toolTip>
text
</s:div>
<rich:panel id="www">
<rich:toolTip>This works too</rich:toolTip>
text
</rich:panel>
<div id="xxx">
<rich:toolTip>This doesn't</rich:toolTip>
text
</div>
<s:button id="yyy" value="Push me">
<rich:toolTip>This doesn't either</rich:toolTip>
text
</s:button>
And yes, s:button outputs its client id.
> rich:toolTip is fussy about its parent
> --------------------------------------
>
> Key: RF-1266
> URL: http://jira.jboss.com/jira/browse/RF-1266
> Project: RichFaces
> Issue Type: Bug
> Reporter: Gavin King
>
> rich:toolTip seems to like being the child of a rich:panel, but when I tried to hang it off an s:button, or off a plain div, it did not seem to work.
> Are there some special restrictions to tooltips? Why?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the richfaces-issues
mailing list