Re: [Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start and end time for scheduler from calendar

2017-08-22 Thread Akshay Joshi
Thanks patch applied. On Wed, Aug 23, 2017 at 10:16 AM, Surinder Kumar < surinder.ku...@enterprisedb.com> wrote: > 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. > >

Re: [Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start and end time for scheduler from calendar

2017-08-22 Thread Surinder Kumar
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 e

[Patch][pgAdmin4][pgAgent]: RM_2656 - Unable to select start and end time for scheduler from calendar

2017-08-22 Thread Surinder Kumar
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 i