Bug in Database Nodes in the Tree

Поиск
Список
Период
Сортировка
От Yosry Muhammad
Тема Bug in Database Nodes in the Tree
Дата
Msg-id CAFSMqn9bUm4SGsicbVf9_vgy9rhEXp_J5zhrXM0gBgevUffrEQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Bug in Database Nodes in the Tree  (Khushboo Vashi <khushboo.vashi@enterprisedb.com>)
Список pgadmin-hackers
Hi Khushboo,

There's a minor bug that I noticed a while back that when you right click a disconnected database (to drop it for example) it automatically connects to the database and expands the node. This behaviour is a little annoying to users (me too), I am trying to fix it.

I looked around the code in the browser module (node.js, database.js, menu.js) and I couldn't find a way to modify this behaviour. Is this handled internally by jQuery? Is modifying this behaviour feasible?

I think the problem is that the right click event triggers the left event click too. Am I correct?

Thanks!

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Randomise table names for tests.
Следующее
От: Khushboo Vashi
Дата:
Сообщение: Re: Bug in Database Nodes in the Tree