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

BUGFIX: fixing NaN issue on IE, Safari and Firefox #7 #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

IngridRegina
Copy link

This fixes the NaN problem on Safari, Internet Explorer, Firefox and Edge (it should resolve issues #7 and #3). It is worth noting though that these browsers do not support all the date formats that Chrome supports(you can see that some of the events from myEvents array are not showing). For example they don't seem to like month names, so instead of February/15/2020, 02/15/2020 should be used. So it should be made clear that the formats that are not supported shouldn't be used.

@edlynvillegas
Copy link
Owner

Hello @IngridRegina! 🤗

I really appreciate this because I really need some help especially in this Safari thing issue.

I'm currently working on some upgrade like adding themes, methods and events, and I rewritten the code to make it more optimized. So the structure of the code changed a bit, that's why I can't merge this pull request.. But I will look into it once I'm done. 😄

Regarding this NaN issue, I am now testing it to many browsers except Safari because I am using windows only.

Btw, thank you for this! Looking forward to work with you

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

Successfully merging this pull request may close these issues.

None yet

2 participants