Archived issue #0032699
Documentation - Horizontal scroll bar missing in the Reference manual
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
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.
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.
Commenter 1
Please confirm
Please confirm
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
https://github.com/doxygen/doxygen/issues
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.
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.
Dear bugmaster, please check if upgrading to Doxygen 1.9.3 (released today) fixes the problem.