Readonly tooltip ("Cannot edit in read-only editor") doesn't show up
See original GitHub issuemonaco-editor version: 0.20.0 Browser: Chrome OS: macOS Mojave 10.15.6 Playground code that reproduces the issue:
var editor = monaco.editor.create(document.getElementById("container"), {
readOnly: true,
});
I wanted to edit the tooltip message (#1742) but it doesn’t longer show up at all and I can’t find any mention in change log about it (works in VSCode)
Issue Analytics
- State:
- Created 4 years ago
- Reactions:5
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Removing read-only editor tooltip (monaco-alert) from the ...
I am trying to remove the 'monaco-alert' (the tooltip on the read-only-editor that shows 'can not edit in the read-only editor) from a ......
Read more >How to fix "Cannot edit in read-only editor" in VSCode when ...
In this video we will learn How to fix " Cannot edit in read-only editor " in VSCode user input in C/C++ Program.Thank...
Read more >36.56 How can I see if a file is read-only? - DVT Eclipse IDE
To enable read-only decorators for Navigator(1), Editor(2) and Refactoring Preview(3) go to: Window > Preferences > DVT and select the Show read-only ......
Read more >Configuration - Editor.js
Editor.js needs a bit time to initialize. It is an asynchronous action so it won't block execution of your main script.
Read more >How to Set the Read-only TextBox in React TextBox component
You can make the TextBox as read-only by setting the readonly attribute to the input element. Source. Preview.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
How do we get around this? It’s quite confusing now for a user to know that the editor is in read-only mode. No message, no “disabled look”. It just doesn’t work.
This seems to work now: