[pgAdmin4][runtime]: RM #2328 - Unable to launch query tool and debugger in new browser tab

From: Neel Patel <neel(dot)patel(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][runtime]: RM #2328 - Unable to launch query tool and debugger in new browser tab
Date: 2017-05-05 10:53:41
Message-ID: CACCA4P3zyGfc7nFLCCiq8O4OU=ErTkmvR=mYMOQOao2-T_RJ_A@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 #2328 - [Runtime]:
Unable to launch query tool and debugger in new browser tab.

I have used Qt 5.8 with webkit mentioned in below URL.

https://github.com/annulen/webkit/releases

As there was a bug in QWebKit regarding "unload" event. We have raised and
also they have provided patch file to fix this issue. I have applied the
patch in linux and compile the webkit and tested the attached patch with
compiled webkit which is now working fine.

Below is the link for reference regarding unload issue. They have provided
test webkit release for Mac in below URL but for other platform we need to
apply the patch and compile the webkit until they provide webkit-releases
for all platforms.

https://github.com/annulen/webkit/issues/519

Do review it and let me know in case of any issue.

Thanks,
Neel Patel

Attachment Content-Type Size
RM_2328.patch application/octet-stream 28.2 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Surinder Kumar 2017-05-05 11:52:42 Re: [pgAdmin4][Patch][RM2257]: Query tool - Insert row doesn't use default values
Previous Message Navnath Gadakh 2017-05-05 10:35:59 Re: pgAdmin4: Test-suite OS compatability issue