Bug 47718 - Add indicator of text outside page boundary eg. due to negative indentation.
Summary: Add indicator of text outside page boundary eg. due to negative indentation.
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version: 3.5.1 release
Hardware: All All
: low enhancement
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 06:56 UTC by mathias.supp
Modified: 2012-11-26 12:50 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
Basic macro, which solves problem with "Decrease Indent" (22.74 KB, application/vnd.oasis.opendocument.text)
2012-11-26 12:50 UTC, sasha.libreoffice
Details

Description mathias.supp 2012-03-22 06:56:10 UTC
Repro:
Enter some text (at least one word) into the first line of an empty
writer-document.
Press the toolbar-button for decrement indentation.
After 4 clicks the text disappeared on the left border of the document.

There is a similar (closed) issue coming from OOo:
(https://issues.apache.org/ooo/show_bug.cgi?id=69537).

This behaviour is reproducable on all OOo/LibO-versions I had (OOo3.2, 3.3,
LibO3.3, 3.4, 3.5)

Btw.: If you increase the indentation instead it stops on the right border of
the paragraph area.
Comment 1 mathias.supp 2012-03-22 07:25:54 UTC
Exepectation:
Negativ indentation stops, if the first character of paragraph would leave the page (not paragraph area).
Comment 2 sasha.libreoffice 2012-06-15 02:56:12 UTC
Thanks for bugreport
Other Word processors also allow to place something outside of page. It is not bad, even handy.
Problem in another: why objects outside of page are invisible? They should be visible (more handy variant). Or should be some marks that indicates that outside of page something exist.
Comment 3 leighman 2012-10-03 10:08:19 UTC
This seems to be consistent with other word processors.
It would be good to have some indication that content is off the page, however.
Comment 4 sasha.libreoffice 2012-11-26 12:50:20 UTC
Created attachment 70588 [details]
Basic macro, which solves problem with "Decrease Indent"

I have written Basic macro which performs decreasing indent of paragraph and watches for paragraph not appear outside of page. Paragraph stops moving on left side of page.
By default it moves on 25mm to left. This value can be changed inside of macro.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.