Re: v1.14 beta1: Ctrl-C does not copy selected text inside a textbox in the edit grid

From: Erwin Brandstetter <brsaweda(at)gmail(dot)com>
To: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: v1.14 beta1: Ctrl-C does not copy selected text inside a textbox in the edit grid
Date: 2011-04-30 07:34:14
Message-ID: 4DBBBB76.3040108@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On 30.04.2011 09:23, Guillaume Lelarge wrote:
> Le 29/04/2011 16:55, Erwin Brandstetter a écrit :
>> [...]
>> Testing pgAdmin v1.14 beta1 on Win XP Home
>>
>> Concerning ..
>>> 2010-08-30 GL 1.14.0 Allow the use of Ctrl-V inside a textbox of
>> frmEditGrid. Patch from Steffen Kuhn.
>>
>> Ctrl-V now works fine to paste text.
>> If I select part of the text (in edit mode) and use "Copy" from the
>> context menu, the selected text is copied. As expected.
>>
>> However, if I press Ctrl-C, the whole text is copied instead of the
>> selection. This should copy the selected text as well.
>> The problem has been there in previous versions.
>>
> Works for me on Linux. And I don't see anything in the code that would
> make it a Windows only bug. Are you sure?

Yes, I am sure. The bug has been there for a while. I had hoped v1.14
would have fixed it ...
Probably a Windows only bug.

Regards
Erwin

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Erwin Brandstetter 2011-04-30 07:43:24 Re: v1.14 beta1: Ctrl-C does not copy selected text inside a textbox in the edit grid
Previous Message Guillaume Lelarge 2011-04-30 07:26:55 Re: wxWidgets 2.9 build - new incompatibilities