[richfaces-issues] [JBoss JIRA] (RF-11682) 'tooltip.popup' is null or not an object

Brian Leathem (Updated) (JIRA) jira-events at lists.jboss.org
Sun Nov 13 10:54:40 EST 2011


     [ https://issues.jboss.org/browse/RF-11682?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11682:
-------------------------------

           Security:     (was: JBoss Customer)
        Description: 
i am using <rich:tooltip> inside <rich:dataTable>.its working find but when i do filter or go to next page the popup is throwing js error.

 

:246

:21

:'tooltip.popup' is null or not an object

 

 

<code for review>

{code}
<rich:column filter="#{filter.name}" sortBy="#{row.name}" sortOrder="#{filter.nameOrder}">
    <f:facet name="header">
        <a4j:commandLink value="Name" action="#{filter.sortByName}" render="table" ></a4j:commandLink>
    </f:facet>
    <rich:tooltip>#{row.name}</rich:tooltip>

    <h:outputText value="#{row.name}"/>

</rich:column>
{code}

  was:
i am using <rich:tooltip> inside <rich:dataTable>.its working find but when i do filter or go to next page the popup is throwing js error.

 

:246

:21

:'tooltip.popup' is null or not an object

 

 

<code for review>

---------------------------------------------------------------------------------------------------------------------------------------------------

<rich:column filter="#{filter.name}" sortBy="#{row.name}" sortOrder="#{filter.nameOrder}">

<f:facet name="header">

<a4j:commandLink value="Name" action="#{filter.sortByName}" render="table" ></a4j:commandLink>
</f:facet>
<rich:tooltip>#{row.name}</rich:tooltip>

<h:outputText value="#{row.name}"/>

</rich:column>

--------------------------------------------------------------------------------------------------------------------------------------------------



           Priority: Major  (was: Critical)
        Component/s: component-output
                         (was: component)
    Forum Reference: http://community.jboss.org/message/636299

    
> 'tooltip.popup' is null or not an object
> ----------------------------------------
>
>                 Key: RF-11682
>                 URL: https://issues.jboss.org/browse/RF-11682
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component-output
>    Affects Versions: 4.0.0.Final
>         Environment: Windows 
>            Reporter: mani v
>              Labels: an, is, not, null, object, or, tooltip.popup'
>
> i am using <rich:tooltip> inside <rich:dataTable>.its working find but when i do filter or go to next page the popup is throwing js error.
>  
> :246
> :21
> :'tooltip.popup' is null or not an object
>  
>  
> <code for review>
> {code}
> <rich:column filter="#{filter.name}" sortBy="#{row.name}" sortOrder="#{filter.nameOrder}">
>     <f:facet name="header">
>         <a4j:commandLink value="Name" action="#{filter.sortByName}" render="table" ></a4j:commandLink>
>     </f:facet>
>     <rich:tooltip>#{row.name}</rich:tooltip>
>     <h:outputText value="#{row.name}"/>
> </rich:column>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list