pgAdmin 4 commit: Do not close the menu, when clicking on the menu with - Mailing list pgadmin-hackers

From Ashesh Vashi
Subject pgAdmin 4 commit: Do not close the menu, when clicking on the menu with
Date
Msg-id E1aujVt-00040T-34@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Do not close the menu, when clicking on the menu with checkbox.
Introduced a class 'noclose'. Then - menu-item having this class will
not propograte the events to its parent, hence - it will not be closed.

Some of the CSS applicable only to the immediate buttons only, and not
the grand-children.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=9dd3aeadb56e6501bfaf7bd376d9ea7ed2b56109

Modified Files
--------------
web/pgadmin/static/css/overrides.css                         |  6 +++---
.../tools/sqleditor/templates/sqleditor/js/sqleditor.js      | 12 ++++++++----
2 files changed, 11 insertions(+), 7 deletions(-)


pgadmin-hackers by date:

Previous
From: Neel Patel
Date:
Subject: Re: [pgAdmin4][Debugger]: Initial Patch
Next
From: Khushboo Vashi
Date:
Subject: [pgAdmin4][Patch]: Fixed the TypeError into session.py