Message Box kept showing

0
Hi, I created a simple microflow that displays a message box when a user clicked into a textbox.   Mircoflow is set up like below. I tested it and it worked. However, the message box kept showing and never stops when I click OK.   Wondering if anybody knows how to let the message box stops when I click ok. (just show once, right now it shows infinite times)   Thanks
asked
2 answers
2

Hi Daniel,

I have the same issue and have somehow a workaround.

The message box is kept showing because after clicking “OK” on the message box the “mouspointer” is jumping back to the field by entering it and than starting the microflow again.

To solve this, I just added “show a page” action to my microflow. So the page is reloading and the “mouspointer” is not jumping to the field again.

answered
1

Hi Daniel,

I reproduced this in 7.22.2 and i’m 99 percent sure its a bug. I would log a ticket with mendix support. This occurred with a microflow and show page as the on enter event. Would an on change or on leave event work? If not, you can also try the bootstrap tool tip widget.

 

bootstrap tool tip

https://appstore.home.mendix.com/link/app/1939/Mendix/Bootstrap-Tooltip

 

Link to support

https://support.mendix.com/hc/en-us

answered