-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Timeline display differently between Firefox and Chrome #2289
Comments
Thanks for the quick response. You can view jsbin here It displays differently in firefox than chrome |
I figured out what the issue is. If I add a time to the date for example 2014-08-09 23:59:00 then Firefox fails. If I format the date like 2014-08-09 everything is good. I'm not sure why this recently changed. I guess that I can pass a date with time in a different format than Firefox will accept. |
That sounds like a bug. Can we create a very simple jsbin that demonstrated the problem? |
@pmfiebig Can you please supply a simple example so we can solve this problem? |
There already is an example: http://jsbin.com/funipa/edit?html,output It would be nice to have an example with just a few items. |
I can not see any problems using a time in @pmfiebig Feel free to reopen this issue if you can provide a simple example that shows the problem. |
Hi
I think visjs and the work you guys have done is amazing. I recently ran into a little problem.
These Timelines used to be identical on Firefox and on Chrome. Now it seems that Firefox does not display the full start and end date. Here are screen shots
This is how the Timeline looks in Chrome
This is how the same Timeline now looks in Firefox
Thanks for your help.
The text was updated successfully, but these errors were encountered: