pgAdmin 4 commit: Fix auto scrolling issue in debugger on step in and s

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix auto scrolling issue in debugger on step in and s
Date: 2018-08-29 12:52:17
Message-ID: E1fuzxJ-0008Vf-PB@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)toshniwal(at)enterprisedb(dot)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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2018-08-29 12:52:55 Re: [pgAdmin4][RM3554] Debugger scroll issue for long procedures
Previous Message Akshay Joshi 2018-08-29 12:16:10 Re: Fix for debugger issue with EPAS package procedures/functions INOUT params #RM3191