Closed
Bug 1431061
Opened 7 years ago
Closed 7 years ago
TypeError: this._prefs is undefined urlbarBindings.xml:146:9
Categories
(Firefox :: Address Bar, defect, P5)
Firefox
Address Bar
Tracking
()
RESOLVED
DUPLICATE
of bug 1434045
People
(Reporter: wtds.trabalho, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180115221039
Steps to reproduce:
Message Browser console start:
TypeError: this._prefs is undefined[Learn More] urlbarBindings.xml:146:9
urlbar_XBL_Destructor chrome://browser/content/urlbarBindings.xml:146:9
insertWidgetBefore resource:///modules/CustomizableUI.jsm:1290:5
buildArea resource:///modules/CustomizableUI.jsm:848:9
registerToolbarNode resource:///modules/CustomizableUI.jsm:765:9
registerToolbarNode resource:///modules/CustomizableUI.jsm:3176:5
toolbar_XBL_Constructor
Actual results:
Browser console start warnings:
TypeError: this._prefs is undefined[Learn More] urlbarBindings.xml:146:9
urlbar_XBL_Destructor chrome://browser/content/urlbarBindings.xml:146:9
insertWidgetBefore resource:///modules/CustomizableUI.jsm:1290:5
buildArea resource:///modules/CustomizableUI.jsm:848:9
registerToolbarNode resource:///modules/CustomizableUI.jsm:765:9
registerToolbarNode resource:///modules/CustomizableUI.jsm:3176:5
toolbar_XBL_Constructor
Expected results:
Just reporting.
Maybe help to solve other problem.
Thanks.
Comment 1•7 years ago
|
||
Hmm, it's like the destructor runs before the constructor, or runs twice, that doesn't sound sane.
I don't think this has any consequences, so I don't think it's a priority, but it may be pointing out a more general problem.
Ideas on how this may happen are welcome
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P5
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•