https://bugs.winehq.org/show_bug.cgi?id=54182
Bug ID: 54182 Summary: Altirra: Paste of text into debugger console replaces whole text though it wasn't selected Product: Wine Version: 6.0.3 Hardware: x86-64 URL: https://www.virtualdub.org/altirra.html OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: jaromir.obr@gmail.com Distribution: Ubuntu
Created attachment 73715 --> https://bugs.winehq.org/attachment.cgi?id=73715 A screencast describing the issue - you can play it in Chrome
Originally reported here: https://forums.atariage.com/topic/327133-altirra-400-released/?do=findCommen...
Steps to reproduce: 1) Install and run Altirra emulator: https://www.virtualdub.org/downloads/Altirra-4.01.zip 2) Press F8 (It will start debugger and break application) 3) Type "db" into debugger's console 4) Select and copy a text to clipboard over "Ctrl + C" - e.g. from Altirra or from another application (even from a non Wine application) 5) Click into the debugger's console and paste text to the cursor after the existing text ("Ctrl + V")
Expected result: * The existing text is not replaced
Actual result: * Whole existing text is replaced
The issue doesn't happen when running Altirra natively in Windows 10.
Used SW: * Ubuntu 22.04 * Wine 6.0.3 * Altirra 4.10 (also older versions are affected)
https://bugs.winehq.org/show_bug.cgi?id=54182
--- Comment #1 from Jaromir Obr jaromir.obr@gmail.com --- Just tested with Altirra 4.20-test29, wine-8.21 (Staging, https://wiki.winehq.org/Ubuntu), Ubuntu 23.10.
The issue isn't present. Maybe was fixed somehow?