MrOtherGuy / firefox-csshacks

Collection of userstyles affecting the browser
Mozilla Public License 2.0
3.13k stars 310 forks source link

Menubar showing up when it shouldn't #286

Closed barelyelectric closed 1 year ago

barelyelectric commented 1 year ago

tabsonbottom

Using FF 113.0.1, came here because my old patches broke with this update (probably the same story with the other guy here).

tabs_on_bottom.css works fine but when I add tabs_on_bottom_menubar_on_top_patch and click on a link that opens a popup window that isn't supposed to have the menubar (or nav buttons, etc) - it's still forcing it to be there. Not sure if there's a setting for this or if something has changed because I don't recall having that bug with these .css files. Removing the window_control_placeholder_support has no effect.

Using a basic userChrome: @import url(chrome/tabs_on_bottom.css); @import url(chrome/tabs_on_bottom_menubar_on_top_patch.css); @import url(chrome/window_control_placeholder_support.css);

MrOtherGuy commented 1 year ago

Well that's an oversight, oops. Thanks for reporting - this should be fixed with 2a6e95b

barelyelectric commented 1 year ago

Fastest bug fix I ever saw in my life, you're the best!