Re: Possible Bug: pgAdmin3 , OSX multi monitor quirk.

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Possible Bug: pgAdmin3 , OSX multi monitor quirk.
Дата
Msg-id CA+OCxoyQpqegDgqu-OGVTuNdQJ00d8hX4zTBNO973OhNyCmMYA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Possible Bug: pgAdmin3 , OSX multi monitor quirk.  (greenpm <pgreen@bottomline.com>)
Ответы Re: Possible Bug: pgAdmin3 , OSX multi monitor quirk.
Список pgadmin-support
On Thu, Sep 3, 2015 at 4:48 PM, greenpm <pgreen@bottomline.com> wrote:
> It appears that this is a bug in the way the pgAdmin stores the window (or
> dialog) location to the "pgadmin3 Preferences" file when it exits. Following
> is a snippet of a typical problematic window location. Notice that the Top
> is a negative number. pgAdmin should never save a negative number. If this
> file is edited to contain a positive number (I used "Top=240") the window
> appears correctly.
>
>
> [Properties/Server]
> Left=2525
> Top=-51
> Width=600
> Height=552

Aside from the sign, does it seem that the value is correct, or just
one that would work? I've seen this issue on my system, however I have
multiple monitors of differing sizes and always assumed it was just
wxWidgets getting the position from the wrong monitor (wx really
doesn't handle multiple displays well).

Sanket; can you see what would be involved in patching the pgAdmin
code to ensure we never store a negative coordinate for Window
position? Not sure if just removing the sign or resetting to zero or
something would be best - I think we need to test that.

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



В списке pgadmin-support по дате отправления:

Предыдущее
От: greenpm
Дата:
Сообщение: Re: Possible Bug: pgAdmin3 , OSX multi monitor quirk.
Следующее
От: Sanket Mehta
Дата:
Сообщение: Re: Possible Bug: pgAdmin3 , OSX multi monitor quirk.