<div>Hi,</div><div><br></div><div>I'm working on qscintilla these days, replacing the default text-edit widget for better user experience.</div><div><br></div><div>My operation system is:</div><div>  - Linux Mint 17.3 Rosa 64-bit (based on Ubuntu 14.04)</div><div>  - Linux 3.19.0-32-generic x86_64</div><div>  - MATE 1.12.0</div><div>  - gtk 3.10.8</div><div><br></div><div>At first the project is built with the latest qt5 toolchain (5.9.2) downloaded from qt.io, however, I found that when some text is selected and I right-click inside the edit area, the selection would be removed (it is not cut into the clipborad).<br></div><div><br></div><div>Then, I installed the qt4 development files (4.8.5) from the ubuntu repo, and compiled with qmake-qt4 again, this behavior disappears and everything works fine.</div><div><br></div><div>I googled for half an hour but was unable to find similar reports.</div><div><br></div><div>Is this a compability issue of scintilla or qt5? Does anyone know how to fix it in qt5?</div>