Closed Bug 1425033 Opened 7 years ago Closed 7 years ago

FormAssistant.jsm references undefined 'content' variable

Categories

(Firefox for Android Graveyard :: General, defect)

defect
Not set
normal

Tracking

(firefox57 wontfix, firefox58 wontfix, firefox59 fixed)

RESOLVED FIXED
Firefox 59
Tracking Status
firefox57 --- wontfix
firefox58 --- wontfix
firefox59 --- fixed

People

(Reporter: standard8, Assigned: jchen)

References

Details

(Keywords: regression)

Caught via looking at enabling ESLint, in FormAssistant#_getBoundingContentRect: ``` for (let frame = aElement.ownerGlobal; frame.frameElement && frame != content; frame = frame.parent) { ``` However, since the code moved from browser.js to a .jsm, `content` is undefined.
Assignee: nobody → nchen
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
I assume that this is something that can ride the trains, but feel free to set the status for 58 back to affected and nominate the patch for approval if you feel strongly otherwise.
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.