From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | Guillaume Lelarge <guillaume(at)lelarge(dot)info> |
Cc: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: RC1 on Friday? |
Date: | 2007-08-29 14:24:00 |
Message-ID: | 46D58180.9060003@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Guillaume Lelarge | 2007-08-30 07:39:12 | Re: RC1 on Friday? |
Previous Message | svn | 2007-08-29 14:22:53 | SVN Commit by dpage: r6592 - trunk/pgadmin3/pgadmin/frm |