Microsoft/vscode

Aux window: should change the cursor style within the dropping area

Open

#199,953 opened on Dec 4, 2023

View on GitHub
 (7 comments) (2 reactions) (0 assignees)TypeScript (10,221 forks)batch import
feature-requesthelp wantedworkbench-auxwindowworkbench-dnd

Repository metrics

Stars
 (74,848 stars)
PR merge metrics
 (Avg merge 11h 43m) (1,000 merged PRs in 30d)

Description

Currently, when attempting to drop the window on the desktop, the cursor indicates 'not allowed.' However, once the editor can be dragged outside, the cursor should switch to the appropriate grabbing icon. Alternatively, it would be beneficial if an animation similar to the Chromium browser's could be implemented.

//cc @bpasero

https://github.com/microsoft/vscode/assets/50770619/81ce6fd7-e75e-4222-b3e6-d6273afbd66f

Contributor guide