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
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to