Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM3269] Slider jumps up issue in DataView panel
Date: 2020-04-21 08:02:04
Message-ID: CANxoLDdTP10S_LTQD+1v9DBO8CXg3hpdwgMtBFmLkuQ_kNtKTQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Tue, Apr 21, 2020 at 12:10 PM Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com>
wrote:

> Hi Hackers,
> The attached patch fixes an issue where slider jumps up when new rows get
> loaded while scrolling down in the DataView panel in the query tool.
> Fix uses *rows_affected *field to create dummy rows (Apart from the first *batch
> of rows). *Dummy rows will be updated as and when they are required*. *As
> total required rows are created initially, SlickGrid will not readjust its
> height when the next batch of rows are loaded. Hence the jump up in the
> slider will not happen.
>
> --
> Thanks,
> Nagesh
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message navnath gadakh 2020-04-21 10:08:01 Re: [pgAdmin][RM5157] Default sort order at start in view table data by primary key by default
Previous Message Akshay Joshi 2020-04-21 08:01:51 Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan