Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1ermFs-0007gC-FW for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Mar 2018 15:05:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1ermFr-0006mn-Do for pgadmin-hackers@arkaria.postgresql.org; Fri, 02 Mar 2018 15:05:51 +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.89) (envelope-from ) id 1ermFr-0006mb-59 for pgadmin-hackers@lists.postgresql.org; Fri, 02 Mar 2018 15:05:51 +0000 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1ermFn-0003bB-QN for pgadmin-hackers@postgresql.org; Fri, 02 Mar 2018 15:05:49 +0000 Received: by mail-wm0-x243.google.com with SMTP id w128so3757490wmw.0 for ; Fri, 02 Mar 2018 07:05:47 -0800 (PST) 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=MU0zQ+nungNEiIdSk6BAC0aQDeg6p3dLQo3QPKcBZd0=; b=iCWk//8Es5NnOJtPB2KGeVNJyTtzdpjf5wvoIBS13A9YlgXfwsR7DMh+vtFnwFjx9L qRB/c3vNad214QEy6etueutgDiUeFZoXAIcPSGAprhkYYHZmeUN2YMqJRgOmify1AmlE 08RHY+4VlOCKg0Zi/R0pUXLCa/GQUoh70wKOL4ZOx5Qcuc82UtFQ4veDbGTtzsbyLhDJ FkCHH9NUxNws+BTg/nJ8+Wv/bHbK4gZzSjao48CxdkZ9JRgEPYVqiGzyGJDWwuPGaXxT usYw49LN5i+vzWWiuf5M+op7KVF6wqWP2uYNWICcTV5M9IBOHbzRgtkLKpCtADfca8Yo 65xw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=MU0zQ+nungNEiIdSk6BAC0aQDeg6p3dLQo3QPKcBZd0=; b=FsOcLoZ2ivxh6j8A/qlsAk1KQdPeRnUp8dVKijbRVy0JwMaziJdKSu6qFj0SVHgDx1 yDpUDoqqf2ZhFkxr60m5OBqia97yFmxxcZUuj/BtgnyHjJAV1Vy4xdQMLqnBiz2RxMTj 45XSmZl6fDhElbCNXTnsI3Np1C4HqPg7610S/ShuNhG36bJ/MEhXtWcnrlA2GDMhFTvW MyYv2TBJrocIJuAzICrmtProwph4U8XSGXCLJVb15UreUX1138y5WjdiUhjbiKWvVCsA wAyfA59+v5zcoN2GpSwDeJYezvptfolABo+M4TMcDIC9NyXo6Hs7iZYz1ZHq11M1wpRn L2aA== X-Gm-Message-State: AElRT7FKfrhVLFnpnfakYqxmsyEiwvfTxcej7NwTlauYEGmyoslJlSuX yIulgPQ2AK7yfV/QpCXYOkwQLqkq1830jzTEM/PT8A== X-Google-Smtp-Source: AG47ELt/qAO/woT/eXJzEwfHE/kZ/nHDzo3K20rAHYz1lkf58yc1Qe0NNTPhU+Nln9UoSnYM11yCf4ZnKhBtL8JwEto= X-Received: by 10.28.5.75 with SMTP id 72mr1892676wmf.154.1520003146282; Fri, 02 Mar 2018 07:05:46 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.109.7 with HTTP; Fri, 2 Mar 2018 07:05:45 -0800 (PST) In-Reply-To: References: From: Dave Page Date: Fri, 2 Mar 2018 15:05:45 +0000 Message-ID: Subject: Re: [pgAdmin4][RM#3153] Fix the issue in Debugger module To: Murtuza Zabuawala Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary="001a114429c897833d05666f4f8f" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk --001a114429c897833d05666f4f8f Content-Type: text/plain; charset="UTF-8" Thanks, patch applied. On Fri, Mar 2, 2018 at 11:05 AM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > I have fixed below issues, > 1) Fixed typo in accesskey assignment in html template. > 2) Edit value in Grid using Tab key was not working and added test case > for the same. > > I have created sub task for auto scrolling while step in and step over > button. > https://redmine.postgresql.org/issues/3166 > > -- > Regards, > Murtuza Zabuawala > EnterpriseDB: 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 --001a114429c897833d05666f4f8f Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Thanks, patch applied.
On Fri, Mar 2, 2018 at 11:05 AM, Murtuza Zabuaw= ala <murtuza.zabuawala@enterprisedb.com> wr= ote:
Hi,<= /div>

I have fixed below issues,
1) Fixed typo in accesskey assignment in html template.
2) Edit value in Grid using Tab key was not working and a= dded test case for the same.

I= have created sub task for auto scrolling while step in and step over butto= n.

--
Regards,Murt= uza Zabuawala
EnterpriseDB:=C2=A0http://www.enterprisedb.com=
The Enterprise PostgreSQL Company

=



--
Dave Page
Blog: = http://pgsnake.bl= ogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com<= br>The Enterprise PostgreSQL Company
--001a114429c897833d05666f4f8f--