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
Was trying the Demo project that is shipping with the control and noticed in the Drag test that if I exit the yellow area (with the mouse button still pushed) the blue box resets to position (0, 0) inside the yellow area. Maybe it would be best not to set it to (0, 0) but to leave it at the last position before the mouse cursor left the yellow area.
The text was updated successfully, but these errors were encountered:
Thanks for the report. I just tried this myself but wasn't able to reproduce. Just in case I'm being daft and missing the blindingly obvious, can you specify how you got this to happen? I've tried drawing from scratch, tried all drag handles, movement, it all is working apparently perfectly normally for me.
Hi Richard. Sorry for the late answer. Let me replicate again the problem:
Step 1: DRAG TEST DEMONSTRATION
Step 2: Left click the selection rectangle. Do not release left click. Start dragging the selection rectangle until you exit the yellow area (while dragging).
Step 3: When the mouse exits the yellow area (while still dragging) the selection rectangle's position is reset to 0,0 (left top corner).
Is this supposed to happen? In the RESIZABLE SELECTION DEMONSTRATION dragging works good (the selection rectangle sticks to the edge of the yellow zone when mouse exits the zone.
Was trying the Demo project that is shipping with the control and noticed in the Drag test that if I exit the yellow area (with the mouse button still pushed) the blue box resets to position (0, 0) inside the yellow area. Maybe it would be best not to set it to (0, 0) but to leave it at the last position before the mouse cursor left the yellow area.
The text was updated successfully, but these errors were encountered: