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

Mouse Side Button cannot function properly for going forward/back navigation. #1564

Open
Bili-TianX opened this issue Oct 7, 2023 · 4 comments

Comments

@Bili-TianX
Copy link

When the side buttons are pressed, the page will go forward/back twice

@jorio
Copy link

jorio commented Oct 14, 2023

I'm also seeing this. Navigation goes back on button down (OK) and also on button up (unexpected).

(v0.7.0, Linux, Qt 6.6.0)

@gaotongsh
Copy link

gaotongsh commented Feb 27, 2024

I have the same issue.

Navigation goes back on button down (OK) and also on button up (unexpected).

By the way, according to my experiments on MS Edge, the expected behavior is navigation on button up, not down.

@cragwen
Copy link

cragwen commented Feb 29, 2024

It seems like not need to call back() or forward() function in handleMousePressEvent of webview.cpp. I try to comment out these lines and compile. It works fine for me.

@gaotongsh
Copy link

It seems like not need to call back() or forward() function in handleMousePressEvent of webview.cpp. I try to comment out these lines and compile. It works fine for me.

Thanks. Can you make a PR or can the developers take a look at the fix? @trollixx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants