Bugzilla@Mozdev – Bug 25585
"Hide when not needed option" ALWAYS hides toolbar
Last modified: 2013-09-25 14:34:35
You need to log in before you can comment on or make changes to this bug.
In addon version 3.12, with Thunderbird 24, if the "Hide quickfolders when they are not needed" option is checked, the tabs toolbar is hidden every time the view is switched between Thunderbird tabs.
There is a hidden debug setting extensions.quickfolders.debug.toolbarHiding which can be activated by right-clicking Debug mode. there seems to be a problem in that code (not sure what causes it, as I haven't touched that area of code for ages). Will investigate...
extensions.quickfolders.debug.toolbarHiding is set to false in my installation
(In reply to comment #2) > extensions.quickfolders.debug.toolbarHiding is set to false in my installation > Don't worry I have already debugged it, so no need for posting the log. It looks like a bug caused by a change in Thunderbird 24. tabmail.currentTabOwner does not exist or is not filled anymore so I cannot determine the current tab mode this way: tabMode = tabmail.currentTabOwner.type; Will have to code a fix for this.
Changed the title to be more accurate., I found the cause for the bug, working on a fix.
Created an attachment (id=7685) [details] 3.12.1 prerelease 1 Fixed version.
Fixed in 3.12.1
*** Bug 25590 has been marked as a duplicate of this bug. ***