Opened 7 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

  1. With Firefox 53.0
  2. Go to your nightly build
  3. 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

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy