Status
People
(Reporter: aaronr, Assigned: aaronr)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
Attachments
(1 attachment)
823 bytes,
patch
|
smaug
:
review+
tor
:
superreview+
|
Details | Diff | Splinter Review |
Submit element stopped working when we moved the branch to the trunk. Looks like a checkin inside nsXFormsSubmitElement::HandleDefault forgot to dereference the returned pointer from nsXFormsControlStub::HandleDefault.
Created attachment 172155 [details] [diff] [review] proposed fix simple fix. Just dereferenced the pointer now so that we fall into the processing for submit element's HandleDefault.
Attachment #172155 -
Flags: superreview?(bryner)
Attachment #172155 -
Flags: review?(smaug)
Updated•13 years ago
|
Attachment #172155 -
Flags: review?(smaug) → review+
Attachment #172155 -
Flags: superreview?(bryner) → superreview+
Comment 2•13 years ago
|
||
checked in
Status: NEW → RESOLVED
Last Resolved: 13 years ago
Resolution: --- → FIXED
Updated•2 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•