Re: Fwd: Pgadmin 1.12 rc1 editing bug

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pg(at)kuhnsteffen(dot)de, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Fwd: Pgadmin 1.12 rc1 editing bug
Date: 2010-09-06 16:03:12
Message-ID: 4C8510C0.4020903@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Le 06/09/2010 09:39, Dave Page a écrit :
> On Fri, Sep 3, 2010 at 11:39 PM, Guillaume Lelarge
> <guillaume(at)lelarge(dot)info> wrote:
>> Le 03/09/2010 23:07, Dave Page a écrit :
>>> On Fri, Sep 3, 2010 at 9:24 PM, Steffen Kuhn <pg(at)kuhnsteffen(dot)de> wrote:
>>>> Hi Guillaume,
>>>>
>>>> the delete problem is following:
>>>> deleting rows has got the shortcut 'del'. Disabeling row deletion disables
>>>> 'del'.
>>>> Even the key event WXK_DELETE is not fired.
>>>> So the solution of this problem which should been there since 'del' is the
>>>> shortcut for row delete
>>>> is to change the shortcut to eg. 'ctrl-del', to get the default behavior of
>>>> the del key.
>>>> Could you please comment this.
>>>
>>> Del on its own is the correct key. It should be able to do the "right
>>> thing" based on whether or not a cell is in edit mode.
>>>
>>
>> Yeah, I agree. See patch attached (not yet commited).
>
> Hmm, that seems to be setting up the button to handle deletion of
> text, which is not really consistent with anything else. Can we leave
> the button to be enabled/disabled as it currently is, and ensure the
> right thing is done in edit more? That would also avoid breaking a
> translation...
>

It's possible to disable the toolbar button, but we'll need to keep the
menu item enabled so that the DEL key still triggers the OnDelete()
method. Is this what you want?

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-09-06 16:06:52 Re: Fwd: Pgadmin 1.12 rc1 editing bug
Previous Message Steffen Kuhn 2010-09-06 10:09:39 Re: Fwd: Pgadmin 1.12 rc1 editing bug