Hi All,
Is there a way to adjust active surface of handled cursor for moving in sketchViewModel ?
In this sample :
https://codepen.io/Chris_Siveco/pen/bGWLXLE
you can see how narrow is the surface for grabbing the marker and moving it around.
The sketch active surface for moving is around a point at the center of the marker, but it is so narrow that most of the users has difficulties to catch it !
Regards
Chris
Solved! Go to Solution.
Hello Chris, @ChristopheS ,
This is a known limitation with PictureMarkerSymbols (PMS). With Sketch and SketchViewModel, the area you can click and drag is the actual point geometry, not the entire PMS symbol. This becomes more apparent when you set an offset on the PMS symbol. There is an existing bug submitted recently BUG-000141053, and we are currently working on a solution for this.
Thanks,
Jose
Hello Chris, @ChristopheS ,
This is a known limitation with PictureMarkerSymbols (PMS). With Sketch and SketchViewModel, the area you can click and drag is the actual point geometry, not the entire PMS symbol. This becomes more apparent when you set an offset on the PMS symbol. There is an existing bug submitted recently BUG-000141053, and we are currently working on a solution for this.
Thanks,
Jose
Hello Jose, thanks for answering.
Regards