[richfaces-issues] [JBoss JIRA] Commented: (RF-9591) tooltip: showDelay not working.

Elisei Rotaru (JIRA) jira-events at lists.jboss.org
Mon Aug 1 11:08:23 EDT 2011


    [ https://issues.jboss.org/browse/RF-9591?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617885#comment-12617885 ] 

Elisei Rotaru commented on RF-9591:
-----------------------------------

showDelay is working for me, but when I set mode="ajax" then the ajax request is sent instantly. Is this another bug?

> tooltip: showDelay not working.
> -------------------------------
>
>                 Key: RF-9591
>                 URL: https://issues.jboss.org/browse/RF-9591
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-output
>            Reporter: Ilya Shaikovsky
>            Assignee: Andrey Markhel
>             Fix For: 4.0.0.Milestone4
>
>
> I see it passed to JS. But tooltip still appears immediatelly for me.
> 	<h:panelGrid columns="2">
> 		<rich:panel id="sample1" styleClass="tooltip-text" 
> 			bodyClass="rich-laguna-panel-no-header">
> 			<p>Here you can see <b>default client-side</b> tool-tip</p>
> 			<rich:tooltip id="tt1">
> 				<span style="white-space: nowrap"> This tool-tip content was
> 				<strong>pre-rendered</strong> to the page.<br />
> 				The look of this tool-tip is 100% defined by skin. </span>
> 			</rich:tooltip>
> 		</rich:panel>
> 		<rich:panel id="sample2" styleClass="tooltip-text"
> 			bodyClass="rich-laguna-panel-no-header">
> 			<p>This tool-tip will <b>follow mouse</b>. Also this tool-tip has
> 			a <b>delay 1.5 sec</b>, so be patient!</p>
> 			<rich:tooltip followMouse="true"
> 				showDelay="1500" styleClass="tooltip">
> 				<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>
> 		</rich:panel>
> 		.....

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list