Prev: Zakas' new Quiz
Next: FAQ Topic - How do I close a window and why does it not work on the first one? (2010-02-20)
From: David Mark on 19 Feb 2010 17:20 Scott Sauyet wrote: > [1] http://tredosoft.com/Multiple_IE I was hesitant to dump more IE's on this box, but went ahead and did it. I should have trusted my initial instincts. I had noted that the only common denominator was the setText method and sure as hell that was the one throwing the exception. It wasn't that method's fault though. It simply exposed an issue with the MultipleIE product. The line that threw the exception was setting the innerText property of a newly created element. In the debugger I was able to read the property ("") as expected, but not set it. That's no good. :( So this one's not on me. I never really thought it was, but had to know for sure. You might want to report this to the MultipleIE people. Appears they have issues with some of the versions (there are several others noted on their Website). Glad that one is off my plate. Once again, thanks for the feedback! There are no bad bug reports. :) |