Since Update 1 for MS CRM 2015 online i've got an issue with the onReadyStateComplete events in iframes.
For testing i defined an almost empty html webresource which i placed in an Iframe on the contact form. When i open contacts i'll see this weppage correctly, but when i add a handler for onReadyStateComplete to the defined iframe and call a js method which does nothing else than just open an alert nothing happens when the content of the iframe is loaded (handler is for sure activated).
When i call the same js method from form onload everything works so ist not a problem with that simple javascript. Even switching to the old rendering engine won't fix my problem. In all cases it seems like that the event is not thrown (worked perfectly before update). Tried now many things to get that working again but up to now i have no clue. Security for the iFrame is set like before ... no restrictions on Overall Frame scripting (checkbox not set).
Hopefully somebody can help me with that problem.
*This post is locked for comments
I have the same question (0)