I am working in changing the iframe height based on the page:properties:changed event. This work great in FF and chrome but not IE 11. The ordering on the page:properties:changed event is backwards for IE with the first look height as the last event to fire on the iframe load.
FF:
data height = 100
data height = 500
IE
data height = 500
data height = 100
Anyone else having this issue? or any recommendation to resolve this issue is welcomed.