-
Notifications
You must be signed in to change notification settings - Fork 11
missing icon on QF Current Folder Bar (Linux, Thunderbird 102.9.1) #172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
thanks for the screenshots. You can check the button's css properties using inspector (Ctrl+Shift+I) - I suspect it is added by quickFilters but a Linux-specific CSS rule prevents it from being displayed. I will have to make a new LInux VM to test this, or ask a friend on the next dev call (Thursday evening). It is probably a CSS display issue. I would investigate it with the built in inspector - the debugger and css inspector are in Tools / Developer Tools / Developer Toolbox. (Or use the shortcut Ctrl+Shift+I) - this launches a remote debugger. The first place I would look is in the "Inspector" tab: 1 select inspector If you can find the button "quickfilters-current-runbutton" = check under the Rules tab, and filter for the "display" rule: To see the Thunderbird built in styles make sure that you enable Show Browser Styles in settings! If there are multiple rules you can see which one "wins" on the "Computed" tab: |
When you add the button, the event handler isn't added at that time, only when the Add-on starts (this means you have to restart Thunderbird after adding the button) - I am working on a fix at issue #175 - if you don't want to restart Tb after adding a button, please try the new version linked there. |
I finally managed to install an Ubuntu image using Windows 10 Hyper-V, and oh boy was this painful. Cost me about 3 hours. I think I going to go back to Virtualbox as soon as I can - I can;t even share folders with this windows BS. Anyway I found the following error when I started up quickFilters in Thunderbird on Ubuntu: TypeError: mnuToolsCreateFromMsg is null qFi-messenger.js:120:3 I currently do not know why this error doesn't happen in Windows - I suspect the (context) menu only exists there this would lead to part of the script that injects elements into the context menu, I will upload a new version for testing below shortly. |
New version (uploading for myself to test in Ubuntu): quickFilters-wx-5.9.1pre14.zip Ok I tested with that version that seems to add the buttons as expected in Linux. |
…inux) [issue #175] quickFilters buttons don't work when dragging from customize toolbar
With today's update of QuickFilters everything works as usual again. All buttons are back, all functions are working again. Thank you very much for your great work. :-) |
Fixed in 5.9.1 released on 09/04/2023 (April) |
2 users reported this independently. On Linux the additional quickFilters buttons for running filters are not displayed any more on the QuickFolders Current Folder toobar:
Expected:

Observed:

Configuration is on the quickFilters settings Advanced page:
I suspect it is an issue with Linux-specific changes to the Thunderbird style sheet
The text was updated successfully, but these errors were encountered: