Aris-t2 / CustomJSforFx

custom scripts
GNU General Public License v3.0
236 stars 22 forks source link

Firefox 109 - editbookmarkspopup_expanded.uc.js - stopped working #75

Closed Acid-Crash closed 1 year ago

Acid-Crash commented 1 year ago

Describe the issue: editbookmarkspopup_expanded.uc.js module stopper working after Firefox updated to v109 The folder-tree section is closed by default, despite it should be opened by the module itself Prior to the update the in worked fine. I have tried to redownload the module and set timeout 100. No luck.

What should have happened instead? The folder-tree section should be open by default

Steps to reproduce the issue? Install module, set the following parameters within the module

var folder_tree_height = "240px"; // increase folder tree height
var hide_preview_image = false; // hide (true) or show (false) preview image
var timeout_value = 0; // milliseconds - increase value, if popup does not expand: 100 > 500 > 1000 ...

Method used (M1, M2 or M3): M2 is used

Screenshots (drag and drop images into this post):

bookmarks

System information OS & OS version: Win10 x64 OS theme: default DPI / HiDPI resolution: 100 Firefox or Thunderbird: Firefox Firefox/Thunderbird version: 109.0 Firefox/Thunderbird theme: default Settings this issue occurs with:

Aris-t2 commented 1 year ago

I finally had some time to look into this. Turns out only one attribute was changed. A new file is up.

https://github.com/Aris-t2/CustomJSforFx/blob/master/scripts/editbookmarkspopup_expanded.uc.js

Acid-Crash commented 1 year ago

Thank you for the update. The issue is fixed now.