Description: Follow up of bug 39080. "Hide whitespace" is working, but page size should be adapt to keep the same width for text as in normal mode. Moreover, when page breaks before the bottom of the page, some white space are still visible. Steps to reproduce: 1. Enable View > Hide Whitespace 2. Create a new document and enter dummy text (dt+F3) 3. Hit Ctrl+Enter to insert a manual page break Actual behavior: A large white space is still visible at the bottom of the page Expected behavior: Page height should be shrink to hide white space Same problem if page break occurs for any other reason before the bottom of the page
Reproducible. I observed the same problem. Best regards. JBF
Fixed, pending review: https://gerrit.libreoffice.org/#/c/18156/
While shrinking page height to obtain the Hide Whitespace mode it would be good to follow the established practice of NOT removing the white space : from the top of the first page, nor from the bottom of the last. IMO this aids usability and it is as done in MS word since way back when.
On a related issue it would be good when Whitespace is Hidden that the space between pages was a 10 or so pixels bigger. That way the hover mechanism/floating icon would no longer distract/interfere with the user when they are typing on the first line of each new page.
(In reply to GavinB from comment #3) > While shrinking page height to obtain the Hide Whitespace mode it would be > good to follow the established practice of NOT removing the white space : > from the top of the first page, nor > from the bottom of the last. The original implementation did exactly that. It removed the header and footer sections, leaving the page size exactly the same. So the contents had more space to fill. The problem was that pages restructured and pagination changed. So the view was not consistent with the normal view. Current implementation crops the header and footer and shrinks the page to fit the contents exactly. So pagination and page structure is retained. I'm not sure what MSW is doing, but I believe it preserves the pagination as well, which is what we're doing.
(In reply to GavinB from comment #4) > On a related issue it would be good when Whitespace is Hidden that the space > between pages was a 10 or so pixels bigger. > > That way the hover mechanism/floating icon > would no longer distract/interfere with the user > when they are typing on the first line of each new page. Can you elaborate please? Maybe a screenshot would help. How is the icon distracting now and how would making the space larger avoid this? Thanks.
Created attachment 121804 [details] Screenshot of Hide WhiteSpace hover sprite masking text LibreOffice Writer Version: 5.2.0.0.alpha0+ (x64) Build ID: a454a9b3ae0f6ab81012fbef7b3ff6f0f44bf6cb Threads 4; Ver: Windows 6.19; Render: default;
Here's a screenshot. The word "The" is masked in the line beneath the cropped page break.
(In reply to GavinB from comment #8) > Here's a screenshot. > The word "The" is masked in the line beneath the cropped page break. Thanks. Of course any cursor will cover the text it is over. If we make the distance between pages larger it won't solve the problem because that space is not fixed, it depends on the zoom. So one can zoom out enough and still complain that the cursor covers the text. The current space size is chosen to be small enough to hint at the break but to make the content look continuous. Making it very large will be wasteful, and as mentioned depends on zooming. Luckily, the mouse can be moved if it distracts the user :)
Thanks Ashod points taken, but it is a real pain trying to edit footnotes with that sprite popping up all the time.
(In reply to GavinB from comment #10) > Thanks Ashod > points taken, > but it is a real pain trying to edit footnotes > with that sprite popping up all the time. In my mind, the Hide Whitespace mode has a certain workflow in mind: to make the _content_ of the page continuous and uninterrupted by distractions (such as headers, footers, and whitespace between pages). It really isn't a substitute for something like the Browser mode, or Normal view. I do realize that ideally we'd have these values as settings the users could tweak to their liking. But for now we have something that does the job fairly well, but doesn't come with bells and whistles. Perhaps a good solution to this particular issue you raise is to 'hide the mouse cursor when typing'. It would be great if we could have something similar (if we don't already) and essentially hide the mouse cursor while the user is typing, and show it when they move the mouse. (Feel free to check if we don't have it and file a feature bug to track it.) Thanks for your suggestions... keep them coming.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (5.2.7 or 5.3.3 https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-UntouchedBug-20170522
Hard break page are correctly displayed in LibO: - Version: 5.1.6.2 (x64) - Version: 5.2.7.2 (x64) - Version: 5.3.2.2 (x64)