commit 0b4ee45777c9d2fc7b10b669b1fa263c88f2d240
parent 085c80054c825aa2b3bb03ca731bee733c406442
Author: Davide P. Cervone <dpvc@union.edu>
Date: Mon, 5 May 2014 09:14:49 -0400
Remove when msiePlaceBoxBug is in effect
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/unpacked/jax/output/HTML-CSS/jax.js b/unpacked/jax/output/HTML-CSS/jax.js
@@ -1202,6 +1202,7 @@
},
alignBox: function (span,align,y) {
this.placeBox(span,0,y); // set y position (and left aligned)
+ if (this.msiePlaceBoxBug) {span.removeChild(span.lastChild.previousSibling)}
var bbox = span.bbox; if (bbox.isMultiline) return;
var isRelative = bbox.width != null && !bbox.isFixed;
var r = 0, c = -bbox.w/2, l = "50%";