Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel. - Mailing list pgadmin-hackers

From Akshay Joshi
Subject Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.
Date
Msg-id CANxoLDe0Wq9cNE5qMEJQXoTHuVW_fPS-78PJhGRNyoV8xQujtg@mail.gmail.com
Whole thread Raw
In response to Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.  (Pradip Parkale <pradip.parkale@enterprisedb.com>)
Responses Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.  (Pradip Parkale <pradip.parkale@enterprisedb.com>)
List pgadmin-hackers
Hi Pradip

I have seen that we have duplicated code for resize_the_queryToolresize_the_erdtool, resize_the_psql, and in debugger_ui.js file. I would suggest making a common function somewhere in the utils and call that function. In the future, if we need to change the code we will have to change it in four different places.

Please resend the patch after fixing the above issue.

On Thu, Jun 24, 2021 at 7:00 PM Pradip Parkale <pradip.parkale@enterprisedb.com> wrote:
Hi Akshay,

Please find attached for debugger and ERD tool which was missing in my previous patch.

On Wed, Jun 23, 2021 at 11:50 AM Akshay Joshi <akshay.joshi@enterprisedb.com> wrote:
Thanks, the patch applied.

On Wed, Jun 16, 2021 at 11:29 PM Pradip Parkale <pradip.parkale@enterprisedb.com> wrote:
Hi Hackers,

Please find the attached patch for #6398.Detaching query editor panel gives a blank white panel.


--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246



--
Thanks & Regards,
Pradip Parkale
Software Engineer | EnterpriseDB Corporation


--
Thanks & Regards
Akshay Joshi
pgAdmin Hacker | Principal Software Architect
EDB Postgres
Mobile: +91 976-788-8246

pgadmin-hackers by date:

Previous
From: Pradip Parkale
Date:
Subject: Re: [pgAdmin][RM6398]: Detaching query editor panel gives a blank white panel.
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Fixed copy/paste issues for PSQL tool terminal. Fixes