GNOME Bugzilla – Bug 755293
Tree view pane overlaps with content tabs
Last modified: 2015-12-30 10:19:36 UTC
Created attachment 311690 [details] Treeview pane overaps with content tabs When the 'GENERATE_ECLIPSE_HELP' and 'GENERATE_TREEVIEW' options is set to 'YES", Doxygen produces badly formatted content. See attached screenshot for example. This is due to wrongly computed value in 'top' propert. It is computed in resize.js file, 'resizeHeight' method, last line. I can reproduce the issue with Firefox 24.2.0 and Chrome 45.0.2454.93 (latest). Also, we found that the issue can be fixed by *NOT* recomputing the 'top' value on every screen resize - by simply remove the 'top: headerHeight+"px"' part of the Javascript clause and let browser to compute screen position itself. The fix is tested on aforementioned browser versions. Proposed fix is also attached to this bug
Created attachment 311691 [details] [review] Proposed fix
I can reproduce the bug on 1.8.10 as well...
Thanks, I'll include the patch in the next GIT update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.11. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant (preferably in the form of a self-contained example).