1 | | _loadFunc() for the iframe (i.e. iframe.onLoad) is called twice, at least in themeTester.html on chrome/mac on my machine. Not sure what problems that causes besides spurious warnings about the !RichText.onLoadDeferred being already resolved, but should probably put in guard code. |
| 1 | _loadFunc() for the iframe (i.e. iframe.onLoad) is called twice, at least in themeTester.html on chrome and safari, mac and windows. Not sure what problems that causes besides spurious warnings about the !RichText.onLoadDeferred being already resolved, but should probably put in guard code. |
| 2 | |
| 3 | Doesn't happen on Firefox or IE9. But on webkit, it's called twice, each time with a new (but valid) window object. |