Defect #856
href="javascript:xxxxx()" function call is triggered twice
Start date:
08/27/2015
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
We're viewing a report on a jPanel component.
Certain links need to trigger a function on the form where this jPanel component is placed.
Therefor we included: '<a href="javascript:onAction()">myLinkText</a>'
The onAction() function is triggered twice (tested by letting the onAction function perform an application.output('triggered') )
History
Updated by Patrick Talbot over 9 years ago
Twice is better than none, right? ;-)
I'll have a look asap, thanks for reporting!