GNOME Bugzilla – Bug 151481
Use zoom when exporting to HTML
Last modified: 2021-06-09 20:32:30 UTC
Make a plan to last 1.5 years with some tasks. Export HTML Read into browser. Because of too fine zoom (days) the file is useless when viewed with browser. A dialog is needed to let user select zoom from: auto, day, week, month, quarter.
Setting milestone to 1.0, can be moved earlier. Maybe we could create a zoom/range widget that we can use here and also for printing: http://bugzilla.gnome.org/show_bug.cgi?id=129141
Note that this has been improved a lot by the introducation of a scrolled area in the output.
The scrolled area in the HTML export improves things greatly, but it would be good if the Gantt chart section kept the headings (left & top, task & time-scale respectively) as unscrollable headings.
The CVS version already has that improvement, it just scrolls the actual gantt area, not the task listing to the left.
Created attachment 47760 [details] Example Example exported by CVS version.
Hi. I am not sure if this is the same bug or a different one, but in looking at the Kitchen Remodel sample posted in comment #5, the Gant chart is very much wider than the screen. The CSS portion of the HTML file should specify that the gantt chart should not be wider than the display. I personally use the following work-around which works but is ugly: .scroll-div { overflow: auto; border-style: solid; border-width: 1px; border-color: #aaa; width: 800px; //<----- Workaround }
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/World/planner/-/issues/76.