RealRaven2000 / QuickFolders

Thunderbird Add-on: QuickFolders
http://quickfolders.org/
Other
48 stars 9 forks source link

quickfilter loses focus after clicking a QF tab #434

Closed theovanoostenbrugge closed 7 months ago

theovanoostenbrugge commented 7 months ago

Hi,

When i jump to a folder via a tab and click in the (always open) quick filter on Thunderbird, the focus in quickfilter is disappeared. I must click twice in quickfilter.

When i open a folder normaly the quickfilter works fine.

RealRaven2000 commented 7 months ago

It could be a setTimeout() implementation (with the delay being there for a reason), can you check whether it happens if you wait for approx 1.5 seconds and then click?

I will out of office for 2 days and can test this and check the source code over the weekend.

theovanoostenbrugge commented 7 months ago

Yes, when I wait for 1,5sec it works fine.

RealRaven2000 commented 7 months ago

Great then i can make the delay configurable so you can tweak it for your own needs.

theovanoostenbrugge commented 7 months ago

That will be great!

RealRaven2000 commented 7 months ago

I am out of office but will be back tomorrow, then i can build you a test version.

RealRaven2000 commented 7 months ago

I had the delay (1000ms) in my function setFocusThreadPane() - I decided to make it 0 for selecting folders via tab and leave it as is when it is called from the findFolder() routine (I think the delay is still there for a reason)

QuickFolders-mx-6.4pre37.zip


to install the test version, download the zip file and then drag the file into Thunderbird Add-ons Manager (do not extract contents).

theovanoostenbrugge commented 7 months ago

it seems like it has been resolved. Thank you!

RealRaven2000 commented 7 months ago

Fixed in 6.4 released on 04/12/2023