codemirror / CodeMirror-v1

An editable-iframe based code editor in JavaScript. See https://github.com/marijnh/CodeMirror for the currently maintained version
http://codemirror.net/
Other
362 stars 63 forks source link

Pasting code in non-wrap CodeMirror when scrolled to the right #9

Closed Lejdborg closed 14 years ago

Lejdborg commented 14 years ago

When you scroll to the far right in a document that does not have wordwrap activated, and paste code, you are automatically "scrolled back" to the left of the document onkeyup. Confirmed in Firefox, Chrome and Safari.

marijnh commented 14 years ago

Thanks for the report. I've pushed SHA: ba14d7f to fix this.

marijnh commented 14 years ago

Hm, let me try that auto-linking SHA again: ba14d7fab3857cd5765e4d285edcaf012c061fff

Lejdborg commented 14 years ago

Awesome, thanks!