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

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][patch]: RM 1967 - Layout is not remembered
Date: 2017-01-13 10:55:43
Message-ID: CACCA4P2+MDfJDS-hPWdee1byGEuCwL=gQfMFn_tsdtoskGvxbg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Attachment Content-Type Size
RM_1967.patch application/octet-stream 2.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Murtuza Zabuawala 2017-01-13 12:29:23 PATCH: To fix the issue in Variable control (pgAdmin4)
Previous Message Murtuza Zabuawala 2017-01-13 10:00:32 Re: PATCH: To fix the issue in Database node (pgAdmin4)