rootDocLoaded is always false for given url.

Add-in Express™ Support Service
That's what is more important than anything else

rootDocLoaded is always false for given url.
 
ravinukala




Posts: 103
Joined: 2012-10-05
Hi,

Please check following url:

http://in.bookmyshow.com/

I am getting rootDocLoaded is always false in IEModule_DocumentComplete2 event for above URL.

Thanks.
Posted 25 Jan, 2013 04:52:50 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ravi,

It happens because IE doesn't not call DocumentComplete with the 'http://in.bookmyshow.com/ url at all.
Please try to use the 'IEApp.LocationURL' property inside DocumentComplete to get the current location of the document.
Posted 25 Jan, 2013 09:45:21 Top
ravinukala




Posts: 103
Joined: 2012-10-05
Hi,

I can not hard code for this particular URL.

Is there any pattern where IE doesn't not call DocumentComplete for given urls?

Regards
Posted 29 Jan, 2013 08:10:02 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Ravi,

No, I am not aware of such patterns. You should consider such situations in your code.
Posted 29 Jan, 2013 10:35:59 Top