Re: RC1 on Friday? - Mailing list pgadmin-hackers

From Dave Page
Subject Re: RC1 on Friday?
Date
Msg-id 46D58180.9060003@postgresql.org
Whole thread Raw
In response to Re: RC1 on Friday?  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: RC1 on Friday?  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
Guillaume Lelarge wrote:
> Dave Page a écrit :
>> I'm thinking we're about ready to release RC1 on Friday. Does anyone
>> think we should have another beta first or disagree with the scheduling?
>>
>
> There's a bug I still need to work on : the "scratch pad delete key"
> bug. If you want to know a bit more about this, take a look at the "Not
> working delete key in a scratch pad" thread on pgadmin-support.
>
> It seems to work on Windows, but not on GTK-Linux. I've tried some fixes
> but neither really did the job. So, I still need to work on it. This is
> on top of my list.

I've committed a fix for this. The keypress was getting caught by the
accelerator defined for the form. I added code to the event handler to
skip the event if focus is in the scratch pad.

Regards, Dave

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r6592 - trunk/pgadmin3/pgadmin/frm
Next
From: Guillaume Lelarge
Date:
Subject: Re: RC1 on Friday?