Hi,
One of our custom widgets (Traditional web) uses the mouseup event in JavaScript (jQuery) to do detect if we clicked inside or outside the widget.
We noticed that sometimes the mouseup event did not fire. We further pinpointed this down to the following situation:
I strongly suspect that the fastclick.js that is loaded when a FORM widget is used has something to do with this.I have setup a simple example:The expression adds the text 'mouseup detected' to the container named ContainerId when a mouseup is detected. The form is just an empty form.Observed behavior:
Feel free to try it on this page: https://arthur-haine-coolprofs.outsystemscloud.com/OutSystemsUI_CA/WithForm.aspxor have a look at the attached GIF.I have also filed a support case for this.
wondering if anyone recognizes this behavior?Kind regards,Arthur Haine
Hi Arthur,
Did you solved this issue somehow?
I don't know the answer here but found out a stackoverflow thread with a similar problem.
Hope it helps.