This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 251195 - weird clipboar behaviour...
Summary: weird clipboar behaviour...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.0.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-16 00:39 UTC by masavini
Modified: 2015-05-19 12:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description masavini 2015-03-16 00:39:30 UTC
i open the editor, no matter what kind of file.

in the terminal, i run this command:

sleep 3; echo bubu | xsel -ib; xdotool key Ctrl+v

then i quickly focus on netbeans.

the string "bubu" does not get pasted (it does on any other X application). furthermore, after running that command i'm not able anymore to copy-paste from system to netbeans.

netbeans "internal" copy-paste still works.
Comment 1 masavini 2015-03-16 01:09:04 UTC
even simplier:

write anywhere any string, then copy it in the clipboard (let's say "gaga").

in the terminal run this command:
echo bubu | xsel -ib

then switch to netbeans and if ctrl+v is pressed the string "gaga" gets pasted, not "bubu".

after that xsel command copy-paste from system to netbeans won't work anymore...
Comment 2 masavini 2015-03-16 15:47:56 UTC
another test:

installed ubuntu 14.04.02 LTS on a virtualbox virtual machine.
run sudo apt-get install netbeans xsel
launched netbeans
run echo bubu | xsel -ib on the terminal
pressed ctrl+v in netbeans: nothing happens