Bug 81855 - Space is inserted when you copy and paste the characters between the sign.
Summary: Space is inserted when you copy and paste the characters between the sign.
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
Inherited From OOo
Hardware: Other All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords:
: 96731 100189 112011 125175 139802 152202 154749 158860 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-07-29 01:41 UTC by HD
Modified: 2024-11-20 11:23 UTC (History)
10 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description HD 2014-07-29 01:41:32 UTC
Operating System: Windows 7
Version: LibreOffice 4.2.5

Space is inserted when you copy and paste the characters between the sign.

Steps.
1.open the new Writer file
2.input with "[test]"
3.cursor between 'e' and 's' of "[test]" with double click
4.push <ctrl-c>
5.put a cursor on the second line
6.push <ctrl-v> two times

[Expected result]
 It is displayed with "testtest".

[Current result]
 It is displayed with "test test"

Don't insert a space between words as in English to Japanese.

I would like to be fixed in one of two ways.
A)Don't insert space between words in Japanese.
B)Manage the insertion of the space with an option.
Comment 1 retired 2014-07-29 05:56:12 UTC Comment hidden (obsolete)
Comment 2 Urmas 2014-07-29 13:02:20 UTC
I can reproduce this with 4.4, but I doubt it is the bug.
Comment 3 QA Administrators 2015-02-19 04:44:18 UTC Comment hidden (obsolete)
Comment 4 Dmitry 2015-03-17 06:13:23 UTC
Confirm bug version 4.4.0.3.

Text from new line: "Quick brown fox jump over lazy dog.".
If we copy text "Qui" or "row, they are inserted correctly without extra spaces after "i".
If we copy "Quick" (from new line) it is inserted well at any place of line.
But if copy "brown" or "fox" (any text at the middle) when we insert it -- additional space is appearing at ht end of line.

Please disable this ugly behaviour, programms must do EXACTLY what we say them to do.
Trying to be clever then the user results with micros$oft.
Comment 5 QA Administrators 2015-05-06 14:22:18 UTC Comment hidden (obsolete)
Comment 6 Mike Kaganski 2024-11-06 10:12:30 UTC
Inherited from OOo. Already present in OOo 2.2.0. (And in OOo1.0.3, it was even worse, producing " test  test ", with a leading, a trailing, and two intermediate spaces.)
Comment 7 Mike Kaganski 2024-11-06 10:14:12 UTC
*** Bug 112011 has been marked as a duplicate of this bug. ***
Comment 8 Mike Kaganski 2024-11-06 10:14:21 UTC
*** Bug 125175 has been marked as a duplicate of this bug. ***
Comment 9 Mike Kaganski 2024-11-06 10:14:40 UTC
*** Bug 152202 has been marked as a duplicate of this bug. ***
Comment 10 Mike Kaganski 2024-11-06 10:18:11 UTC
*** Bug 96731 has been marked as a duplicate of this bug. ***
Comment 11 Mike Kaganski 2024-11-06 10:19:06 UTC
*** Bug 100189 has been marked as a duplicate of this bug. ***
Comment 12 Mike Kaganski 2024-11-06 10:24:51 UTC
*** Bug 139802 has been marked as a duplicate of this bug. ***
Comment 13 Mike Kaganski 2024-11-06 10:25:37 UTC
*** Bug 154749 has been marked as a duplicate of this bug. ***
Comment 14 Mike Kaganski 2024-11-06 10:26:18 UTC
*** Bug 158860 has been marked as a duplicate of this bug. ***
Comment 15 Andreas Heinisch 2024-11-20 11:10:56 UTC
Another test case:

1. open the new Writer file
2. input with "[test]"
3. cursor between 'e' and 's' of "[test]" with double click
4. push <ctrl-c>
5. push <ctrl-v> two times

[Expected result]
 It is displayed with "[testtest]".

[Current result]
 It is displayed with "[testtest ]"
Comment 16 Andreas Heinisch 2024-11-20 11:23:26 UTC
Tests in MS Word:
Both test cases lead to the result "test test" and "[test test]"

Tests in NotePad++:
Both test cases lead to the result "testtest" and "[testtest]"