pgAdmin 4 commit: Do not close the menu, when clicking on the menu with

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Do not close the menu, when clicking on the menu with
Date: 2016-04-25 16:37:33
Message-ID: E1aujVt-00040T-34@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2016-04-26 10:33:59 [pgAdmin4][Patch]: Fixed the TypeError into session.py
Previous Message Neel Patel 2016-04-25 13:48:33 Re: [pgAdmin4][Debugger]: Initial Patch