Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
Qt Creator 13.0.0
-
None
-
4f737256c (master), 0d17a1e6f (13.0), 1f123f7dd (dev), a27b77104 (6.7)
Description
QML Items can have "properties". The Qt docs have links to destination #anchors in the top which document available Item properties.
The jumping to the destination anchor via such link worked in QtC 12, but it does not work in QtC 13, anymore.
QtC 12:
QtC 13:
In the HTML document, the destination anchor of the QML property is the id attribute of the tr element:
<tr class="odd" id="asynchronous-prop" ...
By the way, jumping to documented Qt C++ properties, still works in QtC 13. In that case the anchor destinations are the id attribute of the h3 elements:
<h3 class="fn" id="currentTime-prop" ...
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-30442 [REG 12.0.2->13.0.0] Search for QML types does not land to exact search result (property/function)
- Closed
-
QTCREATORBUG-30662 Cannot navigate links within the same page
- Closed