Re: Re: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger

Lists: pgadmin-support
From: Basil Bourque <basil(dot)bourque(dot)lists(at)pobox(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger
Date: 2011-02-16 23:39:43
Message-ID: F246364E-8DEF-4B0A-ACB6-1D6113B7A756@pobox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

I'm new to Postgres and pgAdmin -- Where should I report a bug in pgAdmin?

I found an annoying cosmetic bug in pgAdmin where the rows in the data grid showing the result of a SQL execution are not re-sized to accommodate a very large font size set in preferences.

1) Set Preferences > Query Tool (tab) > Font to a larger size, such as 24 points. Click OK to apply.

2) Quit pgAdmin, to be sure new preferences take effect. Restart pgAdmin.

3) Select Tools > Query Tool, to open an interactive SQL session window.

4) Execute some SQL, such as: select now();

Notice the bug: Row 1 in the Output pane is not tall enough to show the large font size of the text. The text is clipped vertically.

While cosmetic, this bug affects:
- People doing presentations on overhead projectors where increasing the font size makes reading easier for the audience.
- People with a preference for larger fonts, often needed on certain computers screens.
- People with visual/sight challenges

pgAdmin3 1.12.2 on Mac OS X 10.6.5, installed by Postgres 9.0.x.

And thanks to all who work on pgAdmin. It has been very useful to me, and I've found it to be very stable and well-built.

--Basil Bourque


From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Basil Bourque <basil(dot)bourque(dot)lists(at)pobox(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger
Date: 2011-02-20 23:05:03
Message-ID: 4D619E1F.2000305@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

Le 17/02/2011 00:39, Basil Bourque a écrit :
> I'm new to Postgres and pgAdmin -- Where should I report a bug in pgAdmin?
>
> I found an annoying cosmetic bug in pgAdmin where the rows in the data grid showing the result of a SQL execution are not re-sized to accommodate a very large font size set in preferences.
>
> 1) Set Preferences > Query Tool (tab) > Font to a larger size, such as 24 points. Click OK to apply.
>
> 2) Quit pgAdmin, to be sure new preferences take effect. Restart pgAdmin.
>
> 3) Select Tools > Query Tool, to open an interactive SQL session window.
>

> 4) Execute some SQL, such as: select now();
>
> Notice the bug: Row 1 in the Output pane is not tall enough to show the large font size of the text. The text is clipped vertically.
>
> While cosmetic, this bug affects:
> - People doing presentations on overhead projectors where increasing the font size makes reading easier for the audience.
> - People with a preference for larger fonts, often needed on certain computers screens.
> - People with visual/sight challenges
>

You need to set the font size accordingly in the preferences tab because
the size of the row depends on this font size.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com


From: Basil Bourque <basil(dot)bourque(dot)lists(at)pobox(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger
Date: 2011-02-25 01:38:15
Message-ID: B6A64633-E1C4-44A8-8A43-C78B3A23329D@pobox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

>> 1) Set Preferences > Query Tool (tab) > Font to a larger size, such as 24 points. Click OK to apply.
>>
>> Notice the bug: Row 1 in the Output pane is not tall enough to show the large font size of the text. The text is clipped vertically.
>>

> You need to set the font size accordingly in the preferences tab because
> the size of the row depends on this font size.

The bug is that the size of the row (height) does NOT react to the point size specified in Preferences.

--Basil Bourque


From: hilmyh <hilmyh(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger
Date: 2011-03-27 09:20:55
Message-ID: 1301217655548-4266188.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support


Basil Bourque-2 wrote:
>
> The bug is that the size of the row (height) does NOT react to the point
> size specified in Preferences.
>

I think what Guillaume meant is the main Font selection at the top of the
Preferences tab which affects all the font in pgAdmin III. You changed the
Font in the Query Tool tab.

I'm on Windows 7 so it might be a bit different on Mac.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Bug-Rows-in-Query-Output-pane-fail-to-grow-in-height-when-font-size-preference-size-is-larger-tp3388594p4266188.html
Sent from the PostgreSQL - pgadmin support mailing list archive at Nabble.com.


From: Basil Bourque <basil(dot)bourque(dot)lists(at)pobox(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Re: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger
Date: 2011-10-13 06:17:45
Message-ID: BB56ED83-753F-442C-94AD-98CA4BA4804D@pobox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

>> The bug is that the size of the row (height) does NOT react to the point
>> size specified in Preferences.
>
> I think what Guillaume meant is the main Font selection at the top of the
> Preferences tab which affects all the font in pgAdmin III. You changed the
> Font in the Query Tool tab.
>
> I'm on Windows 7 so it might be a bit different on Mac.

No, the bug happens in either case. Setting a large font size in pgAdmin 1.14.0 in either:
• Options > Preferences > Font
• Options > Query Tool > Font
causes the fonts to get bigger, but any table of data generated for display in the "Output Pane" of a SQL Query window fails to grow its row size vertically. So the larger font is clipped and unreadable.

Screen shot:
http://www.gridsgonewild.com/postgres/pgadmin_font_size_bug.png

--Basil Bourque


From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Basil Bourque <basil(dot)bourque(dot)lists(at)pobox(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Re: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger
Date: 2011-10-24 20:34:00
Message-ID: 1319488440.2828.110.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

On Wed, 2011-10-12 at 23:17 -0700, Basil Bourque wrote:
> >> The bug is that the size of the row (height) does NOT react to the point
> >> size specified in Preferences.
> >
> > I think what Guillaume meant is the main Font selection at the top of the
> > Preferences tab which affects all the font in pgAdmin III. You changed the
> > Font in the Query Tool tab.
> >
> > I'm on Windows 7 so it might be a bit different on Mac.
>
> No, the bug happens in either case. Setting a large font size in pgAdmin 1.14.0 in either:
> • Options > Preferences > Font
> • Options > Query Tool > Font
> causes the fonts to get bigger, but any table of data generated for display in the "Output Pane" of a SQL Query window fails to grow its row size vertically. So the larger font is clipped and unreadable.
>
> Screen shot:
> http://www.gridsgonewild.com/postgres/pgadmin_font_size_bug.png
>

It also happens on Linux. Now fixed. Thanks :)

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com


From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: Re: Re: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger
Date: 2011-10-27 01:02:31
Message-ID: 4EA8ADA7.6010802@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support


> It also happens on Linux. Now fixed. Thanks :)

Is there somewhere I could download a snapshot for OSX? I have some
demos later this month and would love to be able to enlarge the text a bit.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Re: Bug - Rows in Query Output pane fail to grow in height when font size preference size is larger
Date: 2011-10-27 19:02:21
Message-ID: 1319742141.6582.9.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgadmin-support

On Wed, 2011-10-26 at 18:02 -0700, Josh Berkus wrote:
> > It also happens on Linux. Now fixed. Thanks :)
>
> Is there somewhere I could download a snapshot for OSX?

Nope. If you asked for a Linux or Windows snapshot, I could probably
build one. But Mac OS X, I can only compile a debug version of it and
I'm quite sure it won't be usable anywhere else.

Maybe Dave can build that for you.

--
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com