Added a clip for the borders and fixed how they are rendered. r=karnaze
bugs:10311,8737,14566 git-svn-id: svn://10.0.0.236/trunk@51847 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -947,7 +947,7 @@ nsFormControlHelper::PaintFocus(nsIRenderingContext& aRenderingContext,
|
||||
borderStyles[i] = NS_STYLE_BORDER_STYLE_DOTTED;
|
||||
borderColors[i] = black;
|
||||
}
|
||||
nsCSSRendering::DrawDashedSides(0, aRenderingContext, borderStyles, borderColors, aOutside,
|
||||
nsCSSRendering::DrawDashedSides(0, aRenderingContext,aDirtyRect, borderStyles, borderColors, aOutside,
|
||||
aInside, PR_FALSE, nsnull);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user