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

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Oct 29 11:27:55 EDT 2010


tooltip: showDelay not working.
-------------------------------

                 Key: RF-9591
                 URL: https://jira.jboss.org/browse/RF-9591
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
            Reporter: Ilya Shaikovsky
            Assignee: Alex Kolonitsky


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.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list