Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bhees-00073N-Ms for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Sep 2016 15:21:03 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bhees-0003fx-2O for pgadmin-hackers@arkaria.postgresql.org; Wed, 07 Sep 2016 15:21:02 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bheer-0003du-7J for pgadmin-hackers@postgresql.org; Wed, 07 Sep 2016 15:21:01 +0000 Received: from mail-it0-x236.google.com ([2607:f8b0:4001:c0b::236]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bheeo-00079r-BZ for pgadmin-hackers@postgresql.org; Wed, 07 Sep 2016 15:21:00 +0000 Received: by mail-it0-x236.google.com with SMTP id i184so203803692itf.1 for ; Wed, 07 Sep 2016 08:20:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=3LPAa8Kg1CeK5K0UIMt2HMINalY2J31OMNTBlCSvamE=; b=iPjZr92OL94FPTKMEjdO8eWIWpbOgIeeqKkJ3am0HG+bpjb3rK4EQkGCNvTe9tJkiI wllIOBni3HGe40Odr7kE9WtRWnIvYx/w0+CT+aoD/dZUJ3YmEyBONQXs6t+ChzvrP1jx v76lor0ou+tLxrrGqgzLP3TiKslDQ0m6S4+Ve/Fm+ugV4bi+JZh1QdrRc40sybeaGO/c GBfIqASTF5Ai582APfc6FNFdljR3ASSuIDuP47E6wMOXn/50TeFhPZ3pPsoKokhMhhr9 Q2FtkJoUMRajYlfGZIBsRU7JGEtjvJUSzYlD7wk4I0f+vLArBH0ZIBthaePokrzeFl7y Vdbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=3LPAa8Kg1CeK5K0UIMt2HMINalY2J31OMNTBlCSvamE=; b=Tv67lBZnldFx0g+nteGdrVBBfFuqZOLAvFdDAOTcL96cYhZjBMP+NXTvzgSo3cKXkt cFDvDUkuj5xJG9ZGVhVnlapteOq1pb9Nncfd0kTDTulxLPmhfqqYHb2zCWkTWCKzeQQZ 8MiVJdO9IWNPNb0DI8j3BNUya49UmkhdA8dUrDUqPyEyr3HYf/m1IaXn0XRF+M8oFyTM 2NIE5wwH8jXRyAKaeWrwTOudrNFbzCE2V/9x75/t8SIWLosxfQwDaqoHeT/SJoYsujoS py/1OyD5va3ruGZ34U/LqSmHd9aHTyz8+XXNDqEd6jooo7NL+FUGOOtuCrQsx61ScK68 P8HQ== X-Gm-Message-State: AE9vXwPviXczuIth6xztMHckZRWR7rqUTeIqJ7JrkBIwb1xr36Hn6LeI4l5lX389//KYsai9W6jciYH+9kebsQ== X-Received: by 10.36.103.214 with SMTP id u205mr7260676itc.88.1473261657435; Wed, 07 Sep 2016 08:20:57 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Wed, 7 Sep 2016 08:20:56 -0700 (PDT) In-Reply-To: References: From: Dave Page Date: Wed, 7 Sep 2016 16:20:56 +0100 Message-ID: Subject: Re: [pgAdmin4][Patch]: RM1581 - When switching between query tabs, the selected tab is not ready to run a query To: Surinder Kumar Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Thanks - applied. On Wed, Sep 7, 2016 at 3:27 PM, Surinder Kumar wrote: > Hi > > Please find updated patch with below changes: > 1. A code block is formatted, previously not aligned. > 2. rebased the patch. > 3. Remove trailing whitespace. > > On Wed, Sep 7, 2016 at 6:33 PM, Dave Page wrote: >> >> Hi >> >> This doesn't apply - can you rebase it please? >> >> Thanks. >> >> On Wed, Sep 7, 2016 at 12:46 PM, Surinder Kumar >> wrote: >> > Hi >> > >> > This patch contains following changes: >> > 1) Set focus on query tool once loaded. >> > 2) While switching b/w panels find active tab and set focus on query >> > tool. >> > 3) Remove whitespace from file. >> > >> > This will allow user to switch b/w panels without insisting user to >> > click on >> > query tool. >> > >> > Please find attached patch and review. >> > >> > Thanks, >> > Surinder Kumar >> > >> > >> > -- >> > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) >> > To make changes to your subscription: >> > http://www.postgresql.org/mailpref/pgadmin-hackers >> > >> >> >> >> -- >> Dave Page >> Blog: http://pgsnake.blogspot.com >> Twitter: @pgsnake >> >> EnterpriseDB UK: http://www.enterprisedb.com >> The Enterprise PostgreSQL Company > > -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers