| From: | Nagesh Dhope <nagesh(dot)dhope(at)enterprisedb(dot)com> |
|---|---|
| To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
| Subject: | [pgAdmin][RM3269] Slider jumps up issue in DataView panel |
| Date: | 2020-04-21 06:40:14 |
| Message-ID: | CAA3zdZqEPtWQLRVdv3+NEKEkp_cqCxPwUgA5oQPYGZ6LoErx7g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
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
| Attachment | Content-Type | Size |
|---|---|---|
| RM3269.patch | application/octet-stream | 6.6 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | navnath gadakh | 2020-04-21 06:50:43 | Re: [pgAdmin][RM5157] Default sort order at start in view table data by primary key by default |
| Previous Message | navnath gadakh | 2020-04-21 04:42:56 | Re: [pgAdmin][RM5157] Default sort order at start in view table data by primary key by default |