dspille wrote:Regarding iainhouse's issue that you've not been able to reproduce, I did some further testing and was able to fix the issue by only deleting the WME_Toolbox_Options key in the local storage. The "Reset WME Toolbox Settings" was not working for me (along with several other features), so manually deleting the key was the only option. If it helps for testing purposes, here is the contents of the key prior to deletion.
- Code: Select all
[...]
Indeed, the content of the local storage key you supplied me allowed me to narrow in and finally identify the bug (recorded as issue #418). The issue is triggered by Toolbox' option "Force arrows to be transparent (= not selectable) after loading". If you have that option enabled, you get the issue described by iainhouse above. To make things worse, you then won't be able to disable the option, because the procedure to save options is also broken once you've run into the bug.
So those users now have two choices, of which I recommend the second

- Wait for Toolbox 1.8.2
- In a WME browser tab, press F12 to open the browser's debug window, then search for a tab named 'Console', and enter (= copy) the following command at the very bottom line:
- Code: Select all
localStorage.removeItem('WME_Toolbox_Options')
Then reload the page, and Toolbox should be fixed (although your Toolbox settings are reset). Then please be sure to never activate the buggy option before Toolbox release 1.8.2 !