pgAdmin 4 commit: Fixed mouse click issue where it does not select an o - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fixed mouse click issue where it does not select an o
Date
Msg-id E1jRrPw-0000LG-Q7@gothos.postgresql.org
Whole thread Raw
List 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.toshniwal@enterprisedb.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(-)


pgadmin-hackers by date:

Previous
From: Nagesh Dhope
Date:
Subject: Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin][RM4180] Mouse click does not select object in Browserunless pointer is over object