n8n-io / n8n

Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.
https://n8n.io
Other
48.73k stars 7.71k forks source link

Dragging new canvas not possible #11395

Open octionicsolutions opened 2 weeks ago

octionicsolutions commented 2 weeks ago

Bug Description

It is not possible to drag the canvas using the middle-click anymore. Same goes for Ctrl + left-click and Ctrl + middle-click. Currently only Space + Drag and using two fingers a touch pad works.

To Reproduce

Open any workflow and use the methods mentioned in the description to move the canvas.

Expected behavior

Dragging the canvas should support all the options again mentioned here: https://docs.n8n.io/keyboard-shortcuts/#move-the-canvas Also note that the Ctrl + left-click has an additional feature; it allows to drag also when the cursor is above a note.

Operating System

Ubuntu 24.04 LTS

n8n Version

1.65.0

Node.js Version

20.18.0

Database

PostgreSQL

Execution mode

main (default)

Joffcom commented 2 weeks ago

Hey @octionicsolutions,

We have created an internal ticket to look into this which we will be tracking as "GHC-346"

alexgrozav commented 2 weeks ago

Hey @octionicsolutions. Thanks for reporting the issue.

The middle mouse scrolling has been fixed in #11384.

We'll tackle CTRL + left mouse drag next.