Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8
-
None
-
ffd39a4f5 (dev), 15d0a40ed (dev), 7d9189a3b (6.8), 9b035049a (6.8)
Description
Hovering over a property in Qt Creator now displays documentation for the property in a tooltip. This works fine for most properties, but WebEngineView.url in particular seems to trip the language server up, because no hover documentation is displayed at all. Other properties of the WebEngineView type do not have the same issue. I assume this is because the property name and the property type are both "url".