Category: | Bug report |
Priority: | High |
Status: | New |
Project: | Severity: | Major |
Resolution: | Fixed |
|
Component: | Reproducibility: | Always |
Assigned to: |
On iReport 5.5.0, we have one master report with XY chart. On Item Hyperlink, we have configured Hyperlink Type=ReportExecution, and _report parameter is set with url to other report.
After deploy jasper report on jasper report server, we can see the report, but when we click on any point in the chart, no action is executed with left button nor right button mouse. But clicking chart by center button mouse, another tab is opened, with the report that we want to open.
In normal situation, clicking by left button mouse, subreport must to be opened.
v5.5.0
Chart
6 Comments:
I can confirm this bug. The chart reportexecution hyperlink works fine in js 5.2.0
This has been fixed at JasperReports SVN rev 6706 (on the 5.5.1.x branch).
As a workaround in JasperReports Server you can edit scripts/report/viewer.js and comment out the entire if (!it.localHyperlinksInitialized) block. That will result in local anchor and local page hyperlinks not working in JRS, but it will fix chart item hyperlinks.
Is it possible to have a little more information on the resolution? Sadly the workaround doesn't appear to work for me. If I take another download of CE 5.5.0 will the fix be included within it?
Many thanks
PaulC
I also just hit this problem...
Is there any news on when 5.5.1 might be available for download?
Hello Paul,
You can fix that issue in community version on your local machine.
Please browse the following location where you have installed the jasper server:
jasperreports-server-cp-5.5.0\apache-tomcat\webapps\jasperserver\scripts\report
Here you will find the viewer.js, comment out the code from line no. 67 - 83
Chart hyperlinks will start working then.
-------------------------------
But I was not able to find out any fix for AWS instance. Can someone please suggest us how to fix this issue on AWS instance.
Thanks,
Rishi
How to resolve this issue in jasperserver-pro 5.5.0?