[Firefox] Closing detached window

Posting here is no longer possible, please use the corresponding product forum.
Locked
user45

[Firefox] Closing detached window

Post by user45 »

When I close detached blocked elems window, menu items still think that is opened.

Steps to reproduce:
1. Open list of blocked elements by menu item from toolbar button.
2. Click Detach.
3. Close detached window. Menu item from toolbar button still is something like "Close blocked elements list"

In console I see an error:
Error: TypeError: document.getElementById(...) is null
Source File: chrome://adblockplus/content/ui/sidebarDetached.xul
Line: 1

.. probably because of line 29:

Code: Select all

onclose="document.getElementById('abp-command-sidebar').doCommand(); return false;"
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: [Firefox] Closing detachedg window

Post by Gingerbread Man »

I can't reproduce this with Adblock Plus 2.3.2 and Firefox 24.

Test in a brand new profile where no preferences have been modified and no other add-ons have been installed.
https://support.mozilla.org/kb/profile- ... x-profiles
p_hill
Posts: 438
Joined: Mon Feb 03, 2014 5:26 pm
Location: Cologne

Re: [Firefox] Closing detached window

Post by p_hill »

If this issue persists if trying with a new clean profile, please file a report at https://issues.adblockplus.org
Locked