Fix regression where background color obscures foreground text in IE

This commit is contained in:
Davide P. Cervone 2011-03-12 20:32:13 -05:00
parent e5550393a0
commit 34f3a8302c
6 changed files with 7 additions and 5 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

View File

@ -1333,6 +1333,7 @@
}),lW,span.bbox.h+dd);
}
span.parentNode.insertBefore(frame,span);
if (HTMLCSS.msieColorPositionBug) {span.style.position = "relative"}
return frame;
}
return null;
@ -2144,6 +2145,7 @@
msieEventBug: browser.isIE9,
msieAccentBug: true,
msieColorBug: true,
msieColorPositionBug: true, // needs position:relative to put color behind text
msieRelativeWidthBug: quirks,
msieMarginWidthBug: true,
msiePaddingWidthBug: true,