Neutralino.window.setDraggableRegion is malfunctioning on windows

223 views Asked by At

What happens is that I initiate the window drag instruction with Neutralino.window.setDraggableRegion, it works but there is a very big problem in rendering. I am on a windows system. Here is a video of the problem: Video of the problem

1

There are 1 answers

0
Aditya On

As you specified, the window is dragging but the mouse doesn't move with the point you click on, instead the mouse is at a different position.

I Looked at how draggable region function works under the hood, and it's handled by the JavaScript Client File, by setting the window position to the amount of mouse has moved on x and y.

since the mouse pointer doesn't move instead the window moves relative to the position from where you started clicking.

I will raise this issue, and soon a fix for this will be out!

Issue has been raised