[pgAdmin4][RM#3153] Fix the issue in Debugger module

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][RM#3153] Fix the issue in Debugger module
Date: 2018-03-02 11:05:26
Message-ID: CAKKotZSpaXg-SwPRhgYwhcA2Yua+k12Trv4tVZWAniTCiOVG8g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
RM_3153.diff application/octet-stream 7.6 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2018-03-02 11:11:30 pgAdmin 4 commit: Ensure the pgAgent job start/end time grid fields syn
Previous Message Dave Page 2018-03-02 09:37:21 Re: [pgAdmin4][Patch]: PEP-8 issue fixes