https://bugs.documentfoundation.org/show_bug.cgi?id=167914
Bug ID: 167914
Summary: Unexpected dialog when pasting as unformatted text
Product: LibreOffice
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: UI
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Blocks: 167521
Paste Unformatted Text (Ctrl+Alt+Shift+V) resp. .uno:PasteUnformatted shows a
dialog after the implementation of bug 162153 /
https://gerrit.libreoffice.org/c/core/+/188067 that is unexpected. The function
should paste unformatted text, if I want to have something else I use paste
special where this markdown option is very welcome.
STR:
Copy "Hello *brave new* world"
a) Paste as unformatted text (shift+alt+ctrl+v)
b) Paste (ctrl+v)
c) Paste special (ctrl+shift+v)
Actual result:
a) and b) Dialog pops up
c) no markdown option
Expected result:
a) Text is pasted unformatted = "Hello *brave new* world"
b) Text is pasted with formatting = "Hello <i>brave new</i> world"
(this is kind of a stretch goal and I could understand that markdown is not
properly auto detected so I have to use paste special)
c) Option to paste with markdown conversion
Referenced Bugs:
https://bugs.documentfoundation.org/show_bug.cgi?id=167521
[Bug 167521] [META] Markdown import and export problems
--
You are receiving this mail because:
You are the assignee for the bug.