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 ---------------------------(end of broadcast)--------------------------- TIP 6: explain analyze is your friend