Fix regression where background color obscures foreground text in IE
This commit is contained in:
parent
e5550393a0
commit
34f3a8302c
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
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue
Block a user