Bug #2309 fix

From: Neethu Mariya Joy <neethumariyajoy(at)gmail(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: Bug #2309 fix
Date: 2018-02-27 18:47:31
Message-ID: CAAdJd1Mwu7ths9DfsjZNOshML9wq_guMb5vXzrKhH-8kZojvbQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,
I am Neethu Mariya Joy, an undergraduate pursuing BE in Computer Science at
BITS Pilani.

I've attempted to fix https://redmine.postgresql.org/issues/2309.
Codemirrors catches all the keyboard and mouse events when 'readOnly'
option is set to 'noCursor' and does not allow copying.
So, I've set 'readOnly' option to true. In order to hide the cursor, I've
added a class 'hide-cursor-workaround' and applied css styles to hide the
cursor.

I'm attaching my patch as bug2309.diff below as per the contribution
guidelines.

Hope this helps. Thank you for your consideration!

Sincerely,
Neethu Mariya Joy
GitHub <https://github.com/Roboneet> | Linkedin
<https://www.linkedin.com/in/neethu-mariya-joy-653655128/>

Attachment Content-Type Size
bug2309.diff text/plain 1.6 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Daniel VanDenBosch 2018-02-27 21:18:17 Dark theme for pg admin 4
Previous Message Neethu Mariya Joy 2018-02-27 17:17:18 Bug #3083 fix