-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Documentation: Code Examples in Control-Documentation no longer scrollable using mouse wheel in Firefox #10865
Comments
Hi @alex3683 thank you for submitting this issue! I was also able to confirm this issue in Firefox. It looks like this was an existing issue with the monaco editor as there was a recently closed issue here. We will need to bump our monaco version FYI @ecraig12345 and @kenotron |
At least last I looked at the latest monaco-editor version, bumping it introduced some other issue which would be impossible to work around (unfortunately don't remember what that was...). I'll have to check whether that's still the case. Either way I can deal with this one. |
Looked into this and probably the issue I ran into before was this one (though it's misleadingly named). I submitted a fix (microsoft/monaco-typescript#49) and also found a workaround which will let us upgrade our Monaco version in the meantime. |
🎉This issue was addressed in #10973, which has now been successfully released as Handy links: |
🎉This issue was addressed in #10973, which has now been successfully released as Handy links: |
🎉This issue was addressed in #10973, which has now been successfully released as Handy links: |
Environment Information
Please provide a reproduction of the bug in a codepen:
Actual behavior:
The code does not scroll in Firefox. In Chrome for example, scrolling works.
Expected behavior:
The code is scrollable by mouse wheel in every major browser.
Priorities and help requested:
Are you willing to submit a PR to fix? (Yes, No) No
Requested priority: (Blocking, High, Normal, Low) Normal
Products/sites affected: (if applicable) Every Code Example
The text was updated successfully, but these errors were encountered: