Fixed border rendering during printing for Select and text, and text areas.
Implemented SetProperty/GetProperty methods for FileControlFrame Added nsGenericHTMLElement::GetPrimaryFrame check for nsnull for doc return type. nsHTMLInputElement.cpp replace NS_OK == with NS_SUCCEEDED in GetValue and SetValue Added GetName and GetValue utility methods to nsFormControlHelper modified nsButtonControlFrame::PaintButton to take the label to paint as an extra parameter. This allows it to be callable from the nsFileControlFrame code to render the button.
This commit is contained in:
@@ -512,6 +512,7 @@ nsFormControlFrame::GetName(nsString* aResult)
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
NS_IMETHODIMP
|
||||
nsFormControlFrame::GetValue(nsString* aResult)
|
||||
{
|
||||
@@ -533,6 +534,7 @@ nsFormControlFrame::GetValue(nsString* aResult)
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
PRBool
|
||||
nsFormControlFrame::IsSuccessful(nsIFormControlFrame* aSubmitter)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user