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

Internet Explorer 9 #57

Closed
BrendanAnnable opened this issue Apr 7, 2011 · 3 comments
Closed

Internet Explorer 9 #57

BrendanAnnable opened this issue Apr 7, 2011 · 3 comments

Comments

@BrendanAnnable
Copy link

Hi,

Surprisingly couldn't find an issue on this so I've created this. Just upgraded to codemirror 2.0, but I am having problems with it.

On IE 9 (9.0.8112.16421), the demo here http://codemirror.net/mode/javascript/index.html is not operating correctly. It seems to skip every so often, and not read the input of the keyboard. I will be typing code and letters will be missing. Even when deleting (i.e. backspace), it sometimes does not pick up on it.

Another issue in my own implementation is that the cursor doesn't line up on IE 9 (it's slightly below the line), and blank lines aren't working correctly (they dont appear unless you select it - it's weird), but it seems to work at the above example so maybe I have done something incorrectly. Not sure what though since it works fine on Firefox.

Hope someone can help!

Thanks.

@BrendanAnnable
Copy link
Author

So it turns out this is just an IE9 problem, as I'm getting the same issue in normal text input fields. Not sure what the cause is though, again works fine in other browsers...

@marijnh
Copy link
Member

marijnh commented Apr 9, 2011

Hi,

Very odd. I don't get anything like this on my own IE9. I'm curious about the cursor placement thing though. Can you create a minimal test-case that shows it happening?

Best,
Marijn

@marijnh
Copy link
Member

marijnh commented Apr 14, 2011

This is almost certainly fixed by 51b7f7e . Reopen if not.

@marijnh marijnh closed this as completed Apr 14, 2011
gcziprusz pushed a commit to gcziprusz/CodeMirror that referenced this issue Dec 15, 2015
"fix" PhantomJS test failures, depend on codemirror >3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants