DiscussionsIssue archiveOCCT:Documentation

Archived issue #0032699

Documentation - Horizontal scroll bar missing in the Reference manual

Open CASCADEOCCT:Documentationfeedback5 public notes

Search issues

Description

Some content cannot be seen at wider pages of the refman, such as https://dev.opencascade.org/doc/refman/html/toolkit_tkqadraw.html

This was not an issue for 7.5.0 https://dev.opencascade.org/doc/occt-7.5.0/refman/html/toolkit_tkqadraw.html

Public activity

5 archived notes

Participants are labeled by their role within this record.

01Author
Using the stable version of Doxygen (1.8.13) fixes the problem. Confirmed locally, see Attachment 1 (7Z) for a saved page from the rebuilt refman.
02Author
Commenter 1
Please confirm
03Commenter 2
If this is reproducible on the latest version of Doxygen, consider reporting an issue / ask question on their bugtracker:

https://github.com/doxygen/doxygen/issues
04Author
The bug has been confirmed by Doxygen team
https://github.com/doxygen/doxygen/issues/8924

Another proposed (and working) solution is to reposition closing tags 'li', 'ul' and 'div' to just before <div class="dotgraph"> opens. Images that are part of open 'li' tag are not working properly in the current state, proposed patch is added to Doxygen repository.

05Commenter 2
Dear bugmaster, please check if upgrading to Doxygen 1.9.3 (released today) fixes the problem.