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

Fix issues with docsify.js.org and IE11 #1221

Closed
jhildenbiddle opened this issue Jun 14, 2020 · 2 comments · Fixed by #1743
Closed

Fix issues with docsify.js.org and IE11 #1221

jhildenbiddle opened this issue Jun 14, 2020 · 2 comments · Fixed by #1743
Assignees
Labels
bug confirmed as a bug website related to the official docsify website: https://docsify.js.org

Comments

@jhildenbiddle
Copy link
Member

jhildenbiddle commented Jun 14, 2020

Bug Report

Docsify lists IE11 as an officially supported browser. While docsify itself works fine with IE11, docsify.js.org does not load properly in IE11 due to issues with several plugins. These issues should be addressed so that the docsify website loads properly in IE11.

Steps to reproduce

  1. Visit https://docsify.js.org using IE11.
  2. Open IE's developer tools
  3. Click on the Console tab
  4. Refresh the page

What is current behaviour

Multiple JS errors displayed in console.

What is the expected behaviour

No JS errors displayed in console.

Other relevant information

Errors caused by ES6+ syntax in the following plugins:

Issues have been filed in repos listed above.

@jhildenbiddle jhildenbiddle self-assigned this Jun 14, 2020
@jhildenbiddle jhildenbiddle added bug confirmed as a bug website related to the official docsify website: https://docsify.js.org labels Jun 14, 2020
@jhildenbiddle
Copy link
Member Author

jhildenbiddle commented Jun 26, 2020

The plugin-related issues have been resolved:

The remaining issues are minor and cosmetic only:

  1. Button background missing on coverpage

    Screen Shot 2020-06-26 at 10 56 19 AM
  2. Theme color not being applied to elements (like links)

    Screen Shot 2020-06-26 at 10 56 39 AM
  3. Search field placeholder text visibility is clipped

    Screen Shot 2020-06-26 at 10 56 33 AM

@trusktr trusktr mentioned this issue Feb 5, 2022
9 tasks
@jhildenbiddle jhildenbiddle linked a pull request Feb 5, 2022 that will close this issue
9 tasks
@jhildenbiddle
Copy link
Member Author

Fixed in #1743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed as a bug website related to the official docsify website: https://docsify.js.org
Projects
None yet
1 participant