[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2018-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40560

--- Comment #10 from Thomas Lendo  ---
I can reproduce the issue with the attached document and a completely new
document created with LibO 6.1.0.0.alpha0+ from 2018-01-09_01:20:44. It's a
problem that is caused by the indent.

Steps to reproduce:
1) Open a new Writer document.
2) Insert 3 lines of text.
3) Assign a list style from the Styles sidebar to the 3 lines.
4) Select the 3 list lines and open the paragraph dialog (context menu >
Paragraph...)
5) Go to Indents & Spacing tab.
6) Change the value "Before text".
7) Copy the first line and paste it into the second line.

Actual result:
The indent of the second line changes.

Expected result:
Only the text is added without changing the formatting. Especially because the
text with the same style and direct formatting has been pasted.


You can test that the attached document has been changed by direct formatting
(DF) when using Ctrl+M to the whole content. Without that DF then the problem
doesn't occur anymore.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2018-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40560

--- Comment #9 from Regina Henschel  ---
Hi Thomas, that is a general discussion and should not be here in this bug
report in Bugzilla. This bug report is only about the curios behavior of the
attached document.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2018-01-18 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40560

--- Comment #8 from Thomas Lendo  ---
Regina, thanks fo your comment. I had not only the attachment of this report in
mind but list/paragraph interference in general. 

So what should be done with the attributes fo:margin-left and fo:text-indent in
the case I described in comment 6? List indent should be additionally added to
paragraph indent (in my view) and not override para indent. I think of
paragraph-agnostic list styles. I see no sense in lists that define margin and
indent when paragraphs do that already.

Assigning a list to a paragraph in the para dialog complicated the
list/paragraph behavior and is no solution for Benjamin. Or I'm working with
Writer not as intended and I should change that and create own paragraph style
with assigned list style for every indent variant I have. I'll create a new
test document.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2018-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40560

Regina Henschel  changed:

   What|Removed |Added

URL||http://docs.oasis-open.org/
   ||office/v1.2/os/OpenDocument
   ||-v1.2-os-part1.html

--- Comment #7 from Regina Henschel  ---
(In reply to Thomas Lendo from comment #6)
> 
> For all attributes that exist in paragraphs and lists, the list attributes
> should add their values to the attributes of the paragraph and not overwrite
> them.
> 
> With that you could use a list style on different paragraph styles.
> 
> @Regina:
> Is it possible to change the behavior of lists (and list styles) so that
> they don't overwrite indents and other attributes of the parent paragraph
> and only add their own indent/alignment/margin/attribute?

I think, that a change is not possible and not needed.

The conflict between list and paragraph is only in the attributes
fo:margin-left and fo:text-indent. Any other influence of list numbering on
paragraph is an error.

The spec explains it in section 17.20. ,
19.237 fo:margin-left and 19.246 fo:text-indent. The problem might be, whether
inherited values of fo:margin-left and fo:text-indent for the paragraph also
fulfill "paragraph style specifies fo:margin-left and fo:text-indent".
LibreOffice denies this.
Therefore the rule "paragraph overrides list" is only applied, if the list
style is directly referenced by the paragraph style. In UI you get this, if you
select the list style in the Outline tab of the paragraph style. The
automatic numbering produces a similar structure. As long as you change the
indent of all paragraphs in the list at the same time, this structure is
retained.

The fact, that inserting into a list item changes its automatic paragraph
style, is a special problem with the attached document. Inserting sets a new
automatic paragraph style without own fo:margin-left and fo:text-indent here. I
have no idea, what is wrong with the attached document. I cannot produce it
from scratch and if I use "Save a copy" with the attached document, and then
test the behavior on the copy, I do no longer see the error. I have made the
tests with LO 6.1. The document is from LO 3.4. Perhaps some compatibility
setting?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2018-01-17 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40560

Thomas Lendo  changed:

   What|Removed |Added

 CC||rb.hensc...@t-online.de,
   ||thomas.le...@gmail.com,
   ||tietze.he...@gmail.com
   Hardware|Other   |All

--- Comment #6 from Thomas Lendo  ---
Reproduces with 6.0.0.2 (x64).

I also ran into this issue while working with lists within paragraphs which
have indent before text.

Additionally I work much with marginal note in indents before text. A list
style can't assigned to both paragraphs with indents and paragraphs without (or
another) indents because the list style overwrite the paragraph attribute. You
have to create a list style for a paragraph with indent and a second one for a
paragraph without indent (or another indent). This is ridiculous.

I find that a list style should be "put on" a paragraph as you can't use a list
without a paragraph--every list item is also part of a paragraph.

Example of content.xml with a list style (Numbering_20_ABC) and a direct
formatted list (L1):




For all attributes that exist in paragraphs and lists, the list attributes
should add their values to the attributes of the paragraph and not overwrite
them.

With that you could use a list style on different paragraph styles.

@Regina:
Is it possible to change the behavior of lists (and list styles) so that they
don't overwrite indents and other attributes of the parent paragraph and only
add their own indent/alignment/margin/attribute?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2016-09-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40560

--- Comment #5 from QA Administrators  ---
** 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.1.5 or 5.2.1  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-20160920

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2015-04-30 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=40560

Gordo gordon1dr...@yahoo.com changed:

   What|Removed |Added

 OS|Linux (All) |All

--- Comment #4 from Gordo gordon1dr...@yahoo.com ---
Still reproducible in 4.4.2.2

I reproduced this from scratch by taking a numbered list and applying various
indents to it from the Sidebar.

Action/Formatting lost?
increase indent - no
switch to hanging indent - yes
before text indent - yes
first line indent - yes

It reverts back to the default position and spacing as seen in Bullets and
Numbering - Position tab from the context menu.

Paste Special - Unformatted Text does not cause the numbered list to lose its
formatting.

Version: 4.4.2.2
Build ID: c4c7d32d0d49397cad38d62472b0bc8acff48dd6

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2014-09-20 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40560

--- Comment #3 from A (Andy) stgohi-lob...@yahoo.de ---
reproducible with LO 4.3.1.2 (Win 8.1)

If I copy text from anywhere in this attached document then I can reproduce it.
 But if I copy it first to the Windows Editor and then from this Editor to LO
then everything is fine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs


[Libreoffice-bugs] [Bug 40560] Any paste into numbered paragraph destroys paragraph format

2011-12-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40560

Björn Michaelsen bjoern.michael...@canonical.com changed:

   What|Removed |Added

 Status|NEW |NEEDINFO

--- Comment #1 from Björn Michaelsen bjoern.michael...@canonical.com 
2011-12-23 12:35:22 PST ---
[This is an automated message.]
This bug was filed before the changes to Bugzilla on 2011-10-16. Thus it
started right out as NEW without ever being explicitly confirmed. The bug is
changed to state NEEDINFO for this reason. To move this bug from NEEDINFO back
to NEW please check if the bug still persists with the 3.5.0 beta1 or beta2
prereleases.
Details on how to test the 3.5.0 beta1 can be found at:
http://wiki.documentfoundation.org/QA/BugHunting_Session_3.5.0.-1

more detail on this bulk operation:
http://nabble.documentfoundation.org/RFC-Operation-Spamzilla-tp3607474p3607474.html

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs