-
Notifications
You must be signed in to change notification settings - Fork 8
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 focus remains on last file when switching tabs #428
Comments
Any chance it could be a (new) Haiku bug ? |
Oh, you're right. Apparently I have an extremely steady mouse hand... :) Moving the mouse takes less effort than clicking, so that's a valuable hint, thanks! |
Could you check if web+ has the same problem? |
Yep. Web+ shows the same symptoms. Terminal, however, doesn't. |
I had tried Terminal, too, and noticed it works correctly there. |
I've tried an older install from July 2024. Web+ shows the same issue. I've opened a Trac ticket: https://dev.haiku-os.org/ticket/19124 Keep an eye on it to see how it got fixed and do likewise for Genio. Or fix Genio and submit that same fix to that ticket. :) |
Thanks! We'll see who gets there first 😄 |
Could you try adding "_SendFakeMouseMoved()" on line 527 of TabContainerView.cpp (after fController->TabSelected()" and see if it fixes the problem ? Unfortunately I don't have a Mouse here and testing with the touchpad is hard :-) |
Unfortunately adding _SendFakeMouseMoved() there doesn't make a difference. |
Also happens when first opening Genio: if you have multiple open tabs, opening Genio without moving the mouse and using the mouse wheel doesn't scroll the active tab. |
--> It's still the .cpp file that gets scrolled, not the .h file that's the active tab.
The text was updated successfully, but these errors were encountered: