Selenium-H / Animation-Tweaks

A GNOME Shell Extension to Tweak animations and customize them
GNU General Public License v3.0
66 stars 9 forks source link

[Bug] Dropdown List of effects can't be scrolled #49

Closed auipga closed 2 years ago

auipga commented 3 years ago

The selectable list doesn't show all entries if the monitor doesn't provide enough space to the upside or downside.

image

Workaround I can select effects outside the shown range is to use arrow keys (while focus is on that field)

Another workaround (better usability, but often leads to bad results) I can use the scroll wheel while hovering it the desired item. The bad thing is that scrolling can lead to scrolling the whole settings dialog (e.g. when I already selected the first or last option). The next scroll event is then fired to some different item effectively loosing some of my settings.

Sultech commented 3 years ago

can you please fix this I cant select the animations I need using gnome 40

auipga commented 3 years ago

@Sultech you can focus the dropdown (but keep it closed) and then use Arrow-Up/Arrow-Down. You can also use your scrollwheel while the dropdown is hovered. (Be careful! If the window doesn't fit all the elements and can therefore also be scrolled. You probably will mess up other entries.)

Selenium-H commented 2 years ago

Sorry for the delay. Last commit in master branch fixed this issue.