Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Date selection bug in the picker or the demo code #9

Open
emmanuelbuah opened this issue Mar 14, 2015 · 1 comment
Open

Date selection bug in the picker or the demo code #9

emmanuelbuah opened this issue Mar 14, 2015 · 1 comment

Comments

@emmanuelbuah
Copy link

Date selection on calendar (at demo page http://david-mulder.github.io/polymer-docs/bower_components/paper-date-picker/demo.htm) selects the previous date/cell of the date/cell you click.

@metasean
Copy link

There are two off-by-one errors, one related to the month and the second to the day.

For example:

  1. http://david-mulder.github.io/polymer-docs/bower_components/paper-date-picker/demo.html
  2. click on OPEN DATE PICKER DIALOG
  3. Scroll to June 2015 (fwiw: I'd prefer to default the month on the right to match the date displayed on the left)
  4. Click on June 3, 2015.
  5. Then the date on the left shows July 3rd, 2015 (off by 1 month) while the calender on the right shows June 2nd, 2015 (off by one day).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants