kewisch/quickmove-extension

Move shortcut stopped working

IGZmanuelMartinVivaldi opened this issue · 1 comments

After a few days working with the new 2.7.0 version shortcut, it stopped working without any change or upgrade. I tried both, the new CTRL - Shift + N and the classic Shift + M
OS: Windows 11
Quick Folder Move v2.7.0
Thunderbird 115.3.2 and 115.3.3

There are a few errors in console log when I try to use the shortcuts:
Loading failed for the module with source “moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/baseItemList.js”. 2 [popup.html:11:46](moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/popup.html?action=move&allowed=move,copy,tag,goto)

Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“default-src”). 4 [customElements.js:499:24](chrome://global/content/customElements.js) Content-Security-Policy: The page’s settings blocked the loading of a resource at inline (“default-src”). 2 [panel.js:62:22](chrome://global/content/elements/panel.js)

FrameData missing for quickmove@mozilla.kewis.ch page moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/popup.html?action=move&allowed=move,copy,tag,goto [ExtensionPageChild.sys.mjs:443](resource://gre/modules/ExtensionPageChild.sys.mjs) initExtensionContext resource://gre/modules/ExtensionPageChild.sys.mjs:443 initExtensionContext chrome://messenger/content/processScript.js:56 initExtensionDocument resource://gre/modules/ExtensionProcessScript.sys.mjs:374 Loading failed for the module with source “moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/baseItemList.js”. [popup.html:11:46](moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/popup.html?action=move&allowed=move,copy,tag,goto)

Promise rejected after context unloaded: Actor 'Conduits' destroyed before query 'RuntimeMessage' was resolved [popup.js:137](moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/popup.js) unload moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/popup.js:137 Promise resolved after context unloaded [popup.js:34](moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/popup.js) load moz-extension://0c115448-c754-475e-9dae-42d1d387971f/popup/popup.js:34

Solved, sorry for the false alarm. The problem was due to another Add-on: Compact Headers

When the option "Hide Header Toolbar" is enabled, Quickmove shortcut stopped working. After disabling, Quickmove worked again.