Lootyhoof / mozarchiver

MAFF/MHT Web page compressor for Pale Moon
Mozilla Public License 2.0
26 stars 2 forks source link

Urlbar button does not work in PM 28 #5

Closed Ascrod closed 6 years ago

Ascrod commented 6 years ago

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.

Lootyhoof commented 6 years ago

Looks like this does it. Thanks! Hadn't noticed this one when I got 2.0 out - I'll push a release soon enough with this fix included.