[pgAdmin4][Patch]: Switching between Tabs resets table viewport tofirst row in gird - Query tool - Mailing list pgadmin-hackers

From Murtuza Zabuawala
Subject [pgAdmin4][Patch]: Switching between Tabs resets table viewport tofirst row in gird - Query tool
Date
Msg-id CAKKotZQTFWfsYL8ZGYZSXHhp3Kt5MC_oXLRctRO4sb9s03XUQw@mail.gmail.com
Whole thread Raw
Responses Re: [pgAdmin4][Patch]: Switching between Tabs resets table viewportto first row in gird - Query tool  (Dave Page <dpage@pgadmin.org>)
List 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

pgadmin-hackers by date:

Previous
From: Murtuza Zabuawala
Date:
Subject: [pgAdmin4][Patch]: To display leading whitespace properly in columns- Query tool
Next
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Improve clarity of the boolean checkbox.