Closed
Bug 602512
Opened 15 years ago
Closed 15 years ago
oops
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
INVALID
People
(Reporter: timeless, Unassigned)
Details
803 nsHTMLFormElement::SubmitSubmission(nsFormSubmission* aFormSubmission)
806 nsIContent* originatingElement = aFormSubmission->GetOriginatingElement();
812 rv = GetActionURL(getter_AddRefs(actionURI), originatingElement);
854 if (!(originatingElement && originatingElement->GetAttr(kNameSpaceID_None,
855 nsGkAtoms::formtarget,
856 target)) &&
857 !GetAttr(kNameSpaceID_None, nsGkAtoms::target, target)) {
858 GetBaseTarget(target);
oops. didn't mean to file this. i was walking through some logic and accidentally hit submit...
You need to log in
before you can comment on or make changes to this bug.
Description
•