lbonn / rofi

Rofi: A window switcher, run dialog and dmenu replacement - fork with wayland support
Other
876 stars 35 forks source link

[BUG \ NEED HELP] Mouse scrolling skips an entry #120

Closed kRHYME7 closed 4 months ago

kRHYME7 commented 4 months ago

Rofi version (rofi -v or git commit in case of build issue)

1.7.5+wayland2-224-g217d6c46 and older

Configuration

https://gist.github.com/kRHYME7/4ed2a3f8a6b2b07a9bc64ef390d077d7

Theme

https://gist.github.com/kRHYME7/4ed2a3f8a6b2b07a9bc64ef390d077d7

Timing report

https://gist.github.com/kRHYME7/4ed2a3f8a6b2b07a9bc64ef390d077d7

Launch command

rofi -show filebrowser

Step to reproduce

https://github.com/prasanthrangan/hyprdots/issues/996#issue-2161505209

    Open rofi with Super + A
    Scroll using mouse scroll wheel
    See that every other option is getting skipped

Expected behavior

Mouse-scroll should not skip entry. (Or if possible to set skips (dunno the use case ))

Actual behavior

Mouse scroll skips and entry

Additional information

I don't personally use a mouse on rofi, but 1 user found out this issue.

If I missed something on the documentation, I would be grateful to be if you could point me the right way to do this.

Also, this is already an issue for a while.

Using wayland display server protocol

I've checked if the issue exists in the latest stable release

kRHYME7 commented 4 months ago

I only search for scroll keyword in this repo and man page. All defaults look good. Don't know what I missed

lbonn commented 4 months ago

@kRHYME7 thanks! This was indeed very buggy.

kRHYME7 commented 4 months ago

Thank you for the very fast response and fix. ⚡