Trying to debug bililiteRange in IE11; some of the problems were easily fixed with .replace(/\r/g, '')
liberally scattered about, since IE really likes its return characters in <div>
s (anything that is not a <textarea>
or an <input>
and will add them even if I am just inserting a newline.
I'm still getting a WrongDocumentError on some tests, but when I run them individually they pass; there must be some subtle global interaction that I am just not getting. I will consider those passed for now, though it is annoying seeing the red when I run the tests.
That leaves one error in find
, one error in sendkeys
, and whole bunch in ex
, which isn't officially working yet anyway. Progress!
Leave a Reply