The bug is definitely a wxWidgets bug, and exists both in 2.8.11 and 2.9.1. I was able to reproduce it in their "grid" sample.
I submitted a bug to the wxWidgets project: http://trac.wxwidgets.org/ticket/12276 Do you think pgAdmin should implement some sort of temporary fix in the meanwhile? Thanks, Jeff On Tue, Jul 27, 2010 at 3:23 PM, Guillaume Lelarge <guilla...@lelarge.info>wrote: > Le 27/07/2010 21:01, Jeff Adams a écrit : > > I'm attempting to get a wxGrid sample working so I can test it. > > > > You need to compile wxWidgets code for that. Make sure you get 2.8 > branch. We don't support 2.9 right now. > > > One option simpler than changing grid components would be changing > something > > about the cell (for example, a really ugly option would be changing the > > background color) whenever you set data in excess of 65535 characters on > > windows... > > > > Ugly and not really intuitive. But, at least, not buggy. > > > -- > Guillaume > http://www.postgresql.fr > http://dalibo.com >