[Libreoffice-bugs] [Bug 133262] Issues with lists in Impress (specific to Title shape)

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sun Mar 7 15:30:39 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=133262

Aron Budea <baron at caesar.elte.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|bibisected, bisected        |
             Status|NEW                         |RESOLVED
            Summary|Copying text with new lines |Issues with lists in
                   |from Impress to Writer      |Impress (specific to Title
                   |doesn't add new lines       |shape)
         Resolution|---                         |NOTABUG

--- Comment #5 from Aron Budea <baron at caesar.elte.hu> ---
(In reply to Michal Svec from comment #0)
> Description:
> Creating lists completely broken in 6.4.3, both bullet points as well as
> numbered. When I want to turn a bunch of lines to a list only the first one
> gets the bullet point and the whole paragraph is turned into a list item.
> 
> See the attached doc- trying to toggle line "D" into a bulleted point turns
> everything C and below into a point.
Miklos has found the reason for this behavior recently, it's related to title
shapes being used for bulleted content. Detailed explanation from the commit
message:

https://cgit.freedesktop.org/libreoffice/core/commit/?id=043690eff82d5798774452a8364e1566b866a320
"Title shapes try hard to have a single paragraph only, the Impress UI
inserts linebreaks instead of paragraphs breaks in
sd::FuText::KeyInput(), ever since commit
f47a9d9db3d06927380bb79b04bb6d4721a92d2b (initial import, 2000-09-18).
This matches the PowerPoint behavior. This is most visible when the
paragraph has a bullet associated with it.

Interestingly you can still put multiple paragraphs into title shapes
using paste special -> plain text.

In that case, it was inconsistent that we exported these multiple
paragraphs to ODP, but merged them to a single paragraph on import since
commit 0a783c1a041e2b74b7bf238d11ee2c303f6708f4 (#100190# don't allow
more then one paragraph on title text objects, 2002-06-25).

This results in loosing your bullets on save + open, both in the ODP and
PPTX cases, since removeActionLock() on the XShape triggers this tweak.
Also, PowerPoint does not do this merging on import. So fix the problem
by removing the import-time tweak but leave the UI unchanged."


Since the behavior from the description hasn't changed with the fix, and isn't
a bug, I'm closing this bug report accordingly.

I'll open a separate bug report for the copy/paste regression.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210307/2818f180/attachment.htm>


More information about the Libreoffice-bugs mailing list