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

KaTeX CSS issue for apple devices #529

Closed
dgandhi1993 opened this issue Oct 23, 2020 · 2 comments
Closed

KaTeX CSS issue for apple devices #529

dgandhi1993 opened this issue Oct 23, 2020 · 2 comments
Labels
Milestone

Comments

@dgandhi1993
Copy link

dgandhi1993 commented Oct 23, 2020

There is an issue in displaying KaTeX formula. Digging deep I found the issue with this CSS code snippet
.sun-editor-editable :not(.se-code-language .katex) span

This does not have any issue with devices other than Apple, for all browsers on iOS and Safari for macOS. Apple supports its browser to have concatenation in :not whereas no other browser supports this right now.

Removing this snippet solved the problem for me. Not sure what this code actually does.

@JiHong88
Copy link
Owner

This code was added as an improvement on this issue. #470
Does it work normally when modified like this? .sun-editor-editable span { ..

@JiHong88 JiHong88 added the bug label Oct 28, 2020
@JiHong88 JiHong88 added this to the 2.34.1 milestone Oct 28, 2020
@JiHong88
Copy link
Owner

The 2.34.1 version has been updated.
If this issue has not been resolved, please reopen this issue.
Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants