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

Cache fix for Internet Explorer #33

Closed artdent closed 13 years ago

artdent commented 13 years ago

Turns out it's really, really hard to get IE to throw out a cached CSS file :-/.

By the way, I've published two attempts at preserving tabs that don't rely on IE's broken contenteditable pre behavior: tabs-u-2007 and tabs-u-feff. Both have their downsides, unfortunately (described in the commit messages).

marijnh commented 13 years ago

Applied. Thank you.