arxarian / kbang

Automatically exported from code.google.com/p/kbang
GNU General Public License v2.0
2 stars 1 forks source link

Make chat able to be copied to clipboard #47

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
to use online translation tools... kbang is an international game!!

Original issue reported on code.google.com by the.ut...@gmail.com on 5 Aug 2009 at 4:16

GoogleCodeExporter commented 9 years ago
Text from chat window can be copied on Linux. I believe this issue is only 
related 
to Windows. Anyway, I agree with you - this should really work everywhere.

Original comment by MacJar...@gmail.com on 4 Sep 2009 at 5:29

GoogleCodeExporter commented 9 years ago
I've been trying to fix this as it doesn't work right in Mac or Windows.  Not 
sure why 
Qt wouldn't implement it by default, but it doesn't appear to.  Right now I 
have an 
"Edit/Copy" menu, but the shortcut doesn't work properly.  Selecting text, then 
select 
the Copy menu item does work at the moment. 

Original comment by james.n....@gmail.com on 18 Sep 2009 at 7:31

GoogleCodeExporter commented 9 years ago
I can give you a hint. Try to change the QTextBrowser's FocusPolicy property. I
manually change the default value in ChatWidget constructor, so this could be 
the
problem. I don't have access to a Windows or Mac computer, so I cannot test it 
myself.

Original comment by MacJar...@gmail.com on 18 Sep 2009 at 7:51

GoogleCodeExporter commented 9 years ago
A right-click on the chat inserting box opens an Edit/Copy menu, but the same 
does not 
work in the chat window upon.

Original comment by the.ut...@gmail.com on 4 Oct 2009 at 4:15