onChange in IE 11 not working

1
We have an application in Mx 6.10.3 in which we have an onChange microflow on the first input widget. In IE 11 this onChange is only triggered when we leave the input widget by clicking elsewhere, while in chrome or firefox the onChange is also triggered on pressing tab or enter. Did anyone ever encouter this issue before and did you find a decent workaround?  Edit: I have had a little in depth look at the problem and it seems to be related to the fact that at the time of pressing tab, there is no input box available that has an tab-index set. So lets focus on the enter button. I would expect that 'enter' always triggers the onChange when editing a standard input textbox, but this seems not the case for IE 11.  
asked
0 answers