Closed
Bug 1501237
Opened 7 years ago
Closed 7 years ago
event.target.nodePrincipal error in login manager code
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1497739
People
(Reporter: jkt, Unassigned)
Details
I'm seeing the following error for Fennec in the WebIDE when creating new tabs:
TypeError: event.target.nodePrincipal is undefined; can't access its "isNullPrincipal" property
https://searchfox.org/mozilla-central/rev/fcfb479e6ff63aea017d063faa17877ff750b4e5/mobile/android/components/BrowserCLH.js#189
| Reporter | ||
Comment 1•7 years ago
|
||
It looks like this prevents the login manager from running on privledged pages too, perhaps the code should be doing this anyway?
Comment 2•7 years ago
|
||
Dupe of bug 1497739? Should be fixed on the latest builds.
Flags: needinfo?(jkt)
| Reporter | ||
Comment 3•7 years ago
|
||
Thanks sorry I was using a 8 day old build and didn't spot that bug. Thanks!
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(jkt)
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•