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

Javascript compatibility problem #390

Open
fnielsen opened this issue May 22, 2018 · 3 comments
Open

Javascript compatibility problem #390

fnielsen opened this issue May 22, 2018 · 3 comments
Labels
bug something wrong on our end

Comments

@fnielsen
Copy link
Collaborator

IE 10 and 11 do not support backtick.

@fnielsen
Copy link
Collaborator Author

fnielsen commented May 23, 2018

Also default parameters in functions is a problem with Microsoft Internet Exploere (IE) https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Default_parameters#Browser_compatibility

Solutions:

@fnielsen
Copy link
Collaborator Author

To my surprise Konqueror works in version 5.0.97.

@fnielsen fnielsen changed the title Javascript combatibility problem Javascript compatibility problem May 23, 2018
@fnielsen fnielsen added the bug something wrong on our end label May 23, 2018
@rasmuserik rasmuserik self-assigned this Jul 17, 2019
@rasmuserik rasmuserik removed their assignment Sep 3, 2019
@rasmuserik
Copy link
Collaborator

I think we should either decide on whether we want to use resources to support IE at the this time. And also document which browsers we want to test/support. (I'll also run into this with the code I am writing).

My suggestion is at least to test in Safari, Firefox and a Chromium-based browser. And to test on tablet and mobile as well as on desktop. As a part of #785, I'll document which browsers we target/support.

@fnielsen what do you think?

(Google Chrome, Microsoft Edge, Samsung Internet, Opera, Brave, etc. are all using the Chromium rendering engine. I do not know if we need to support IE – it has gone below 1% browser market share worldwide and requires much more work than the others, – as it does not implement recent standards).

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

No branches or pull requests

2 participants