Last Updated:
20 Aug 2021 12:38
by ADMIN
Toggle Visibility and Sorting interactive actions cannot be canceled correctly - all content gets hidden
1. Create a report that has a text box with an interactive action Toggle Visibility or Sorting.
2. Before opening the report with the HTML5 viewer, add
interactiveActionExecuting: function (e, args) {
args.cancel = true;
},
to its' initialization
3. Open the report with the HTML5 report viewer.
4. Click the text box with the interactive action
Expected: nothing happens
Actual: The report content becomes hidden