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

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: navnath gadakh <navnath(dot)gadakh(at)enterprisedb(dot)com>
Cc: Yogesh Jain <yogesh(dot)jain(at)enterprisedb(dot)com>, pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin][RM5352] : Rightmost & Bottom tooltip crop issues in Explain Query Plan
Date: 2020-04-22 13:18:36
Message-ID: CANxoLDdMZZZ44cCh9hG=2MEjhTnpYcG2=dDi8zWwQJ_eJsTfMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Wed, Apr 22, 2020 at 4:58 PM navnath gadakh <
navnath(dot)gadakh(at)enterprisedb(dot)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(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Patch is committed :). Not pushed
>>
>> On Wed, 22 Apr, 2020, 16:46 navnath gadakh, <
>> navnath(dot)gadakh(at)enterprisedb(dot)com> wrote:
>>
>>> Hi,
>>>
>>> I'm reviewing this patch.
>>>
>>> On Wed, Apr 22, 2020 at 3:09 PM Yogesh Jain <
>>> yogesh(dot)jain(at)enterprisedb(dot)com> 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 for mid sized query and not more large complex query due to zoom
>>>> factor issue.
>>>>
>>>> Please review the new patch.
>>>> PFA.
>>>>
>>>> On Tue, Apr 21, 2020 at 1:32 PM Akshay Joshi <
>>>> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>>>>
>>>>> Thanks, patch applied.
>>>>>
>>>>> On Mon, Apr 20, 2020 at 8:05 PM Yogesh Jain <
>>>>> yogesh(dot)jain(at)enterprisedb(dot)com> 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 cropped & partially visible, which is fixed
>>>>>> in this patch.
>>>>>>
>>>>>> Please review.
>>>>>> PFA.
>>>>>>
>>>>>> --
>>>>>> Regards,
>>>>>> Yogesh Jain
>>>>>> 8982696654
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> *Thanks & Regards*
>>>>> *Akshay Joshi*
>>>>>
>>>>> *Sr. Software Architect*
>>>>> *EnterpriseDB Software India Private Limited*
>>>>> *Mobile: +91 976-788-8246*
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Yogesh Jain
>>>> 8982696654
>>>>
>>>
>>>
>>> --
>>> Regards,
>>> Navnath Gadakh
>>>
>>
>
> --
> Regards,
> Navnath Gadakh
>

--
*Thanks & Regards*
*Akshay Joshi*

*Sr. Software Architect*
*EnterpriseDB Software India Private Limited*
*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-22 13:18:51 Re: RM4292 - Dark mode support for Windows/macOS
Previous Message Akshay Joshi 2020-04-22 13:18:24 Re: [pgAdmin4][Patch] - RM 5419, RM 5420, RM 5432 - LDAP User Management Fixes