Skip to content

Commit bbb5f60

Browse files
committed
Put back mtdWidthBug for FF since it is still not right. Issue mathjax#813.
1 parent e281511 commit bbb5f60

File tree

1 file changed

+1
-1
lines changed
  • unpacked/jax/output/NativeMML

1 file changed

+1
-1
lines changed

unpacked/jax/output/NativeMML/jax.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,7 @@
13341334
nMML.ffTableWidthBug = !browser.versionAtLeast("13.0"); // <mtable width="xx"> not implemented
13351335
nMML.forceReflow = !is29; // <mtable> with alignments set don't display properly without a reflow
13361336
nMML.widthBug = !is29; // <math> elements don't always get the correct width
1337-
nMML.mtdWidthBug = !is29; // <mtd> widths not properly determined
1337+
nMML.mtdWidthBug = true; // <mtd> widths not properly determined
13381338
nMML.handlesVariants = is29; // FF >=29 handles all math variants
13391339

13401340
// In Firefox < 20, the intrinsic width of <mspace> is not computed

0 commit comments

Comments
 (0)