I'm still having xod rendering issues with chrome 34 and webviewer 1.7.1 . The xod get rendered with the HTML5 webviewer with all browsers, except chrome 34.
With Chrome 33 all is working fine.
We have also did some test with Chrome Canary (v36) and seems they fixed it. There's any temporary workaround to avoid this?
this.contentWindow.CoreControls
function (){} core-compressed.js:1
this.contentWindow.CoreControls.DisplayModes
Object {zl: "Single", Ch: "Continuous", Wk: "Facing", Xk: "FacingContinuous", Vi: "Cover"…}
Chrome 34:
this.contentWindow.CoreControls
undefined
this.contentWindow.CoreControls.DisplayModes
TypeError: Cannot read property 'DisplayModes' of undefined
Seems Chrome 34 iframe DOM doesnt work in the same way of other browsers.
Alberto