> -----Original Message----- > From: Raphaël Enrici [mailto:[EMAIL PROTECTED] > Sent: 19 July 2006 21:12 > To: Dave Page > Cc: [email protected]; Devrim GUNDUZ; Hiroshi Saito > Subject: Re: [pgadmin-hackers] 1.4.3 Uploaded > > I've just started the build so that Peter can upload it rapidly to > Debian. I need help to sort out what bugs are and are not > fixed in this > release. Can you take a look at > http://bugs.debian.org/pgadmin3 please? > > Most of the bug I've forwarded have been forgotten I believe.
Hmm, I don't recall ever seeing most of those :-( Well, of the outstanding ones: #350722: pgadmin3: mouse wheel not working in data view window - That'll be either wxWidgets or GTK rather than us as our code doesn't implement that level of the UI. Can this problem be reproduced in the wxWidgets grid sample? #303770: pgadmin3: characters cut off in view data - Width-wise I'm not overly surprised - we made a decision long ago to keep the columns a default width as standard and not have them varying in size. The user can adjust the width as necessary. I cannot reproduce the problem with the height. Is the use using non-standard fonts? #364787: pgadmin3: pressing delete key on selected rows doesn't delete rows - Yes and no it seems. On Windows it does, however on GTK the event is captured by the selected cell rather than the control. I've not yet found a way round that. #333175: please include the upstream changelog - That would be one for you! #364784: pgadmin3: selecting datatype in when creating new columns is very uncomfortable - The list is semi-alphabetical. It is ordered in blocks such that it shows domains, then pure types, and then array types. I am aware that it isn't easy to use though, however this is something I have to work on for 1.6. Regards, Dave. ---------------------------(end of broadcast)--------------------------- TIP 2: Don't 'kill -9' the postmaster
