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

Reselecting repetively the same date or a different one change the hours by a factor of the local time zone offset. #1109

Closed
dafo opened this issue Aug 2, 2017 · 0 comments

Comments

@dafo
Copy link
Contributor

dafo commented Aug 2, 2017

Description

Describe the issue.

Reselecting repetively the same date or a different one change the hours by a factor of the local time zone offset.

Steps to reproduce

  1. Initialize a new datepicker:
    $("#editor").igDatePicker({ value: new Date("2017-12-08T00:00:00.000Z"), dataMode: "date", dateDisplayFormat: "dateTime", enableUTCDates: true, displayTimeOffset: 0 });
  2. Open the calendar and select 12/8/2017
  3. Open the calendar and select 12/8/2017 again

Result

Each time the date is selected the hour is changed by a factor of the local time zone offset.

Expected result

The hours should stay at 12:00 AM after each selection

@Lipata Lipata added this to the 17.2 Sprint 8 milestone Sep 4, 2017
Lipata added a commit to Lipata/ignite-ui that referenced this issue Sep 4, 2017
Lipata added a commit to Lipata/ignite-ui that referenced this issue Sep 4, 2017
Lipata added a commit to Lipata/ignite-ui that referenced this issue Sep 4, 2017
Lipata added a commit to Lipata/ignite-ui that referenced this issue Sep 4, 2017
…n happens, then date needs offset.

IgniteUI#1109

# Conflicts:
#	src/js/modules/infragistics.ui.editors.js
mpavlinov added a commit that referenced this issue Sep 7, 2017
#1109 Date Picker displayTimeOffset and calendar interaction
mpavlinov added a commit that referenced this issue Sep 7, 2017
#1109 Date Picker displayTimeOffset and calendar interaction
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants