https://issues.apache.org/ooo/show_bug.cgi?id=125681
Issue ID: 125681
Issue Type: DEFECT
Summary: spurious style number in copyPaste
Product: Writer
Version: 4.1.1
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: editing
Assignee: [email protected]
Reporter: [email protected]
Created attachment 83994
--> https://issues.apache.org/ooo/attachment.cgi?id=83994&action=edit
contains string to copy
Open copyPaste.odt; select 'def', hit ^c to copy it to the clipboard.
Open a plain-text file, paste (^v) into it: get '□0: def'; the '□0: ' is
spurious. (I know where it originates, but it's still unexpected.)
If you try to insert a bookmark and hit ^v to call it 'def', you get a
message saying the colon (in '□0: def') îs illegal.
PasteSpecial(^$V) does not work to insert a bookmark; in the search window
(^f), it jumps out and inserts in the text. There, the number is stripped in
HTML mode --what I wanted, but not where I wanted. tricky!
--
You are receiving this mail because:
You are the assignee for the issue.
You are watching all issue changes.