Jump to content
Changes to the Jaspersoft community edition download ×

Visualize.js Report Hyperlinks problem


Recommended Posts

Hi,

When I implement the report hyperlinks as found on http://community.jaspersoft.com/documentation/tibco-jasperreports-server-visualizejs-guide/v60/api-usage-report-hyperlinks , I get a crazy bug. After I click on a hyperlink on a graph to trigger a drilldown, the jasperreport graph goes haywire with "cannot read property 'call' of undefined" errors. When I hover outside the report, I get hundreds of the errors, most likely due to visualize.js all of a sudden listening to mousemove events outside of the report. I am then unable to highlight/focus/click any other hyperlink/element on the report.

Anyone know if there is a fix for this?

FIX:
Should have mentioned that I found a fix if anyone else encountered a similar problem.
In the linkOptions->events report property, in addition to a 'click' listener, I gave a 'mouseOut' and a 'mouseOver' listeners. I gave them null dummy functions that did absolutely nothing, and then the problem disappeared.

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...