-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Mouse scrolling is not working in TWA on Linux #25086
Comments
TWA? |
From time to time scrolling stops working in Both in chat window and contact list. |
@lesykm this report is about some 'TWA', not about chat window or contact list. And it's likely to be closed as the author ignores the question. |
@ilya-fedin TWA is a Telegram Web App. |
I can reproduce, but this doesn't happen on KDE, looks like a xfwm bug, can you report to xfwm? |
I'm not sure what is the |
xfwm is Xfce's window manager, you can report to https://gitlab.xfce.org/xfce/xfwm4/-/issues/. Unfortunately, I'm not an Xfce user and I don't think my X11 knowledge is any better than you (note that there's not so much people really knowing X11 on this planet), so I won't report as well. Note that tdesktop project has no X11 experts, so if you won't report to xfwm, your issue will stuck and I'll add it to #25126. Should I do that? |
I really don't know how to file an actionable bug report regarding this. Of course, I can just copy the report that I've done here, but it will lack any technical/debugging details and will probably be ignored/closed. I think the person knowing how Telegram Desktop actually integrates with the window system should be more suitable for escalating this report. |
This issue is now a part of #25126 |
A note: no one knows how it actually integrates with windowing system in tdesktop. We're using Qt's QWidget::createWindowContainer method and then Qt does some magic. We don't know what it actually doing. We only know it uses some native API on each system to embed one window into another. |
@ilya-fedin it looks like we should escalate this to the Qt then. |
Someone has to write a minimal reproducible example, unfortunately. I don't know how to make one as tdesktop connects Qt and gtk for webview what requires a lot of code with multiprocessing and IPC. |
I think It's much easier to report to xfwm. But I'm unfortunately not an Xfce user, so I wouldn't be able to do things they will ask. |
I have the same issue. |
@Myralllka web bots aren't supported on GNOME, so you can't have this issue |
Omg my mistake, sorry, it is not in bots in TWA but everywhere (chats, main page, settings) in "community/telegram-desktop" application. Should I make a new Issue regarding that, if I wouldn't be able to fix it myself? |
Please look the pinned issue |
Hey there! This issue was inactive for a long time and will be automatically closed in 30 days if there isn't any further activity. We therefore assume that the user has lost interest or resolved the problem on their own. Don't worry though; if this is an error, let us know with a comment and we'll be happy to reopen the issue. Thanks! |
I have a similar issue in desktop application (Linux Mint 21.1 / Cinnamon / Flatpak, v4.6.5) - mouse scrolling doesn't work, but touchpad scrolling works just fine. |
@alexkuz in webview? Note that this issue is about scrolling not working in webview exclusively. |
In a desktop app, not in a webview, it seems to be fixed in the latest version though, so nevermind. Should have checked it from the start, my bad. |
Hey there! This issue was inactive for a long time and will be automatically closed in 30 days if there isn't any further activity. We therefore assume that the user has lost interest or resolved the problem on their own. Don't worry though; if this is an error, let us know with a comment and we'll be happy to reopen the issue. Thanks! |
Steps to reproduce
Expected behaviour
It should scroll as usual.
Actual behaviour
It's not reacting to any mousewheel events.
Operating system
Ubuntu 22.04.1 LTS, Linux 5.15.10-051510-generic, XFCE 4.16
Version of Telegram Desktop
4.2
Installation source
Static binary from official website
Logs
No response
The text was updated successfully, but these errors were encountered: