From: | Surinder Kumar <surinder(dot)kumar(at)enterprisedb(dot)com> |
---|---|
To: | pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | Re: [Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start and end time for scheduler from calendar |
Date: | 2017-08-23 04:46:42 |
Message-ID: | CAM5-9D_ZK2NY4rP3_cupFosFk=qc4xY-LaR6Z+T9awSgJ+XHQw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Adding more info...
Before this patch, when Datetimepicker is selected, it expands from the
top, so it was impossible to scroll and hence the user cannot select the
date.
Now, after applying this patch, the Datetimepicker will expand to bottom
and the subgrid will be scrollable, so the user can easily select the date
time and other options as well.
Thanks,
Surinder
On Wed, Aug 23, 2017 at 10:08 AM, Surinder Kumar <
surinder(dot)kumar(at)enterprisedb(dot)com> wrote:
> Hi
>
> *Issue:*
>
> When a user tries to select start and end time using the calendar, the
> calendar gets hidden and inaccessible to the user.
>
> *Solution:*
>
> Set `Backform.DatetimepickerControl` option `widget positioning >
> vertical` to `bottom` which ensures Datepicker widget expands to bottom
> whenever it is opened.
>
> Please find attached patch and review.
>
> Thanks,
> Surinder
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Akshay Joshi | 2017-08-23 05:56:33 | pgAdmin 4 commit: Datetimepicker will expand from bottom instead of Top |
Previous Message | Surinder Kumar | 2017-08-23 04:38:25 | [Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start and end time for scheduler from calendar |