pgAdmin 4 commit: Fixed mouse click issue where it does not select an o

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fixed mouse click issue where it does not select an o
Date: 2020-04-24 06:02:28
Message-ID: E1jRrPw-0000LG-Q7@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed mouse click issue where it does not select an object in Browser unless the pointer is over the object. Fixes #4180

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=90849fe29b99914308c7f46ac99223ff1b417d76
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_21.rst | 1 +
web/pgadmin/browser/static/js/browser.js | 1 +
web/pgadmin/preferences/static/js/preferences.js | 1 +
web/pgadmin/static/scss/_aci_tree.overrides.scss | 216 ++++++++++++-----------
4 files changed, 119 insertions(+), 100 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-24 06:03:24 Re: [pgAdmin][RM4180] Mouse click does not select object in Browser unless pointer is over object
Previous Message Nagesh Dhope 2020-04-24 05:19:22 Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel