Bug 88939 - Zoom control on the page disappears when resizing the window.
Summary: Zoom control on the page disappears when resizing the window.
Status: RESOLVED WONTFIX
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.3.5.1 rc
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 12:53 UTC by diegodelasheras
Modified: 2021-06-14 08:58 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
screenshot (48.63 KB, image/png)
2015-01-30 12:53 UTC, diegodelasheras
Details

Note You need to log in before you can comment on or make changes to this bug.
Description diegodelasheras 2015-01-30 12:53:53 UTC
Created attachment 112952 [details]
screenshot

When the window width is small (I use to work with half screen) the zoom control is hidden. I think that other elements in the status bar should dissapear before the zoom control.
Comment 1 V Stuart Foote 2015-01-30 15:12:20 UTC
This is a design and implementation issue with construction of the Status bar widget.

The status bar is pinned to left edge, and depending on the active LO component will be composed of multiple elements.  The Zoom % level label and the Adjust zoom level slider widgets are simply the last items appended to the end of the status bar.

As the window is reduced in width, first all text labeled elements with white space will collapse until that space is eliminated, and at that point graphical widgets will start being hidden.  As the right edge moves to reduce width, first the Zoom % level and then the zoom slider are hidden. They are exposed in reverse order when increasing the width.

Hiding of Zoom % and Zoom slider is not considered a problem as Zoom controls are provided for all components from the main menu, View -> Zoom menu.  Whereas other items on the status bar are not otherwise available in the GUI.

At this point order and components of the Status bar can not be user customized, but that should be possible.

For now closing this Resolved Wontfix.
Comment 2 diegodelasheras 2015-01-30 15:22:38 UTC
But, as you can see in the screenshot, there are white spaces that should be collapsed. Instead of that, the white spaces are there and the zoom is hidden.
Comment 3 V Stuart Foote 2015-01-30 16:17:42 UTC
Mostly those are active widgets--signature, insert mode--they retain the space needed for when the needed button label is toggled. 

Some are padding/positioning place holders (e.g. the left side of Draw's statusbar).

We've talked about eliminating the text in favor of suitable icons (with more substantive tool tips) but for now we have text labels (localized translations so of varying lengths).
Comment 4 diegodelasheras 2015-01-30 16:34:10 UTC
Ok I understand. Thank you.
Comment 5 Heiko Tietze 2021-06-14 08:58:49 UTC
*** Bug 142825 has been marked as a duplicate of this bug. ***