Opened 17 years ago
Closed 17 years ago
#2015 closed defect (fixed)
Clipboard bad replaces memory => fixed in next version
Reported by: | talpa | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 1.6.4 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
Clipboard in memory have problem. If I copy some string in winXP and then paste this value in ubuntu. Problem is that clipboard haven't correctly size, have size previous clipboard and part this value is paste too.
Change History (4)
comment:1 by , 17 years ago
priority: | blocker → major |
---|
comment:2 by , 17 years ago
I have this issue, though I think it is a little trickier than "has size [of] previous clipboard".
VBox == 2.0.2 PUEL Host OS == Windows XP SP3 Guest OS == Ubuntu 8.04
Repro steps:
- Guest -- file "clip-in", size 127 bytes, filled with "A"
- Send to clipboard with: xclip -selection clip -i < clip-in
- Host -- open Notepad, Edit => Paste, get 127 "A", good so far
- Host -- select text in Notepad, Edit => Copy
- Guest -- paste from clipboard with: xclip -selection clip -o > clip-out
Expected: contents of clip-out should be 127 "A", identical to clip-in Get instead: 768 bytes file, starting with the expected "A"s followed by junk
Size of output is proportional 6:1 to input -- when I send through 64 "A"s instead, I get 396 bytes out; using 255 "A"s results in 1542 bytes out.
comment:3 by , 17 years ago
Reproducible with VirtualBox SVN Head, host Kubuntu 8.04 AMD 64, guest Ubuntu 8.04.1 i386.
comment:4 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Summary: | Clipboard bad replaces memory → Clipboard bad replaces memory => fixed in next version |
Reproduced and fixed for next version.
Please could you describe the problem better: