Scrolling in TreeStyleTabs is broken
Categories
(WebExtensions :: Developer Outreach, defect)
Tracking
(Not tracked)
People
(Reporter: valflaux+github-pro, Unassigned)
References
(Regression)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:131.0) Gecko/20100101 Firefox/131.0
Steps to reproduce:
- Start Firefox Nightly (since 2024-08-06-21-12-39) with clean profile.
- Install TreeStyleTabs addon.
- Open tabs until it fill all the vertical space so we can scroll
- Try to scroll
Actual results:
Nothing
Expected results:
Tabs should scroll vetically
mozzregression :
Bug 1907460 - Disable overflow/underflow events in release r=emilio,extension-reviewers,robwu
Differential Revision: https://phabricator.services.mozilla.com/D216356
Setting back layout.overflow-underflow.content.enabled_in_addons=true
in about:config
fix the issue.
Comment 2•4 months ago
|
||
Piro, could you take a look?
This was also reported at https://github.com/piroor/treestyletab/issues/3605
Comment 3•4 months ago
|
||
I think the issue is fixed by this commit, but probably there's hasn't been a new release on AMO that includes it yet.
https://github.com/piroor/treestyletab/commit/fb01a8ca455735913b495b0323ecffda2853ca73
You're right.
I tested the dev build of TreeStyleTabs and I can confirm that this commit fixes the issue.
Updated•4 months ago
|
Comment 5•4 months ago
|
||
TST 4.0.22 including the fix has been uploaded to AMO.
Description
•