[Libreoffice-bugs] [Bug 128595] Inconsistent behavior when copying text
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Wed Nov 6 08:40:49 UTC 2019
https://bugs.documentfoundation.org/show_bug.cgi?id=128595
Octavio Alvarez <octallo at alvarezp.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |octallo at alvarezp.org
--- Comment #5 from Octavio Alvarez <octallo at alvarezp.org> ---
1. Have "a b c" in a document.
2. Select and copy "b". No spaces selected before or after.
3. Place right after the "b" and paste.
Expected result by OP: "a bb c"
Actual result: "a b b c".
Also try:
3. Place right before the "c" and paste.
Expected result by OP: "a b bc"
Actual result: "a b b c".
BUT...
1. Have "abc" in a document.
2. Select and copy "b".
3. Place right after "b" and paste.
Expected result by OP: to be consistent with the automatic space insertion, so
either "ab bc" or "abb c".
Actual result: "abbc".
@Contestcen: please confirm that this is what you are observing and reporting.
I think this is LibreOffice automatically detecting whether the selection is in
word limits and trying to be smart about it by making sure it's inserted as a
word without repeating spaces before and after or inserting them accordingly.
In the first two cases Writer understand "b" is a word. In the third case it's
clearly not.
--
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/20191106/8a101a25/attachment.html>
More information about the Libreoffice-bugs
mailing list