Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-22 Thread Akshay Joshi
Thanks, patch applied. On Wed, Apr 22, 2020 at 4:58 PM navnath gadakh < navnath.gad...@enterprisedb.com> wrote: > Please commit the second patch as there is an issue with first one for the > zoom factor. > > On Wed, Apr 22, 2020 at 4:50 PM Akshay Joshi < > akshay.jo...@enterprisedb.com> wrote: >

Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-22 Thread navnath gadakh
Please commit the second patch as there is an issue with first one for the zoom factor. On Wed, Apr 22, 2020 at 4:50 PM Akshay Joshi wrote: > Patch is committed :). Not pushed > > On Wed, 22 Apr, 2020, 16:46 navnath gadakh, < > navnath.gad...@enterprisedb.com> wrote: > >> Hi, >> >> I'm reviewin

Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-22 Thread Akshay Joshi
Patch is committed :). Not pushed On Wed, 22 Apr, 2020, 16:46 navnath gadakh, wrote: > Hi, > > I'm reviewing this patch. > > On Wed, Apr 22, 2020 at 3:09 PM Yogesh Jain > wrote: > >> Hi Hackers, >> >> Here is an updated patch which solves the problem of more large query >> which deals fine wit

Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-22 Thread navnath gadakh
Hi, I'm reviewing this patch. On Wed, Apr 22, 2020 at 3:09 PM Yogesh Jain wrote: > Hi Hackers, > > Here is an updated patch which solves the problem of more large query > which deals fine with zoom factor as well . > > FYI: During testing it was found that the previous patch was only working >

Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-22 Thread Yogesh Jain
Hi Hackers, Here is an updated patch which solves the problem of more large query which deals fine with zoom factor as well . FYI: During testing it was found that the previous patch was only working for mid sized query and not more large complex query due to zoom factor issue. Please review the

Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-21 Thread Akshay Joshi
Thanks, patch applied. On Mon, Apr 20, 2020 at 8:05 PM Yogesh Jain wrote: > Hi Hackers, > > Attached is the patch to fix the rightmost & bottom tooltip crop issues in > the explain query plan. > > FYI : While explaining a large query if we hover the rightmost or bottom > icon the tooltip is crop

[pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan

2020-04-20 Thread Yogesh Jain
Hi Hackers, Attached is the patch to fix the rightmost & bottom tooltip crop issues in the explain query plan. FYI : While explaining a large query if we hover the rightmost or bottom icon the tooltip is cropped & partially visible, which is fixed in this patch. Please review. PFA. -- Regards,