bug 279448 - xforms submit element doesn't work anymore. Patch by aaronr@us.ibm.com, r=smaug/sr=tor
git-svn-id: svn://10.0.0.236/trunk@168247 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3e46bab8e2
commit
3dee6fa372
@ -146,7 +146,7 @@ nsXFormsSubmitElement::HandleDefault(nsIDOMEvent *aEvent, PRBool *aHandled)
|
||||
|
||||
rv = nsXFormsControlStub::HandleDefault(aEvent, aHandled);
|
||||
NS_ENSURE_SUCCESS(rv, rv);
|
||||
if (aHandled) {
|
||||
if (*aHandled) {
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user