Hugo-theme-zzo: IE11 support

Created on 19 Jan 2020  路  13Comments  路  Source: zzossig/hugo-theme-zzo

Is IE11 supported? Seeing lots of weird issues on it - had to fix completely broken stuff via custom css. Still way below Chrome func, no theme switching, no sidebar etc.

enhancement

All 13 comments

I鈥檒l check about it.
I didn't tested the theme on IE

2-7% of users, depending on which stats you find.
For example - https://www.stetic.com/market-share/browser/
Thanks for checking. Doesn't have to be perfect, just "not ugly".

Worth mentioning, Microsoft released the new Edge browser which runs chromium under the hood i.e it is going to be at par with Chrome browser.

https://www.microsoft.com/en-us/edge

This issue is still valid, however the market share for IE 11 will only reduce from now on because Microsoft itself is moving away from it.

@VictorZakharov I have tried to support IE11.
Overall UI is fine now in IE11, but there are some limitations.

  1. You can not use the gallery in IE11, because I use a library for the gallery and it is not working in IE11. Also, I need async, await syntax for the gallery.

  2. I use the grid CSS syntax to the layout of the project. It seems that IE11 has a different syntax. So, the sidebar component not positioned to the side, but the bottom.

  3. Some component has a different position. (margin, padding, top, left, ...)

@zzossig As long as nothing looks obviously broken, that should be fine.

Did you check the theme on IE11?
Can we close this issue now?

@zzossig I checked on https://themes.gohugo.io//theme/hugo-theme-zzo/en/
Doesn't look great.
image
And then this big cat picture at the bottom (almost full screen).
Table of contents is completely messed up:
https://themes.gohugo.io//theme/hugo-theme-zzo/en/posts/markdown-syntax/
Theme switcher doesn't work, it just navigates to page top.
Search is broken, doesn't do anything.
Negative margins here (looks broken):
image

No, the theme site not updated. The site update every 3 days.
Check my blog https://zzossig.io

On your blog most pages give me 404 (English version):

404: NOT_FOUND Code: `RESOURCE_NOT_FOUND` ID: `cle1:zldhs-1579788068534-907ae6272dde`

It's difficult for me to navigate Korean, but overall it looks okay.
BTW, regarding grid support, people are using auto-prefixer:
https://medium.com/@elad/supporting-css-grid-in-internet-explorer-b38669e75d66

My blog not supporting English.
I just made the menus with no pages.
I think we can close this issue now.
I'll check the link later! Thank you for the information!

I have quickly tested the Autoprefixer.
It is a good stuff. But it does not generate the right code.
欤检劃 2020-01-23 233625

欤检劃 2020-01-23 233643

欤检劃 2020-01-23 233700

According to this guy, it will not magically make your existing markup work in IE11, you might need to adjust syntax:
https://css-tricks.com/css-grid-in-ie-css-grid-and-the-new-autoprefixer/
Quote:

Autoprefixer still can鈥檛 save you from everything

I'll read the post for sure.
I'll dig into it more when I have more time.
Anyway, thanks for the information!

Was this page helpful?
0 / 5 - 0 ratings