[pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool - Mailing list pgadmin-hackers

From Surinder Kumar
Subject [pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool
Date
Msg-id CAM5-9D_S+gSmsXGsTWqTFk5J19RPJ7K64tSSJTMn_tpcNr1aMw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: RM1478 - Paste event is not working in Query tool  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
Hi

Issue:
On debugging deeply into the code mirror JS library, I found that Ctrl-V event is mapped for "goPageDown" which is the reason paste not working in Mac Runtime.

I have removed this mapping temporary from Code-mirror key map object once code mirror JS library is loaded.

In Mac Runtime, Paste event will work on Cmd-V.

Please find attached patch and review.


Thanks,
Surinder Kumar
Attachment

pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: PATCH: Do not sort columns based on their lables (pgAdmin4)
Next
From: Dave Page
Date:
Subject: Re: beautifulsoup4, and Python 2.6