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] tabTooltipNavButtons.uc.js: Tabs history not appearing #52

Closed EstherMoellman closed 1 year ago

EstherMoellman commented 1 year ago

Hi @aminomancer ,

Firstly, your tabTooltipNavButtons.uc.js is amazing. Thank you!

I believe I may have found a bug. Unfortunately, when I right click the back or forward button, I can't see tabs history. This bug appeared to me few days ago. Just in case, I tried tabTooltipNavButtons.uc.js in a Nightly clean install, no CSS mods, no add-ons, untouched. And the tabTooltipNavButtons.uc.js bug is there... on right-mouse-click over back or forward, tabs history is not shown anymore.

Just to be clear I'm talking about line 49:

// When you right click one of the back or forward buttons, it opens a
// little context menu that shows up to 15 items in that tab's history.

Hope you can fix it.

Thank you in advance!

aminomancer commented 1 year ago

Haha funny, I broke my own script with a patch. Try version 1.2.3, should be fixed now. Thanks for the report.

EstherMoellman commented 1 year ago

Beautiful! Thank you.