> -----Original Message----- > From: pgsql-general-owner@xxxxxxxxxxxxxx > [mailto:pgsql-general-owner@xxxxxxxxxxxxxx] On Behalf Of Tino > Wildenhain > Sent: 12 May 2006 13:19 > To: Kenneth Downs > Cc: pgsql-general@xxxxxxxxxxxxxx > Subject: Re: [GENERAL] GUI Interface > > Yes, that seems a gtk issue. You mark, then klick accidentaly > into the marked text (usually to change the mark area) and in > the result you are dragging the text to nowhere. pgadmin and > X freezes in this case. However you can login via another box > and just kill pgadmin to unfreeze. Maybe there is a problem > with how drag & drop is/isnt handled by the code? I have no idea. It's possible - drag 'n' drop is entirely handled by the Styled Text Control from wxWidgets rather than pgAdmin though, so it should be possible to reproduce it in other STC's in the app - for example, the function defintion on the Function dialogue. I'd be interested if this is possible as it should then be fairly easy to whip up a test case for the wx guys to look at. Regards, Dave