Re: Dialog box obscures information

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Colin Beckingham <colbec(at)start(dot)ca>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: Dialog box obscures information
Date: 2012-07-14 12:41:18
Message-ID: 1342269678.8088.3.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Fri, 2012-07-13 at 10:01 -0400, Colin Beckingham wrote:
> Using wxw 2.9.3, latest 1.17 pgadmin:
>
> This is not an error, just a suggestion for improved interaction.
>
> When viewing data from a table or view, begin by selecting all data.
> Then click on the funnel icon to get the dialog that allows you to enter
> a sorting order or a filter. Pops up no problem.
>
> Now, the issue is that when it pops up it obscures important information
> that you might need for the sort or filter. It appears to very
> effectively cover not only the existing data (not much of an issue,
> since you are about to change that), but also a whole chunk of the field
> names which you will need for typing into the dialog box.
>
> Thinking that all you have to do is move the dialog box to reveal the
> field names, you find that dragging the dialog box drags the parent
> window with it. Objective defeated.
>
> Ok so you think, no problem, I will get the field names from the SQL
> pane on the main pgadmin window which contains the create ...
> instructions with the field names. But here, while the main window is
> selectable, the vertical and horizontal sliders are non-functional until
> the dialog box in the child is dismissed.
>
> So the only way so far is to cancel the dialog, gather all the info, and
> start the dialog over again.
>
> I guess there are a number of ways of dealing with this, including
> making the field names available inside the child's dialog box (provided
> in the sort dialog but not the filter). But the simplest would appear to
> be, if possible, make the dialog box draggable independently of the
> parent to reveal the field names and types.

Thanks Colin, I added this one to the list of 2.9 issues.

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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Guillaume Lelarge 2012-07-14 12:42:04 Re: Unable to connect existing PGAdmin to existing PostgreSQL Db
Previous Message Raymond O'Donnell 2012-07-13 15:47:53 Re: Freeze when trying to run a pg_dump backup file as SQL query