Skip to content

quickFilters buttons don't work when dragging from customize toolbar #175

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

Closed
RealRaven2000 opened this issue Apr 7, 2023 · 2 comments
Closed
Assignees
Labels

Comments

@RealRaven2000
Copy link
Owner

When dragging a button of quickFilters to the main toolbar it doesn't work at first - Thunderbird or quickFilters need to be restarted. This is caused by code that attaches the event handler to the buttons when quickFilters starts - but it only can do this if the buttons are already in the toolbar. This needs to be fixed so that the buttons work right away.

@RealRaven2000 RealRaven2000 self-assigned this Apr 7, 2023
@RealRaven2000
Copy link
Owner Author

RealRaven2000 commented Apr 7, 2023

Below is a prerelease version that uses inline command handlers - these should always work, even when dragging in the buttons fresh from the toolbar palette (customize toolbar)

quickFilters-wx-5.9.1pre13.zip

As always, to install prereleases here from github, download the zip file and then drag it into Thunderbird Add-ons Manager - without extracting the contents. We are not allowed attaching xpi files but zip are essentially the same format with a different extension.

RealRaven2000 added a commit that referenced this issue Apr 9, 2023
…inux) [issue #175] quickFilters buttons don't work when dragging from customize toolbar
@RealRaven2000
Copy link
Owner Author

Fixed in 5.9.1 released on 09/04/2023 (April)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant