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

IE compatibility: Date is shown as NaN and user image strikes through timeline #8

Closed
schneigu opened this issue Oct 12, 2017 · 2 comments
Assignees
Labels

Comments

@schneigu
Copy link
Member

No description provided.

@schneigu schneigu added the bug label Oct 12, 2017
@innerjoin innerjoin self-assigned this Oct 12, 2017
@innerjoin innerjoin changed the title On Internet Explorer the picture of the user is striked through by the timelin On Internet Explorer the picture of the user is striked through by the timeline Oct 15, 2017
@innerjoin
Copy link
Contributor

The problem is that jazz returns dates in a non-conforming format. According to ISO_8601, the following formats are valid:

  • 2017-10-16T02:17:15+00:00
  • 2017-10-16T02:17:15Z
    Jazz however uses the following format:
    2017-10-16T02:17:15+0000
    which is missing the colon (:). Most browsers tolerate this format, but IE is very strict and therefore does not accept this date.

@innerjoin innerjoin changed the title On Internet Explorer the picture of the user is striked through by the timeline IE compatibility: Date is shown as NaN and user image strikes through timeline Oct 16, 2017
@innerjoin
Copy link
Contributor

Resolved by Release 2.2.2

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

No branches or pull requests

2 participants