Chrome 105 - Can't interact with elements outside the CodeMirror div
See original GitHub issueOn Chrome 105 the div with the CodeMirror-scroll
class prevents the interaction with other elements on the page.
Steps to reproduce:
- Open https://codemirror.net/5/demo/simplescrollbars.html
- In the paragraph below the CodeMirror, the links in the second row are not clickable
Issue Analytics
- State:
- Created a year ago
- Reactions:2
- Comments:10 (3 by maintainers)
Top Results From Across the Web
Chrome 105 - Our button don't do anything when CM has focus
On Chrome 105, when CodeMirror has focus and we try to click outside of it on a button, nothing happens. If I move...
Read more >setCursor doesn't work well with `inputStyle: "contenteditable",`
Hi, When I try to do editor.setCursor({line: 0, ch: 2}) with inputStyle: "contenteditable", setting, the cursor doesn't change this position but this work...
Read more >How can I get rid of CodeMirror div ? And why do I have it?
I figured out that because that I have a Chrome extension called JSON Viewer 0.18.1 Deactivating the extension solved the problem!
Read more >How to write to a CodeMirror textarea??? [solved]
So my idea was to fill the textarea and do a post. But that doesn't work. The div contains the text that I...
Read more >codemirror.js - Apple Open Source
lineDiv = elt("div", null, "CodeMirror-code"); // Elements are added to these ... gutterFiller, d.scroller], "CodeMirror"); // Work around IE7 z-index bug ...
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 FreeTop 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
Top GitHub Comments
@nzacca Thank you for the ideas! Hopefully Chrome or CodeMirror can provide a fix for this at some point.
Here’s a minimal reproduction document:
I’ve reported this as Chrome issue 1360727. I encourage you to log in there and star it to hopefully get someone to take a look.