aminomancer / uc.css.js

A dark indigo CSS theme for Firefox and a large collection of privileged scripts to add new buttons, menus, and behaviors and eliminate nuisances. The theme is similar to other userChrome stylesheets, but it's intended for use with an autoconfig loader like fx-autoconfig, since it uses JavaScript to implement its more functional features.
Other
326 stars 27 forks source link

[BUG] animateContextMenus.uc.js freezes when opening bookmark folders too fast. #55

Open Sneakpeakcss opened 1 year ago

Sneakpeakcss commented 1 year ago

Describe the bug When you open a folder in bookmarks toolbar and quickly switch to a different one, the native firefox auto open function freezes.

To Reproduce Steps to reproduce the behavior:

  1. Create few folders on bookmarks toolbar.
  2. Open any of them and then start hovering over the rest.
  3. If you did it fast enough then at some point auto open stops with one folder opened.

Expected behavior animateContextMenus shouldn't freeze auto opening.

Screenshots

With animateContextMenus.uc.js:

https://user-images.githubusercontent.com/77424331/190304482-db2957e0-1dab-472e-9736-cb3f5caac2f2.mp4

Without animateContextMenus.uc.js:

https://user-images.githubusercontent.com/77424331/190307308-fee117ac-098e-4c61-a0db-20023f5920d8.mp4

Desktop (please complete the following information):

Additional context Beside those folders i didn't notice any other windows having this problem, also while i mainly use ESR with xiaoxiaoflood's loader the same thing happens on Nightly with fx-autoconfig (as seen on included videos).