Merge branch 'issue237' into develop

This commit is contained in:
Davide P. Cervone 2012-08-22 17:55:14 -04:00
commit cba02baaba
8 changed files with 8 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2445,7 +2445,7 @@
var accent = (i != this.base && values[this.ACCENTS[i]]);
if (accent && box.bbox.w <= 1/HTMLCSS.em+.0001) { // images can get the width off by 1px
box.bbox.w = box.bbox.rw - box.bbox.lw; box.bbox.noclip = true;
if (box.bbox.lw && HTMLCSS.zeroWidthBug)
if (box.bbox.lw)
{box.insertBefore(HTMLCSS.createSpace(box.parentNode,0,0,-box.bbox.lw),box.firstChild)}
HTMLCSS.createBlank(box,0,0,box.bbox.rw+.1);
}
@ -2691,7 +2691,6 @@
msieNegativeBBoxBug: (mode >= 8), // negative bboxes have positive widths
msieIE6: !isIE7,
msieItalicWidthBug: true,
zeroWidthBug: true,
FontFaceBug: true,
msieFontCSSBug: browser.isIE9,
allowWebFonts: (mode >= 9 ? "woff" : "eot")
@ -2783,7 +2782,6 @@
operaVerticalAlignBug: true,
operaFontSizeBug: browser.versionAtLeast("10.61"),
initialSkipBug: true,
zeroWidthBug: true,
FontFaceBug: true,
PaddingWidthBug: true,
allowWebFonts: (browser.versionAtLeast("10.0") && !browser.isMini ? "otf" : false),