-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
Minimal support for IE11 #585
Comments
@zenflow Would you be able to fix it? Unfortunately we only have Macs :/ |
@yangshun I would love to claim and fix this. |
@ahmadalfy That's great! Go ahead. Feel free to rewrite the CSS for the nav bar as well 😄 |
@yangshun OK this was far more simple than I thought 💃 I found other issues as well that I can fix and they will require minimal changes. I can think of opening a PR with the label [WIP] and every commit fix something then you merge whenever you think it's right. What do you think? |
@ahmadalfy Amazing speed! Sounds good. Let's do that 👍 |
@ahmadalfy If possible, could you list down the IE11 issues you intend to fix as a comment here? We can then use this issue to track the fixes. |
@yangshun these are the issues that I found:
|
Oh gosh. Would love to see your fixes if you are up for it! 🥇 |
I am working on it. |
@ahmadalfy Thank you for fixing these! ❤️ |
@JoelMarcey you're welcome! Thanks for the motivation you gave me at F8 ❤️ |
@yangshun the last issue (on installation page) is due to the image in the content. This is a really weird bug I don't think I have ever encountered it before. The image has Will investigate. |
We had a css revamp on 1.3.0 #757 I tried this today (we are on 1.3.2) on IE11, the experience is not that bad. Seems quite functional to me |
Is this a bug report?
It's a browser compatibility issue, so Yes?
I couldn't find any documentation on supported browsers. I assume that the modern major browsers are all supported but what about Internet Explorer which is still a major browser? I hope we can have minimal support for it, since our library targets the latest version of all major browsers and our users would expect our docs/examples site to have the same browser support.
Have you read the Contributing Guidelines on issues?
Yes I have
Environment
irrelevant, it's a problem in the built site running in IE11, doesn't matter where the site is built
Steps to Reproduce
Expected Behavior
I would expect that maybe not everything looks quite right, but the site is functional / usable.
Actual Behavior
It's impossible to navigate the site because the menu items in the menu bar are all smooshed together in the top right corner and it's impossible to read them or click a particular one.
Reproducible Demo
Visit https://docusaurus.io/ in IE11..
The text was updated successfully, but these errors were encountered: