jquery-iframe-transport icon indicating copy to clipboard operation
jquery-iframe-transport copied to clipboard

Fix parsererror in chrome.

Open jgirault opened this issue 12 years ago • 1 comments

While IE doesn't support textContent and Firefox doesn't support innerHTML, Chrome supports both but doesn't handle the same each method.

I got a bug in Chrome due to Ripple extension that adds some javascript on top of the iframe content. Thus: root.textContent will not escape the javascript root.innerText will escape the javascript

So I suggest to prioritize innerText.

jgirault avatar Aug 02 '12 22:08 jgirault

This also fixed an issue I had in Chrome with the Google Analytics Opt-out add-on

tony2nite avatar Oct 27 '12 14:10 tony2nite