https://bugs.documentfoundation.org/show_bug.cgi?id=167586
V Stuart Foote <vsfo...@libreoffice.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks| |113396 --- Comment #9 from V Stuart Foote <vsfo...@libreoffice.org> --- (In reply to Takenori Yasuda from comment #8) > > In my opinion, there's no need to take screen orientation into account here. > The same issue can occur even on landscape monitors simply by reducing the > zoom level. > Yes, can see that happens. > Instead, I believe the root cause lies in how the document is currently > fixed to the top center of the screen, combined with the restriction that > vertical scrolling stops at the top edge of the document. > > Therefore, if LibreOffice Writer adopted the same document alignment and > vertical scrolling behavior as LibreOffice Draw, users—including > myself—could work more comfortably regardless of their monitor's orientation. Not so sure, the sdraw (sd) module handling of zoom is different than swriter (sw), but then Writer documents are manipulated much differently than Draw canvas pages or Impress presentation slides where we provide the Pages/Slides Pane in the UI to represent active position in document. Writer handles document content linearly, paginating the entire document. Users get view options--the Status Bar button selectors, or now View -> Page Layout (bug 150839)--which control document layout in the app frame, and give users a resulting "viewport" into the document. Not clear we'd want the same sd zoom behavior (e.g. follow pointer focus) for the sw 'Single-page view'. While the 'Multiple-page view' and 'Book view' are not the ask here and would be disrupted considerably with a mass change to sd type zoom. Also all the sw layout modes receive ruler support, and that would likely be affected with changes in "viewport" positioning for the 'Single-page' layout. But, if the viewport in sw 'Single-mode' could be *unbound* from the frame's top edge without too much effort and impact on the other sw layout modes, then adjusting its zoom to center vertically in frame is appealing. If all three layouts (and Full Screen and Web/Writer) can not be isolated without major refactoring of the sw layout then it is probably not justified to change the Single-page layout. Referenced Bugs: https://bugs.documentfoundation.org/show_bug.cgi?id=113396 [Bug 113396] [META] Single, book and multi-page view bugs and enhancements -- You are receiving this mail because: You are on the CC list for the bug.