https://bugzilla.wikimedia.org/show_bug.cgi?id=61497

--- Comment #2 from Richard Morris <r...@singsurf.org> ---
The problem seems to be a clash of CSS styling. MathJax makes heavy use of
position: absolute, position: relative and setting the top, and left properties
eg

<span style="position: absolute; clip: rect(1.501em 1000.003em 2.347em
-0.518em); top: -2.145em; left: 0.003em;">...</span>

yet this is all rendered to nothing by the CSS rule

.ve-ce-protectedNode, .ve-ce-protectedNode * {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  ...
}

If you comment out these css properties the MathJax displays OK.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to