I'm using code mirror to display, highlight and edit xml in a web page but I am having a problem with the cursor position being offset from the insert position so that if you delete a character from where the blinking cursor is, a character before the one you would expect gets deleted instead. I am assuming its a css clash with my current page because it works well outside my page, but cant find the clash anywhere. Has anyone had similar issues or know what to do?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Further investigation shows that the page had padding set on all divs embedded in fieldsets which was the cause of the problem. |
|||
|
|
|
Sometimes, also, below italic or bold -containing lines (depending on your OS and browser), cursor has a wrong vertical position up to 90% of a line. It can be easily fixed by setting, e.g.
anywhere in your CSS stylesheets. This also provides you with a way to control line height, if you find lines of code showing too close to each other. |
|||
|
|
|
The following lines fixed the issue for me:
I'm using |
|||
|
|