Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No cut, copy, paste in editor context menu for untitled files #9759

Closed
isidorn opened this issue Jul 26, 2016 · 3 comments
Closed

No cut, copy, paste in editor context menu for untitled files #9759

isidorn opened this issue Jul 26, 2016 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux verified Verification succeeded
Milestone

Comments

@isidorn
Copy link
Contributor

isidorn commented Jul 26, 2016

Refs: #9694

  • VSCode Version: insiders
  • OS Version: only in linux, works ok on OS X

Steps to Reproduce:

  1. Linux, open new untitled file
  2. Context menu -> there is no cut, copy, paste

screen shot 2016-07-26 at 11 26 08

@isidorn isidorn added bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux labels Jul 26, 2016
@jrieken jrieken added this to the July 2016 milestone Jul 26, 2016
@jrieken
Copy link
Member

jrieken commented Jul 26, 2016

I believe that's not linux specific but an issue with 'needsTextFocus' context key... Somehow we have already lost focus before checking the keys

screen shot 2016-07-26 at 12 16 59

@jrieken
Copy link
Member

jrieken commented Jul 26, 2016

To verify

  • open vs code
  • toggle dev tools and selecting something in there
  • right click into a writeable editor, make sure cut, copy, paste is there

@isidorn
Copy link
Contributor Author

isidorn commented Jul 27, 2016

This looks good, but while verifying this I uncovered #9851

@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug linux Issues with VS Code on Linux verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

2 participants