add a prevent double click feature for (at least) ListView and Datagrid 2 - Mendix Forum

add a prevent double click feature for (at least) ListView and Datagrid 2

9

Dear Mendix team, 

see also https://community.mendix.com/link/questions/99795 “Bug on doubleclick on a ListView”

At least ListView and Datagrid 2 have a very annoying behavior: if you click twice (or even more often), the defined “onclick” action will also be called multiple times. How many clicks will be accepted depends on the response time of the app (slower = more clicks possible)

To avoid this, a special treatment is needed in the microflow – like see screenshot below.

suggested new feature: avoid the multi-click-behavior since its obviously a bug.

 

 

Thank you

Franz

asked
2 answers

Yes, I am also interested in this feature. This feature is called debounce and throttle in the initial development. We often use it in the widgets developed by ourselves.

Created

I'm also interested in this feature. I'd like to use a double click to trigger an action rather than a single click, because copying text with oncklick enabled is impossible.

Created