-
Notifications
You must be signed in to change notification settings - Fork 279
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
[Bug] tab-clicked
event not delivered to 'folder' tabs (since 4.0.24)
#3653
Comments
I discovered that the group 'folders' that are automatically generated include the So, I guess either this is by design (if so, be good to know where this is documented) and how it might be possible to work around it, to re-enable the expand / collapse feature without needing a valid |
See also #3655 and maybe related? |
I think there were some API changes in old days and your addon need to be updated for the spec of the present API.
|
Thanks for the update. On the first point, I can refactor the code to use Or is that the other #3655 problem with group tabs causing the events to go missing? |
@dsl101 you can grab the latest XPI under the "actions" tab (https://github.com/piroor/treestyletab/actions). Just click on the latest check-in, grab the XPI, load it in Firefox Developer or Firefox Nightly once you set xpinstall.signatures.required = false in about:config. BTW, I already tested #3655 with this method and it works. (I closed #3655) |
Ah, thanks. Not a big github user :). And can confirm the latest xpi does deliver group tab events to my extension again, so assume that's what was at the root. Now on with the other changes... |
Abstract
I have a TST Extension TST Folder Expand Collapse which stopped functioning after 4.0.24 was released.
Steps to reproduce
moz-extension://[TST-Extension-UUID]/resources/group-tab.html?title=Test
(note these can be created by opening new tabs from pinned tabs, etc.); the TST extension id is requiredAdditional information
It seems this code no longer receives events from these group tabs:
Clicking on regular tabs does send the
tab-clicked
event.Environment
The text was updated successfully, but these errors were encountered: