pgAdmin 4 commit: Fix auto scrolling issue in debugger on step in ands - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 commit: Fix auto scrolling issue in debugger on step in ands
Date
Msg-id E1fuzxJ-0008Vf-PB@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Fix auto scrolling issue in debugger on step in and step out. Fixes #3554.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=283a69a21a6b232677b7c1365b2d17a0f436ac3b
Author: Aditya Toshniwal <aditya.toshniwal@enterprisedb.com>

Modified Files
--------------
docs/en_US/release_notes_3_3.rst                   |  1 +
web/pgadmin/static/bundle/codemirror.js            |  5 +-
web/pgadmin/static/css/bootstrap.overrides.css     |  9 +-
.../js/codemirror/extension/centre_on_line.js      |  7 ++
.../tools/debugger/static/js/debugger_ui.js        |  3 +-
web/pgadmin/tools/debugger/static/js/direct.js     | 95 ++++++++++------------
6 files changed, 65 insertions(+), 55 deletions(-)


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: Re: Fix for debugger issue with EPAS package procedures/functionsINOUT params #RM3191
Next
From: Akshay Joshi
Date:
Subject: Re: [pgAdmin4][RM3554] Debugger scroll issue for long procedures