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

rewrite scrollToNode to just insert a node and check its coords if it needs to #51

Open marijnh opened 13 years ago

marijnh commented 13 years ago

Currently, there are a bunch of really involved workarounds for bugs in, mostly, webkit, which don't even work all the time. It's not that expensive to add a node, take its offset, and remove it again.