[pgAdmin4][Patch]: RM_2637 - Copy functionality in Query Tool doesn't work after copying from Data Output

From: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: RM_2637 - Copy functionality in Query Tool doesn't work after copying from Data Output
Date: 2017-08-31 05:28:43
Message-ID: CAM5-9D9DDGGtS9GCWofiEgSAp-ZDgb1PEBmdXQdU28Jj_kfYFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi

While working on webpacking pgAdmin4, I had removed
`document.removeEventListener(...)` temporarily as it was not working in
`strict` mode, giving type error and I forgot to include its fix,

because of this copy/paste functionality didn't work properly which is now
taken care in this patch.

Please find attached patch and review.

Thanks,
Surinder

Attachment Content-Type Size
RM_2637.patch application/octet-stream 1.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-08-31 08:39:12 pgAdmin 4 commit: Fix RE-SQL for triggers with a single arg. Fixes #266
Previous Message Dave Page 2017-08-30 21:17:27 Re: [pgAdmin4][Patch]: Allow user to cancel long running queries from dashboard