Details
Description
Search for QML types does not land to exact search result (property/function)
STEPS:
- Install and open Qt Creator 13 beta2-66
- Go to Help and select Index in the combo box
- Search for some qml type or function, for e.g. qsTr
- From the dialog select one of the Qt version shown (6.6.2 in my case)
- Observe that Qt QML Type page is opened, but the editor does not jump to qsTr() function documentation. It stays on the top4
- Similarly try searching for other QML types/functions, say search 'visible' and then from dialog open, filter for 'Item QML Type' and click OK
- Observe that the result page shows Item QML Type page, scrolled to top. It doesn't jump to visible property as expected
OBSERVED:
- Search results for QML type doesn't jump to the exact function/type
- The issue is observed mostly for QML types/components.
- Search results for widget properties land properly to desired property/function
EXPECTED:
- Search results for QML type should jump to the exact function/type
Attachments :
[^SearchDoesNotJumpToSearchResult.mp4]
Attachments
Issue Links
- duplicates
-
QTCREATORBUG-30625 [Reg 12 -> 13] Help: links to QML properties do not work anymore
- Closed