eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
20.06k stars 2.5k forks source link

[editor] Closing a tab with middle click paste my clipboard data into the current editor #4517

Open paul-marechal opened 5 years ago

paul-marechal commented 5 years ago

Description

Closing a tab with middle click paste my clipboard data into the current editor.

Reproduction Steps

Close tabs using middle mouse click

OS and Theia version

Ubuntu 16.04 Theia master (https://github.com/theia-ide/theia/commit/d287ff44c816c58ce05c9ae833c48a95f707e624)

Diagnostics

Windows doesn't paste things when using middle mouse click, and I don't know about OSX. But on Linux this is pretty common.

lmcbout commented 5 years ago

The middle mouse click inserts the clipboard when I click the preference title bar on Firefox, not Chrome after fixing issue #6198