| From: | Yosry Muhammad <yosrym93(at)gmail(dot)com> |
|---|---|
| To: | Khushboo Vashi <khushboo(dot)vashi(at)enterprisedb(dot)com> |
| Cc: | Dave Page <dpage(at)pgadmin(dot)org>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | Bug in Database Nodes in the Tree |
| Date: | 2019-07-17 17:18:50 |
| Message-ID: | CAFSMqn9bUm4SGsicbVf9_vgy9rhEXp_J5zhrXM0gBgevUffrEQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Khushboo Vashi | 2019-07-18 05:27:21 | Re: Bug in Database Nodes in the Tree |
| Previous Message | Dave Page | 2019-07-17 15:51:02 | pgAdmin 4 commit: Randomise table names for tests. |