[pgAdmin III] #337: Ctrl-C in edit broken under Windows

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #337: Ctrl-C in edit broken under Windows
Date: 2011-08-30 16:22:15
Message-ID: 045.a8ef578c2ea39e14c9e0e68f2419d820@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#337: Ctrl-C in edit broken under Windows
---------------------+------------------------------------------------------
Reporter: brsa | Owner: dpage
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: | Platform: windows
---------------------+------------------------------------------------------
When copying with Ctrl-C the _original_ state of the textbox is copied
instead of the actual selection.
However, chosing "Copy" from the context menu works as expected.

This bug has been around for a long time. At least since v1.12.

I am testing on windows XP Pro and this may be specific to Windows or
Windows XP, as Guillaume could not reproduce it on Linux.

There is a thread concerning this one in -hackers:
http://archives.postgresql.org/pgadmin-hackers/2011-04/msg00195.php

Steps to reproduce:

Pick any text filed in the edit grid.
Enter edit mode
Select a part of the field OR edit and select any part.
Paste anywhere inside pgAdmin or in another program
-> The whole text field in its initial state has been copied instead of
the selection.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/337>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Erwin Brandstetter 2011-08-30 16:26:25 Re: v1.14 beta1: Ctrl-C does not copy selected text inside a textbox in the edit grid
Previous Message Guillaume Lelarge 2011-08-30 07:11:11 pgAdmin III commit: Fix two bugs in default security panel