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

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgAdmin4][Patch]: Switching between Tabs resets table viewportto first row in gird - Query tool
Дата
Msg-id CA+OCxox55ynrfJw6BzQvvzFYLyyJjgWUM6sB=Tk6n7czYXedNw@mail.gmail.com
обсуждение исходный текст
Ответ на [pgAdmin4][Patch]: Switching between Tabs resets table viewport tofirst row in gird - Query tool  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Ответы Re: [pgAdmin4][Patch]: Switching between Tabs resets table viewportto first row in gird - Query tool
Список pgadmin-hackers
Hi

On Wed, Nov 22, 2017 at 3:18 PM, Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com> wrote:
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

Hmm, minor issue; each time I return the to data tab, the data moves up two rows! It's almost like it's calculating the viewport taking into account the row header (e.g. row 250 is visible immediate below the header), but then re-positioning without taking it into account (e.g. row 250 is aligned with the top of the row header, thus making row 252 the first visible one). 

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: [pgAdmin4][Patch]: To display leading whitespace properly incolumns - Query tool
Следующее
От: Khushboo Vashi
Дата:
Сообщение: [pgAdmin4][Patch]: RM-2859: Can't create new user