Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.4, 6.6.2, 6.7.0 Beta1, 6.7, 6.8.0 FF
-
6.5.3
-
7c59afe36 (dev), cf2221de7 (6.7), 66942d9ee (6.6), f7314a11f (tqtc/lts-6.5)
Description
The JS type url is not correctly converted to QUrl in C++. The respective QJSValue returns "isUndefined() = true". Also the "isUrl()" returns false.
If a "toString()" is called on the url object in QML before handing it over to our C++ function then the value is passed correctly.
To reproduce the issue please run the attached example project and click the button "passing URL"