vote up 1 vote down star
1

I have an XBAP that is in an IFRAME, wrap inside a DIV, which can be hidden and shown at the users will. But, in FireFox, after hiding the DIV and later re-showing it, the XBAP disappears.

I have tried all sorts of refresh methods I can find, but nothing seems to work. I don't want to reload the XBAP as its showing information specifically available at the time.

Any suggestions?

flag

1 Answer

vote up 0 vote down check

onstatechange was causing the problem. Writing a JavaScript method around this to detect the browser type fixed the issue.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.