Bug 148947 [quirks]selecting past underline extends underline r+sr=roc, a=benjamin
git-svn-id: svn://10.0.0.236/trunk@176137 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3411,12 +3411,12 @@ nsTextFrame::PaintTextSlowly(nsPresContext* aPresContext,
|
||||
aRenderingContext.SetColor(nsCSSRendering::TransformColor(aTextStyle.mColor->mColor, canDarkenColor));
|
||||
RenderString(aRenderingContext, aStyleContext, aPresContext,
|
||||
aTextStyle, currenttext, currentlength, isEndOfFrame,
|
||||
currentX, dy, width, details);
|
||||
currentX, dy, newDimensions.width, details);
|
||||
} else if (!isPaginated) {
|
||||
aRenderingContext.SetColor(nsCSSRendering::TransformColor(currentFGColor, canDarkenColor));
|
||||
RenderString(aRenderingContext,aStyleContext, aPresContext,
|
||||
aTextStyle, currenttext, currentlength, isEndOfFrame,
|
||||
currentX, dy, width, details);
|
||||
currentX, dy, newDimensions.width, details);
|
||||
}
|
||||
|
||||
#ifdef IBMBIDI
|
||||
|
||||
Reference in New Issue
Block a user