cjprecord / editra

Editra - Developers Text Editor
Other
3 stars 0 forks source link

Copy Paste not working properly. It's really annoying #824

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open any text document with Editra
2. Copy some text with from Editra
3. Close Editra
4. Try to paste that text to somewhere.

What is the expected output? What do you see instead?
Expected: Paste text
Result: Clipboard cleared.

IMPORTANT!!! Please answer these questions for any and ALL bug reports

What version of the product are you using? On what operating system?
0.7.20 and Windows 8.1

What method of install was your version installed with (Binary/Source)?
Binary

Original issue reported on code.google.com by koraycay...@gmail.com on 4 Sep 2014 at 8:28

GoogleCodeExporter commented 9 years ago
This is an unfortunate issue with wxWidgets. It forces destruction of the app 
clipboard data when the wxApp is exited. There have been several heated debates 
about this on the wx-dev discussion list before. Not sure if they have changed 
their way in any recent releases since I don't follow it anymore.

Anyway this is upstream issue that cannot be solved in editra currently but 
will leave open in case change in wx can be integrated.

Original comment by CodyPrec...@gmail.com on 15 Oct 2014 at 1:36

GoogleCodeExporter commented 9 years ago
Thanks for explanation, best.

Original comment by koraycay...@gmail.com on 15 Oct 2014 at 1:50