i think this problem is related to the component i...
# tornadofx
c
i think this problem is related to the component itself. running the SplitPane program on a laptop doesn't produce any of this flakiness because the cursor changes over and makes clear when the drag/resize operation is about to begin.
a
@carlw Are you trying to say that SplitPane might have a problem with touch gestures?
c
Yes. I think there needs to be a cursor that is displayed during the drag. Also the width of the selection might need to be wider. But I think the main problem is the that the event doesn’t seem to be initiating the drag reliably
Maybe confusing a mousedown with a drag start
a
Ok, thanks for the insights