Re: [pgadmin-support] ESC closes window without warning

2013-02-07 Thread Dave Page
On Thu, Feb 7, 2013 at 12:30 PM, Michal Kozusznik wrote: > >> That's basically what the patch I posted does. The problem is that the >> base class doesn't have any knowledge of what controls are on an >> instantiated dialogue, or how to test if they've been changed from >> whatever the default is

Re: [pgadmin-support] ESC closes window without warning

2013-02-07 Thread Michal Kozusznik
That's basically what the patch I posted does. The problem is that the base class doesn't have any knowledge of what controls are on an instantiated dialogue, or how to test if they've been changed from whatever the default is (for new objects) or from whatever pgObject derived object exists for

Re: [pgadmin-support] ESC closes window without warning

2013-02-07 Thread Dave Page
On Thu, Feb 7, 2013 at 10:57 AM, Michal Kozusznik wrote: > OK. Thanx for deeper explanation. Looks like I missed a point twice :) > > >> If you have a simple way to make it work, I'd love >> to see a proposed patch because at the moment, I don't see a way to do >> it that wouldn't take at least a

Re: [pgadmin-support] ESC closes window without warning

2013-02-07 Thread Michal Kozusznik
OK. Thanx for deeper explanation. Looks like I missed a point twice :) If you have a simple way to make it work, I'd love to see a proposed patch because at the moment, I don't see a way to do it that wouldn't take at least a few days of work. Don't know architecture of pgadmin, but if reques

Re: [pgadmin-support] ESC closes window without warning

2013-02-07 Thread Dave Page
On Thu, Feb 7, 2013 at 10:20 AM, Michal Kozusznik wrote: > On 6.2.2013 18:19, Dave Page wrote: >> >> It won't be fixed in 1.16.2 I doubt, as it's a change in behaviour >> that's been established for over 10 years with no previous complaints >> that I can recall. > > > I don't want to be rude, but

Re: [pgadmin-support] ESC closes window without warning

2013-02-07 Thread Michal Kozusznik
On 6.2.2013 18:19, Dave Page wrote: It won't be fixed in 1.16.2 I doubt, as it's a change in behaviour that's been established for over 10 years with no previous complaints that I can recall. I don't want to be rude, but maybe no one has used this feature due bugs appearing from time to time.

Re: [pgadmin-support] ESC closes window without warning

2013-02-06 Thread Dave Page
On Wed, Feb 6, 2013 at 3:13 PM, Edson Richter wrote: > I've already reported this issue. > > I hope we get this fixed before next release... It won't be fixed in 1.16.2 I doubt, as it's a change in behaviour that's been established for over 10 years with no previous complaints that I can recall.

Re: [pgadmin-support] ESC closes window without warning

2013-02-06 Thread Edson Richter
I've already reported this issue. I hope we get this fixed before next release... Regards, Edson Em 06/02/2013 13:12, Michal Kozusznik escreveu: I had a function almost finished, written in function editor. Then I accidentally hit ESC making editor closed without any warning. Terrific :( I