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

Поиск
Список
Период
Сортировка
От Ashesh Vashi
Тема pgAdmin 4 commit: Do not close the menu, when clicking on the menu with
Дата
Msg-id E1aujVt-00040T-34@gothos.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Neel Patel
Дата:
Сообщение: Re: [pgAdmin4][Debugger]: Initial Patch
Следующее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch]: Fixed the TypeError into session.py