FriendsOfTYPO3 / rtehtmlarea

Further maintenance of the HTMLArea RTE, previously part of the TYPO3 Core
https://typo3.org/
GNU General Public License v2.0
9 stars 19 forks source link

hotfix for error in chrome after ver. 91.0.4472.77 #51

Closed fheyer closed 3 years ago

fheyer commented 3 years ago

This is a hotfix for issue #50

initializeIframe fails with null access on iframe.contentDocument So we have to check it before accessing it.

I wasn't able to identify the commit on chromium which causes this.