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

Поиск
Список
Период
Сортировка
От Neel Patel
Тема [pgadmin-hackers] [pgAdmin4][patch]: RM 1967 - Layout is not remembered
Дата
Msg-id CACCA4P2+MDfJDS-hPWdee1byGEuCwL=gQfMFn_tsdtoskGvxbg@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgadmin-hackers] [pgAdmin4][patch]: RM 1967 - Layout is not remembered  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
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

Вложения

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

Предыдущее
От: Murtuza Zabuawala
Дата:
Сообщение: Re: [pgadmin-hackers] PATCH: To fix the issue in Database node (pgAdmin4)
Следующее
От: Murtuza Zabuawala
Дата:
Сообщение: [pgadmin-hackers] PATCH: To fix the issue in Variable control (pgAdmin4)