[pgAdmin4][Patch]: Switching between Tabs resets table viewport to first row in gird - Query tool

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][Patch]: Switching between Tabs resets table viewport to first row in gird - Query tool
Date: 2017-11-22 15:18:35
Message-ID: CAKKotZQTFWfsYL8ZGYZSXHhp3Kt5MC_oXLRctRO4sb9s03XUQw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

PFA patch to fix the issue where while switching the tabs in query tool
resets the position of the table viewport to the first row.
RM#2875

*Steps:*
1) Open query tool
2) Execute:
select * from generate_series(1, 1000) as "column-1";
3) Scroll till the End OR till ~250 row
4) Click on 'Explain' Tab
5) Go back to 'Data output' Tab

--
Regards,
Murtuza Zabuawala
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

Attachment Content-Type Size
RM_2875.diff text/plain 1.8 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-11-22 16:28:13 pgAdmin 4 commit: Improve clarity of the boolean checkbox.
Previous Message Murtuza Zabuawala 2017-11-22 07:34:06 [pgAdmin4][Patch]: To display leading whitespace properly in columns - Query tool