[JBoss JIRA] Created: (RF-1960) Tooltip. Blinks while follow mouse.
by Ilya Shaikovsky (JIRA)
Tooltip. Blinks while follow mouse.
-----------------------------------
Key: RF-1960
URL: http://jira.jboss.com/jira/browse/RF-1960
Project: RichFaces
Issue Type: Bug
Reporter: Ilya Shaikovsky
Assigned To: Nick Belaevski
<div
style="border:thin olive 1px; position: absolute; top: 200px; left: 200px;">
<div style="width: 400px; height: 400px; overflow: auto;">
<rich:panel id="sample2" styleClass="tooltip-text">
<rich:toolTip followMouse="true" direction="top-right"
styleClass="tooltip" style="width:250px">
<span style="white-space: nowrap"> This tool-tip content
also <strong>pre-rendered</strong> to the page.<br /> However,
the look of this tool-tip is customized<br /> by styleClass
attribute. </span>
</rich:toolTip>
<p>
This tool-tip will
<b>follow mouse</b>. Also this tool-tip has a
<b>delay 0.5 sec</b>, so be patient!
</p>
</rich:panel>
</div>
</div>
Try to call ToolTip and then move mouse from right to left and back above the panel. Tooltip will blinks trying to change direction all the time.
--
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
17 years, 11 months
[JBoss JIRA] Closed: (RF-609) Tooltip displayed below simpleTogglePanels header.
by Mikhail Vitenkov (JIRA)
[ http://jira.jboss.com/jira/browse/RF-609?page=all ]
Mikhail Vitenkov closed RF-609.
-------------------------------
Assignee: Mikhail Vitenkov (was: Nick Belaevski)
Work under jsp.
Verified at 3.2.0.CR6
> Tooltip displayed below simpleTogglePanels header.
> --------------------------------------------------
>
> Key: RF-609
> URL: http://jira.jboss.com/jira/browse/RF-609
> Project: RichFaces
> Issue Type: Bug
> Affects Versions: 3.1.0
> Reporter: Ilya Shaikovsky
> Assigned To: Mikhail Vitenkov
> Fix For: 3.1.0
>
>
> try to place tooltip attaching him to header of simple toggle panel.
> <rich:simpleTogglePanel opened="false" width="300px" switchType="client">
> <f:facet name="header">
> <h:panelGroup id="group" style="width:100%">
> <rich:toolTip mode="client" id="toolTip1">
> <h:outputText value="Tooltip"></h:outputText>
> </rich:toolTip>
>
>
> <h:outputText value="Header">
> </h:outputText>
> </h:panelGroup>
> </f:facet>
--
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
17 years, 11 months