https://bugs.documentfoundation.org/show_bug.cgi?id=153165
Bug ID: 153165
Summary: Writer undo loose chars in Find/replace regex with \n
in replace
Product: LibreOffice
Version: 6.4.7.2 release
Hardware: x86-64 (AMD64)
OS: Linux (All)
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Description:
In Writer Linux Office 6.4.7.2
aaabbbccc in document
Find/replace regex .*bbb by \n
Then Undo
The \n is undone but the replaced text is lost; aaaccc
Steps to Reproduce:
1.aaabbbccc in Writer document
2.Find/replace regex .*bbb by \n
3.Undo
Actual Results:
after replace:
aaa
ccc
after undo:
aaaccc
Expected Results:
after replace:
aaa
ccc
after undo:
aaabbbccc
Reproducible: Always
User Profile Reset: No
Additional Info:
none
--
You are receiving this mail because:
You are the assignee for the bug.