Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Hover not working within Birt report

I would like to be able to enable the hover on a birt report
Based on https://jazz.net/wiki/bin/view/Main/ReportsBIRTFAQ  I have put following code in a HTML cell


&lta target="_self" class="jazz-app-ResourceLink"
id="jazz_app_ResourceLink_&ltVALUE-OF>row["WI_ID"]&lt/VALUE-OF>"
href="/ccm/resource/itemName/com.ibm.team.workitem.WorkItem/&ltVALUE-OF>row["WI_ID"]&lt/VALUE-OF>">&ltVALUE-OF>row["SUMMARY"]&lt/VALUE-OF>&lt/a>
&ltcode style="display:none">
&ltscript>titleLink=document.getElementById("jazz_app_ResourceLink_&ltVALUE-OF>row["WI_ID"]&lt/VALUE-OF>"); new jazz.ui.ResourceLink ({retainLinkText: true},titleLink);
if (titleLink.lastChild.nodeName == "IMG"){titleLink.removeChild(titleLink.lastChild);};
&lt/script>
&lt/code>


The hyperlink is working but not the hover.
But after I run the following command (with hardcoded id) using firebug
 
titleLink=document.getElementById("jazz_app_ResourceLink_13009"); new jazz.ui.ResourceLink ({retainLinkText: true},titleLink);
 
the hover works fine.
 
Any Idea why the code is not executed during the load of the Birt report?
 

1 vote

Comments

Any news here?


Be the first one to answer this question!

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 324

Question asked: Jan 16 '13, 8:18 a.m.

Question was seen: 4,261 times

Last updated: Feb 05 '13, 3:43 p.m.

Confirmation Cancel Confirm