Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge.
This commit is contained in:
@@ -480,7 +480,8 @@ nsHTMLButtonControlFrame::Paint(nsIPresContext* aPresContext,
|
||||
|
||||
#endif
|
||||
|
||||
return NS_OK;
|
||||
// to draw border when selected in editor
|
||||
return nsFrame::Paint(aPresContext, aRenderingContext, aDirtyRect, aWhichLayer);
|
||||
}
|
||||
|
||||
// XXX a hack until the reflow state does this correctly
|
||||
|
||||
Reference in New Issue
Block a user