Microflowtrigger does not work in Firefox 32.0.3

1
We have a Dataview with a table in it and in one of the cells a microflowtrigger is placed. Using Firefox this button does not execute the microflow. Double-clicking the button also does not work, but clicking the button repeatedly suddenly the microflow is triggered, but is only works once. In Chrome or IE the Microflowtrigger does work correct. Does anyone have a solution for this?
asked
2 answers
1

Could be that something in het new firefox version is causing this issue.

If you open application in firefox and press F12 (firebug) and click the console option. After that open the dataview containing the microflow button and see if the console mentions any errors.

Other option is to change index.html to index-console.html in the url. This way more output comes to the console.

answered
1

Yes, I do get an error message: "too much recursion" in "http://localhost:8080/mxclientsystem/dojo/dojo.js" line number 14

columnNumber: 27728

the stack is: "dojo.Deferred/this.errback@http://localhost:8080/mxclientsystem/dojo/dojo.js:14:27729102@ http://localhost:8080/mxclientsystem/dojo/dojo.js:14:27471100@http://localhost:8080/...

answered