Page 1 of 1

Datepicker appearance problem

Posted: Wed Jan 15, 2014 9:28 pm
by Victor Fagerström

In chrome and safari I cannot go to next month in datepicker because the button isn't there, also the width looks wrong and it doesn't scale. In Firefox it performs as expected, looking good and scaling properly... why and how to fix?

The behavior is the same wether I export project and open file or use the appery tester.

See images below.

Google chrome, Version 32.0.1700.77:
Image

Safari, Version 7.0.1 (9537.73.11):
Image

Mozilla Firefox, 26.0:
Image

Project name: Karma Network
Shared with: a href="mailto:support@appery.io" rel="nofollow"support@appery.io/a


Datepicker appearance problem

Posted: Wed Jan 15, 2014 10:48 pm
by Alena Prykhodko

Hello Victor!

Should be working. Please try clearing cache.
Did you chance anything on Source tab or in CSS?

As a workaround add CSS asset:

pre

.hasDatepicker{
width: 100%!important;
}/pre


Datepicker appearance problem

Posted: Wed Jan 15, 2014 11:18 pm
by Victor Fagerström

Cleared cache earlier, didn't do any difference. I did try your suggested code earlier but without !important, didn't make it.

Your code seems to be working perfectly though, thank you. :)