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

The new version of the report is no more compatible with IE11 #13

Closed
jbsarrodie opened this issue Apr 20, 2020 · 5 comments
Closed

The new version of the report is no more compatible with IE11 #13

jbsarrodie opened this issue Apr 20, 2020 · 5 comments

Comments

@jbsarrodie
Copy link
Member

This has to be fixed...

@Phillipus
Copy link
Member

Any particular thing?

@jbsarrodie
Copy link
Member Author

I have to investigate (I just wanted to make sure it was traced here).

Possible reasons:

  • New version of the report uses HTML5 tags like main, nav, article, section, header...
  • New version of the report uses more CCS3 things like var(), calc(), :not()...
  • IE11 never works as expected :-)

FWIW, Chrome, Edge, Firefox and Opera work.

@jbsarrodie
Copy link
Member Author

jbsarrodie commented Apr 24, 2020

I did some investigations and tests, and hee is a list of known issues to be fixed (hopefull not too complicated):

  • IE11 doesn't support CSS variables, so I have to use templating system to still make it somewhat dynamic and manageable. But this means that I no longuer can load the template in a browser without first "compiling" it.
  • IE11 doesn't support font ligatures, so I simply have to use char codes (not a big deal)
  • IE11 doesn't support 'initial' CSS value, so I have to set the real value (when known)
  • IE11 has some issues with z-index

@jbsarrodie
Copy link
Member Author

Solved by latest commit.

@Phillipus
Copy link
Member

😮

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

No branches or pull requests

2 participants