microsoft / microsoft/edit

`Paste` from `Edit` menu won't paste from system clipboard

Open
#38 21 comments 8 reactions 0 assignees View on GitHub
C-feature P-low
Dominant language
Rust
Stars
14.6k
Forks
734
Avg merge
8h 40m
Merged PRs (30d)
4

Description

- add some data to the system clipboard
- open `Edit` drop-down menu and select `Paste`
- expected clipboard content to be pasted into the buffer

Typing `ctrl-v` will paste from the system clipboard, however using the command from the drop-down menu won't.

Contributor guide

Open the contributing guide

Research direction

Reproduce the issue by copying data to the system clipboard, selecting Paste from the Edit menu, and comparing it with Ctrl-V. Trace the Edit menu's Paste command alongside the working Ctrl-V path, then verify that the menu action inserts the clipboard content into the buffer and add or update a regression test if the relevant test entry point is found.

Written by the indexing model from the issue text.

Assessment

Tech stack
rust
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.