Closed
Bug 1641888
Opened 4 years ago
Closed 4 years ago
JavaScript error: resource:///modules/UrlbarInput.jsm, line 366: Error: Unrecognized UrlbarInput event: unload
Categories
(Firefox :: Address Bar, defect, P3)
Firefox
Address Bar
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | verified |
People
(Reporter: florian, Assigned: mak)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
JavaScript error: resource:///modules/UrlbarInput.jsm, line 366: Error: Unrecognized UrlbarInput event: unload
I see this error in my terminal when I press Cmd+Q while the url bar is focused.
https://searchfox.org/mozilla-central/rev/9aa7bebfd169bc2ead00ef596498a406e56bbb85/browser/components/urlbar/UrlbarInput.jsm#62 adds an unload
event listener, but nothing in the file seems to be handling this event, and an exception is thrown at https://searchfox.org/mozilla-central/rev/9aa7bebfd169bc2ead00ef596498a406e56bbb85/browser/components/urlbar/UrlbarInput.jsm#366
Assignee | ||
Comment 1•4 years ago
|
||
this is a leftover. thanks, I just hit the same error while running tests.
Assignee: nobody → mak
Assignee | ||
Updated•4 years ago
|
Severity: -- → S4
Status: NEW → ASSIGNED
Iteration: --- → 78.2 - May 18 - May 31
Priority: -- → P3
Updated•4 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by mak77@bonardo.net:
https://hg.mozilla.org/integration/autoland/rev/a3a9125a6e9d
Remove no more used 'unload' event listener. r=harry
Comment 4•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
Comment 5•4 years ago
|
||
I verified this issue on Fx 78.0 using macOS 10.13.
Status: RESOLVED → VERIFIED
Updated•3 years ago
|
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•