On our web page we have an input field where users enters their email address. If they enter an invalid one a small icon will appear, and if they enter a valid another icon will show instead. The icon appears once the field loses focus. Here's the problem:
After Ranorex have entered an email address to the field I'm unable to trigger the onblur event. I've tried clicking on a another element on the page and I've also tried to use .Focus() on another element, but no luck. Apparently we're using jQuerys .focusout() (which should even detect .PerformClick(), right?) on the element. Does anyone have any idea why it's not working?