Page 1 of 1

datepicker doesn't redraw screen once date selected

Posted: Wed Dec 30, 2015 3:34 pm
by Don7312172

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!

:)


datepicker doesn't redraw screen once date selected

Posted: Wed Dec 30, 2015 8:04 pm
by Serhii Kulibaba

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.


datepicker doesn't redraw screen once date selected

Posted: Wed Dec 30, 2015 8:51 pm
by Don7312172

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 :(


datepicker doesn't redraw screen once date selected

Posted: Thu Dec 31, 2015 5:05 pm
by Serhii Kulibaba

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


datepicker doesn't redraw screen once date selected

Posted: Thu Dec 31, 2015 7:09 pm
by Don7312172

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


datepicker doesn't redraw screen once date selected

Posted: Fri Jan 01, 2016 8:55 pm
by Serhii Kulibaba

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


datepicker doesn't redraw screen once date selected

Posted: Fri Jan 01, 2016 10:24 pm
by Don7312172

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!