Added a clip for the borders and fixed how they are rendered. r=karnaze

bugs:10311,8737,14566
This commit is contained in:
dcone@netscape.com
1999-10-26 14:34:17 +00:00
parent a0804d0efa
commit 8aef5d863c
6 changed files with 314 additions and 350 deletions
+1 -1
View File
@@ -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);
}