Details
-
Bug
-
Resolution: Duplicate
-
P2: Important
-
4.7.0
-
None
-
Qt Creator 2.0, Qt 4.7
Description
When registering the Qt 4.7 help in Creator, two problems can be observed:
1. When pressing 'F1' on a class, Creator will show the class help. You can see that the top links are cut off (regression, see brokenoffset screenshot)
2. When pressing 'F1' on a member, Creator will jump to the anchor, but the webview will assume that the anchor is on the top, while in fact it is hidden by the static header (regression, see brokenanchor screenshot)
3. When jumping to an anchor that the web view cannot jump to (e.g. because it is on the bottom of the document), it is not immediately obvious which section is being referred to. It would be nice if the qdoc generated a jquery function that gets triggered if a page is loaded with an anchor to briefly highlight the section of interest (this is a longstating issue)