GNOME Bugzilla – Bug 699218
Resize width in resize.js adds double width for a handle-bar
Last modified: 2013-05-19 12:36:11 UTC
Created attachment 242793 [details] [review] One line patch for resize.js Default navtree.css adds 6px right padding to #side-nav for the handle-bar width. That is why in file resize.js the result of $(sidenav).outerWidth() called from function resizeWidth() already includes the handle-bar width and we do not need to add additional 6px margin here.
Hi Goran, Thanks for your patch. To better analyse the impact can you explain the problem that you see and which your patch fixes? On which browsers did you test your patch?
Created attachment 242799 [details] Screenshot without a patch
Created attachment 242800 [details] Screenshot with a patch
I am using "Google Chrome 27.0.1453.56 beta". The issue is that $(sidenav).outerWidth() will include the #side-nav padding, set to 6px to match the handle-bar width. In resize.js on line 41 you are adding this 6px again making a gap. Attaching the screenshots with and without a patch.
Thanks, it is clear now. I'll include the patch in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.8.4. 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.