I have a flex app that I'm testing. One control we have is a tree grid. Right clicking on a tree item brings up a context menu. Choosing a context menu item brings up a windows form dialog.
Problem: I can navigate to the windows form this way and close the dialog, however after closing the dialog if I attempt to navigate the tree again and perform the same operations on a different tree item, the mouse is not moving to the expected location.
I can't seem to figure out out to reset things so that I recover from this. Interestingly, at the point of failure I have run the spy tool. The spy is able to identify repository items with the correct position on the screen.
Also, I have turned off respository caching.