Re: Result grid rendering (was: Re: [pgAdmin4][Pattch] - RM #3673 -"Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file)

Поиск
Список
Период
Сортировка
От Khushboo Vashi
Тема Re: Result grid rendering (was: Re: [pgAdmin4][Pattch] - RM #3673 -"Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file)
Дата
Msg-id CAFOhELfKCDf84ytT=ZdhONVfSJh8-NO7=Tatwmp7x6pSkDUGxw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Result grid rendering (was: Re: [pgAdmin4][Pattch] - RM #3673 -"Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file)  (Dave Page <dpage@pgadmin.org>)
Ответы Re: Result grid rendering (was: Re: [pgAdmin4][Pattch] - RM #3673 -"Download as .csv" F8 does NOT work when one of joined files is a TEMPORARY file)  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi Dave,

On Wed, Feb 27, 2019 at 4:30 PM Dave Page <dpage@pgadmin.org> wrote:
Hi

Thanks - that fixed the double scrollbar, but not the other issue. Any ideas on that one?
Can you please provide the exact steps to reproduce the second issue as after fixing the first one I can't reproduce it. 

Thanks,
Khushboo

On Wed, Feb 27, 2019 at 5:52 AM Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:
Hi Dave,

Please find the attached fix.
I have added the configurable option to add the extra classes in the panel.js, so in the future, we can utilize it if required.

Here, I have added a class to hide the extra vertical scrollbar to the Datagrid panel.

Thanks,
Khushboo

On Tue, Feb 26, 2019 at 7:08 PM Dave Page <dpage@pgadmin.org> wrote:
Hi Khushboo,

On Wed, Feb 20, 2019 at 10:06 AM Khushboo Vashi <khushboo.vashi@enterprisedb.com> wrote:

Also, the result grid seems to only be rendering itself to use about 50% of the available vertical height now. Is that something messed up on my system, or are you seeing it as well?

This issue is the side effect of the Scratch Pad commit and has already been logged by Akshay. I will fix along with this RM.
Fixed. 

I've started seeing weirdness with the Query Tool grid again. If I run View Data on a table with more rows than can be seen on screen at once, I get a double scrollbar. If I then resize the grid, the double scrollbar vanishes, but the grid re-renders incorrectly. Screenshots attached.

Can you take a look please?

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

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


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

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

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

Предыдущее
От: Dave Page
Дата:
Сообщение: pgAdmin 4 commit: Use POST instead of GET for Query Tool downloads toa
Следующее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgAdmin4][Patch] - Encoding Fixes