Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

datepicker doesn't redraw screen once date selected

Image

After selecting a date, the grid and mobile list are shoved down the page. I can't just redraw the page as it would reset to the default date and loose what date was selected. So after a date is selected and the calendar goes away, how do I get the items below to go back to the top and not have the white space like in the picture?

Thanks!

:)

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

datepicker doesn't redraw screen once date selected

Hello Don,

Please check if there are any errors in the browser console. You can learn here: https://devcenter.appery.io/documenta... how to open the console.

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

datepicker doesn't redraw screen once date selected

There are no errors in the console. Image

to add more input: when you click for the calendar, everything is shoved down for the calendar to appear, once you select the date the calendar disappears but nothing moves back up :(

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

datepicker doesn't redraw screen once date selected

Have you changed CSS for the calendar, or any other components? If no - please share (http://devcenter.appery.io/documentat...) your app with a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a and provide us with the following information:

1) App name
2) Test credentials if login functionality is implemented in your app
3) Detailed steps to reproduce the issue

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

datepicker doesn't redraw screen once date selected

1) Name: On-Track
2) none needed
3) On first opening, it will have the help features on, close first popup and then click on the 'i' button bottom right, this makes the features on the page work again.

Now click on date picker to get the calendar pull down, then select a date

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

datepicker doesn't redraw screen once date selected

This issue is related to location of the datepicker in the header of the page.
Please use workaround below on the datepicker value change event:
Apperyio("daily_track").trigger("resize");

here daily_track - name of the page

Don7312172
Posts: 0
Joined: Tue Jan 06, 2015 3:41 pm

datepicker doesn't redraw screen once date selected

Thank you! it didn't work but I pulled it out of the header and it looks fine and more importantly WORKS fine..
Happy New Year!

Return to “Issues”