Closed
Bug 1496703
Opened 6 years ago
Closed 6 years ago
"Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIEditor.rootElement]" in UrlbarValueFormatter::update when exiting customize mode
Categories
(Firefox :: Address Bar, defect, P1)
Firefox
Address Bar
Tracking
()
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
Attachments
(1 file, 1 obsolete file)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
<•Standard8> dao: mainly I’d noticed a gURLBar = document.getElementById call, so I was assuming something would likely go wrong
Assignee | ||
Comment 2•6 years ago
|
||
Curiously, this only seems to happen when using UrlbarInput, not with urlbarBindings, although both use UrlbarValueFormatter.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → dao+bmo
Status: NEW → ASSIGNED
Priority: P3 → P1
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Updated•6 years ago
|
Attachment #9015801 -
Attachment is obsolete: true
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/41725614e772
Make UrlbarValueFormatter not hold references to anonymous textbox nodes and the editor since they can change when the textbox moves, e.g. when wrapping it for customize mode. r=Standard8
Comment 6•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
You need to log in
before you can comment on or make changes to this bug.
Description
•