Opened 8 years ago
#16991 new Bug
readyState of iFrame is "interactive" in FireFox 53.0 while "complete" in Chrome 58.0
Reported by: | Sjoerd van Loon | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.7.0 |
Keywords: | selenium javascript | Cc: |
Description
In our automatic tests we have a part which waits untill all iFrame on the page have readystate "complete". When we introduced the new FireFox, all tests with the CKEditor on them halted because they were interactive. I could reproduce this on your nightly build.
For now we will be building in a work around in our automatic tests.
Steps to reproduce
- With Firefox 53.0
- Go to your nightly build
- Query document.getElementsByTagName("iframe")[0].contentWindow.document.readyState
Expected result
complete
Actual result
interactive
Other details (browser, OS, CKEditor version, installed plugins)
FF 53.0 windows 8.1