-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Bug [WebKit]: Parent background-image renders two times #1466
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
Comments
I can reproduce the issue, and will look into it. |
Resolves issue mathjax#1466 - workaround for issue 1466 as default display:block makes Webkit browsers to render second image and not delete it
@dpvc Have you reported this bug to webkit bug tracker? |
@sbutkaliuk, no, I have not. |
@dpvc do you have a minimal example for the blink/webkit bug? |
This is pretty minimal (and doesn't involve MathJax). The double background appears in the first line, but not the second. It is caused by the temporary insertion of block-level material in the span (in this case, an
|
Uh oh!
There was an error while loading. Please reload this page.
Issue Summary
When using css background-image for parent node of mathjax formula this image renders twice in WebKit based browsers.
Steps to reproduce
Open jsfiddle example with webkit based browser (Chrome, Safari)
Bug screenshot (Chrome)

How it's supposed to look (Firefox):

Technical details
MathJax Version: v2.6-latest
Browser: Any Webkit based (checked on Chrome and Safari)
Output: at least HTML-CSS, SVG
The text was updated successfully, but these errors were encountered: