Re: [pgadmin-hackers] [pgAdmin4][patch]: RM 1967 - Layout is not remembered

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgadmin-hackers] [pgAdmin4][patch]: RM 1967 - Layout is not remembered
Дата
Msg-id CA+OCxozprGRcduXiwRntSwGxqwHn0rZGs6k0NBY1oVgOAk8f4g@mail.gmail.com
обсуждение исходный текст
Ответ на [pgadmin-hackers] [pgAdmin4][patch]: RM 1967 - Layout is not remembered  (Neel Patel <neel.patel@enterprisedb.com>)
Список pgadmin-hackers
Thanks - committed with a minor change to use an async request (I
think that removed the only remaining sync Ajax call we had left :-)
).

On Fri, Jan 13, 2017 at 10:55 AM, Neel Patel
<neel.patel@enterprisedb.com> wrote:
> Hi,
>
> Please find attached patch file with the fix of RM #1967.
>
> Issue:-
> Sometime arranged layout is not getting remembered. This may be due to we
> were saving the layout on "unload" event and handling of "unload" event
> varies from different versions of browser so we should not listen "unload"
> event for saving layout.
>
> Solution:-
> Save the Layout on docker's "ATTACHED, DETACHED, MOVE_ENDED" event so that
> layout will be saved once user move the panel.
>
> Do review it and let us know for comments.
>
> Thanks,
> Neel Patel
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>



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

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


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

Предыдущее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Store layout changes on each adjustment,rather than
Следующее
От: Dave Page
Дата:
Сообщение: [pgadmin-hackers] pgAdmin 4 commit: Handle comments on databases withdatallowconn=False