Re: [Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start andend time for scheduler from calendar - Mailing list pgadmin-hackers

From Surinder Kumar
Subject Re: [Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start andend time for scheduler from calendar
Date
Msg-id CAM5-9D_ZK2NY4rP3_cupFosFk=qc4xY-LaR6Z+T9awSgJ+XHQw@mail.gmail.com
Whole thread Raw
Responses Re: [Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start andend time for scheduler from calendar  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
List 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.kumar@enterprisedb.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


pgadmin-hackers by date:

Previous
From: Surinder Kumar
Date:
Subject: [Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start and endtime for scheduler from calendar
Next
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Datetimepicker will expand from bottom instead ofTop