[richfaces-issues] [JBoss JIRA] Created: (RF-10840) tooltip:JS error when trying to use attached false and JS API

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Fri Apr 1 08:19:53 EDT 2011


tooltip:JS error when trying to use attached false and JS API
-------------------------------------------------------------

                 Key: RF-10840
                 URL: https://issues.jboss.org/browse/RF-10840
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-output
    Affects Versions: 4.0.0.Final
            Reporter: Ilya Shaikovsky


		<rich:panel id="sample1" styleClass="tooltip-text" onclick="#{rich:component('tt1')}.show(event)">
			<p>Here you can see a <b>default client-side</b> tool-tip</p>
		</rich:panel>
		<rich:tooltip id="tt1" styleClass="tooltip" layout="block" attached="false">
			<span style="white-space: nowrap"> This tool-tip content was
			<strong>pre-rendered</strong> to the page.<br />
			The tool-tip is also following mouse around.</span>
		</rich:tooltip>

offset.left is null
http://localhost:8080/richfaces-showcase/javax.faces.resource/jquery.position.js.jsf
Line 158

on click

--
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