We have an application which normally installs on user computers/workstations. We are looking to support RemoteApp based deployments (vs. standard RDP/TS) of the application.
We are in the process of testing our application under RemoteApp and we have encountered an odd problem.
There are a number of places within our application where users can drag/drop objects between *application* windows, to define relationships etc.
Under RemoteApp, however, the application receives drop commands (left-mouse release) as soon as the client cursor hovers over one of the open windows (most windows are drop targets), even though the user is still holding the mouse button down.
Needless to say, this causes issues -- drops occuring on wrong forms, users not being able to place drops within ordered lists.
Is this a known issue? If there a solution for this?