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

Tip not showing in read-only #67682

Closed
freakdran opened this issue Jan 25, 2019 · 2 comments
Closed

Tip not showing in read-only #67682

freakdran opened this issue Jan 25, 2019 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug editor-commands Editor text manipulation commands verified Verification succeeded
Milestone

Comments

@freakdran
Copy link

monaco-editor version: 0.15.6
Browser: Chrome
OS: OSX

Steps or JS usage snippet reproducing the issue:

  1. Create a readonly editor with some preset code in it
  2. Press "Delete Left/Right" (or "Delete/Backspace" on Windows where this also appears) in the editor
    Expected: A message that the editor is read-only appears like when pressing any other key that would modify the content.
    Actual: No message is shown.
    Problem: When not having an actual message that an editor is read-only the user gets confused when tries to delete something and gets no message why nothing is happening.
@alexdima alexdima transferred this issue from microsoft/monaco-editor Jan 31, 2019
@alexdima alexdima self-assigned this Jan 31, 2019
@alexdima alexdima added bug Issue identified by VS Code Team member as probable bug editor-commands Editor text manipulation commands labels Jul 5, 2019
@alexdima alexdima added this to the February 2020 milestone Feb 17, 2020
@octref
Copy link
Contributor

octref commented Feb 28, 2020

In the left side of diff view, pressing any character would show the popup but pressing delete doesn't. Here's what I'm referring to:

image

@octref octref reopened this Feb 28, 2020
@alexdima
Copy link
Member

@octref I cannot reproduce. Perhaps you have bound Delete to another command? The pop-up shows for me when pressing Delete or Backspace

@sbatten sbatten added the verified Verification succeeded label Feb 28, 2020
@github-actions github-actions bot locked and limited conversation to collaborators Apr 13, 2020
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 editor-commands Editor text manipulation commands verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants