-
Notifications
You must be signed in to change notification settings - Fork 109
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
JS compatibilities for IE #1429
Labels
effort-medium
1/2 to 1 day of dev time
Comments
Comments are still not saving when editing via Internet Explorer. May be related to this issue. |
jollopre
pushed a commit
to DigitalCurationCentre/roadmap
that referenced
this issue
May 1, 2018
usage/index.js replaced Object.assign, Array.prototype.fill and Array.prototype.findIndex using $.extend, [] and Array.prototype.find respectively. DMPRoadmap#1429 tinymce styles moved to public/stylesheets. DMPRoadmap#1429
Merged
Tested working on DMPonline |
all working as expected on roadmap stage. closing issue. |
This was referenced May 9, 2018
xsrust
pushed a commit
to DigitalCurationCentre/roadmap
that referenced
this issue
Jun 14, 2018
usage/index.js replaced Object.assign, Array.prototype.fill and Array.prototype.findIndex using $.extend, [] and Array.prototype.find respectively. DMPRoadmap#1429 tinymce styles moved to public/stylesheets. DMPRoadmap#1429
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since we are providing support for IE, we have to make sure that any JS function we use, has compatibility with IE. I came across with two functions that are not supported by IE and therefore prevent seeing the usage stats:
Every JS has to be inspected in order to detect potential functions not supported by IE.
The text was updated successfully, but these errors were encountered: