9.7.03.02 (G306) DSP : change on how triggers are fired
Author: philippe.grangeray@agfa.com (Philippe)
Hello, the behavior on how triggers work in DSP has changed between 9.7.03 and 9.7.01. For instance, if we have an Attribute Only field around a Flat Button field in a DSP: Click on Flat Button:
- 9.7.01 : only trigger of Flat Button is fired: that's what we expect.
- 9.7.03 : both triggers are fired: but, we don't want the onclick event to bubble.
There is an unassigned variable, which is tested in uniface-uncompressed.js:16809, _uf.view.callTriggersImmediately. If it is assigned to true, the ancient behavior comes back. Is this feature, well thought, will be documented, and should be used ?