After opening an archive file in Pale Moon 28.0.0b5, the button displayed in the URL bar does not function. On click, the following error is displayed in the console:
TypeError: Ci.nsIPopupBoxObject is undefined
The error occurs at this line.
I suspect the root cause might be related to this bug. Replacing Ci.nsIPopupBoxObject with PopupBoxObject appears to fix the issue.
After opening an archive file in Pale Moon 28.0.0b5, the button displayed in the URL bar does not function. On click, the following error is displayed in the console:
TypeError: Ci.nsIPopupBoxObject is undefined
The error occurs at this line.I suspect the root cause might be related to this bug. Replacing
Ci.nsIPopupBoxObject
withPopupBoxObject
appears to fix the issue.