go-gitea / gitea

Git with a cup of tea! Painless self-hosted all-in-one software development service, including Git hosting, code review, team collaboration, package registry and CI/CD
https://gitea.com
MIT License
44.39k stars 5.43k forks source link

No Repository / Organization menu in IE 11 #6116

Closed JimauveLaGuimauve closed 5 years ago

JimauveLaGuimauve commented 5 years ago

Description

Hello all,

We have a little problem with the navigation menu in the dashboard on IE 11 . (But it work perfectly on Chrome). The compagny where I work want us to deal with IE. So we can't really use GiTea for this issue. The issue is also present on try.gitea.io

There is a problem with the heat map too, but we have disconnected it with ENABLE_USER_HEATMAP=FALSE in the conf file.

I don't think it could come from the compagny proxy because it work on chrome.

Screenshots

Here is a few screen shot : On our server : onourserver

On Try Git Tea : trygitea

And the version of Internet explorer 11 we are using : aboutie

Thank :)

JimauveLaGuimauve commented 5 years ago

Just to be sure this is what I expect to get with IE image

lunny commented 5 years ago

Should we still support IE 11?

djpbessems commented 5 years ago

Internet Explorer 11 is still integrated in Windows Server 2016, which will be end of life 1/11/2022; before then, it is not unexpected to still receive a larger amount of visitors using that browser (think of citrix-sessions where developer teams work on their code).

techknowlogick commented 5 years ago

Sadly, I too am required to use IE11 in some situations as well.

lafriks commented 5 years ago

I have fixed heatmap to work on IE11 but I have no idea why repo menu is not visible in IE11 as there are even no errors to begin with

lafriks commented 5 years ago

Updating vuejs to latest version fixes also repo menu 🎉

JimauveLaGuimauve commented 5 years ago

Thank Lafriks for the fix :)