Skip to content
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] Cannot scroll the sidebar with latest nightlies #3554

Closed
cg9999 opened this issue May 18, 2024 · 7 comments
Closed

[Bug] Cannot scroll the sidebar with latest nightlies #3554

cg9999 opened this issue May 18, 2024 · 7 comments
Labels
bug Firefox-issue bug of Firefox itself fixed

Comments

@cg9999
Copy link

cg9999 commented May 18, 2024

Using the latest nightlies of FF, it is impossible to scroll the sidebar with mouse wheel.
I used mozregression to find the cause:

https://bugzilla.mozilla.org/show_bug.cgi?id=1888737

Bug 1888737 - Disable overflow/underflow events in early beta r=smaug,emilio

Differential Revision: https://phabricator.services.mozilla.com/D206175

2024-05-18T09:51:44.935000: DEBUG : Did not find a branch, checking all integration branches
2024-05-18T09:51:44.937000: INFO : The bisection is done.
2024-05-18T09:51:44.938000: INFO : Stopped

Is this a TST or FF issue?

FF 128.0a1 (2024-05-17) (64-bit) running on Arch Linux/KDE
tree_style_tab-4.0.14

update:
seems to be an issue of TST relying on an api that's being removed
https://bugzilla.mozilla.org/show_bug.cgi?id=1688022

Separate FF bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1897595

@piroor piroor added Firefox-issue bug of Firefox itself and removed needs-triage labels May 18, 2024
@piroor
Copy link
Owner

piroor commented May 18, 2024

I really need something method to run callback functions when the overflow state of a element (or the document) is changed. Is there any alternative way in the Web standard technologies?

@piroor
Copy link
Owner

piroor commented May 18, 2024

Workaround: setting layout.overflow-underflow.content.enabled to true via about:config.

piroor added a commit that referenced this issue May 18, 2024
@piroor
Copy link
Owner

piroor commented May 18, 2024

OK, I've found the way. With the commit 58f7f7c TST should work without overflow/underflow events.

@piroor piroor added the fixed label May 18, 2024
@cg9999
Copy link
Author

cg9999 commented May 19, 2024

Thanks for quick fix!

@diox
Copy link

diox commented May 21, 2024

FYI 4.0.15 is now live on AMO with that fix.

@piroor
Copy link
Owner

piroor commented May 25, 2024

There are some performance regressions like #3557 but currently I have no fundamental solution...

Copy link

github-actions bot commented Jun 2, 2024

This issue has been closed due to no response within 14 days after labeled as "fixed", 7 days after last reopened, and 7 days after last commented.

@github-actions github-actions bot closed this as completed Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Firefox-issue bug of Firefox itself fixed
Projects
None yet
Development

No branches or pull requests

3 participants