Re: 1.6.1 and 1.7.0 rendering bug

From: Dave Page <dpage(at)postgresql(dot)org>
To: Clodoaldo <clodoaldo(dot)pinto(dot)neto(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: 1.6.1 and 1.7.0 rendering bug
Date: 2006-12-27 08:57:29
Message-ID: 45923579.2080702@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Clodoaldo wrote:
> 2006/12/23, Clodoaldo <clodoaldo(dot)pinto(dot)neto(at)gmail(dot)com>:
>> When a function is selected in the object browser the function's
>> create script is shown in the properties tab meshed with the
>> properties values.
>>
>> This happens in both 1.6.1 and 1.7.0 with wxGTK 2.8.0. It did not
>> happen in 1.4.x with wxGTK 2.6.
>>
>> As I think it is hard to visualize I took a screenshot (127 KB):
>> http://fahstats.com/img/pgadmin_bug.png
>>
>> I'm using FC5 i386, wxGTK 2.8.0 and the Gnome desktop.
>>
>
> Also happens in the Constraints tab of the table properties window (37KB):
> http://fahstats.com/img/pgadmin_bug1.png

I suspect this is a rendering bug in the underlying listview control
that shows up when pgAdmin puts multiline data in there. Should be easy
to fix by chopping the text at the first \n (or replacing them with
spaces), but out of curiosity, can you resize that row to display it
properly?

Regards, Dave.

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2006-12-27 09:07:18 Re: PG Admin on the command line = pg_dump
Previous Message Dave Page 2006-12-27 08:55:07 Re: How about considering switch to cmake