I installed ace editor on my site, and although when I tested it in the dev environment, now with the same code I am experiencing typing errors - especially when hitting space or deleting.
When I press the space bar, strange characters appear. Here is an example of my code and an image of what I see.
$(function(){ var editor = ace.edit("editor"); editor.setTheme("ace/theme/chrome"); editor.getSession().setMode("ace/mode/html"); });
Does anyone help?

source share