You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Inconsistent Position of DragAdornerTemplate on different systems.
When we deploy our software on different machines one system is showing the DragAdorner on the left side of the cursor, the other system is showing the DragAdorner on the right side of the cursor. This makes it impossible to center the adorner properly on both systems. It appears that the axis orientation used by the DragAdornerTranslation is flipped.
Both systems are running on 1920x1080 with 96DPI. One System is using windows 10, the other one Windows 11. That is why I originally thought this may be the problem. I'm now getting feedback that this does not seem to be depending on the OS and i'm out of ideas.
Expected behavior
Regardless of the OS Version and display settings I would expect the same walue of DragAdornerTranslation to result in the same shift of the DragAdorner in the same direction.
Screenshots
The following screenshots illustrates the behavior:
Right Side: The Adorner Offset is Applied in a way that the AdornerTemplate is centered.
Left Side: On a different PC the same AdornerTranslationOffset is applied in a different direction and the AdornerTemplate is moved away from the cursor.
The text was updated successfully, but these errors were encountered:
Describe the bug
Inconsistent Position of DragAdornerTemplate on different systems.
When we deploy our software on different machines one system is showing the DragAdorner on the left side of the cursor, the other system is showing the DragAdorner on the right side of the cursor. This makes it impossible to center the adorner properly on both systems. It appears that the axis orientation used by the DragAdornerTranslation is flipped.
Both systems are running on 1920x1080 with 96DPI. One System is using windows 10, the other one Windows 11. That is why I originally thought this may be the problem. I'm now getting feedback that this does not seem to be depending on the OS and i'm out of ideas.
This is the xaml code:
Expected behavior
Regardless of the OS Version and display settings I would expect the same walue of DragAdornerTranslation to result in the same shift of the DragAdorner in the same direction.
Screenshots
The following screenshots illustrates the behavior:
Right Side: The Adorner Offset is Applied in a way that the AdornerTemplate is centered.
Left Side: On a different PC the same AdornerTranslationOffset is applied in a different direction and the AdornerTemplate is moved away from the cursor.
The text was updated successfully, but these errors were encountered: