pgAdmin 4 commit: Ensure the query tool editor has focus when the tab i

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Ensure the query tool editor has focus when the tab i
Date: 2016-09-07 15:20:50
Message-ID: E1bheeg-0004d8-MU@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Ensure the query tool editor has focus when the tab is selected or when first shown so the user can immediately type/execute. Fixes #1581

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=f13de8b86b0e83f4aa96ecd9f0ae8844a1d8a7ae
Author: Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com>

Modified Files
--------------
.../sqleditor/templates/sqleditor/js/sqleditor.js | 73 +++++++++++++---------
1 file changed, 43 insertions(+), 30 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2016-09-07 15:20:56 Re: [pgAdmin4][Patch]: RM1581 - When switching between query tabs, the selected tab is not ready to run a query
Previous Message Surinder Kumar 2016-09-07 14:27:19 Re: [pgAdmin4][Patch]: RM1581 - When switching between query tabs, the selected tab is not ready to run a query