godot icon indicating copy to clipboard operation
godot copied to clipboard

Touch gestures (pinch/pull zoom and scroll) and scroll wheel not working in tile editor

Open CyberSkull opened this issue 6 months ago • 3 comments

Tested versions

v4.1.4.stable.mono.official [fe0e8e557], v4.2.2.stable.mono.official [15073afe3], v4.3.rc1.mono.official [e343dbbcc]

System information

macOS 14.5 (23F79), M2 Max, v4.2.2.stable.mono.official [15073afe3]

Issue description

The editor for tile polygons does not take either scroll wheel or trackpad touch (scroll, pinch/pull zoom in/out) gestures. It will take right or middle clicks to drag, but this is very awkward to do with a trackpad.

Steps to reproduce

  1. Create a TileMap, add a TileSet, then load a sprite sheet to and make an atlas.
  2. Add any layer type, like physics for the sake of this report.
  3. Select a tile to add a polygon for the layer with the Select tool.
  4. Start editing the polygon. Try to scroll with a mouse wheel or use the trackpad scroll or zoom gestures. They do not work. It does not matter if it is the small form window or the large work area window.

Minimal reproduction project (MRP)

Touch gestures test for TileMap.zip

CyberSkull avatar Jul 27 '24 21:07 CyberSkull