jsMath used in a frameset opens infinite windows on IE7
Brought to you by:
dpvc
If you use jsMath in a frame inside a frameset, if you close the window containing the frameset before the frame containing jsMath finishes loading, you can trigger infininite pages to be loaded.
I fixed this by commenting out the body of the Domain function. This issue has obviously been adressed before, but the previous fix only works for IE on mac.
Can you tell me more about what you are seeing with the infinite page loading? Does it open additional windows? I have not seen this before. Also, can you say which Domain function you commented out (there are several, and in several different files). The issues with IE/Mac were not about infinite page loading, but simply not handling the document.domain changes at all, so no, this issue hasn't been addressed in the past.
Davide