Details
-
Bug
-
Resolution: Done
-
P2: Important
-
5.10.1, 5.11.1
-
None
-
Qt 5.11.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 8.1.1 20180531) on "xcb"
OS: Arch Linux [linux version 4.17.4-1-ARCH]
-
70f73add3aedcaab07beeda470b7da5ab94dffe8 51b73e0bb68812d78315af032546750d04656c02
Description
I have a javascript file that uses the XMLHttpRequest object to fetch JSON data from web services. Its code runs fine under Firefox 59.0.1, Chromium 65.0.3325.181 and Opera 51.0.2830.55 , however it does not run under a QQmlEngine object.
Qt can successfully run the startup javascript function, but it does not process events triggered by any of the XMLHttpRequest instances.