-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Drop down menu options select the wrong item or do not respond to mouse clicks #206
Comments
It looks like a bad division on the recorded x position of the cursor |
Just wondering if this is going to be fixed. On the windows version it is almost impossible to select. |
@dnlyko you can use the arrow keys and enter to select an option in the comboboxes ;) |
I have the same problem on Windows 10 on Ansel v 06d9cda. As said this is a very interfering problem. It can be overcome by scrolling the mouse wheel once option is selected, but this isn't ideal and not as able to select the exact option you want by just clicking. |
The cause of the problem is the |
Is this issue going to be addressed at development level or does the end-user need to make a change locally? |
This is absolutely not the cause of the issue, this has not been changed since 4 years. |
@Jiyone, I agree, but at least it made it possible to use the filter menu. I hope in the future the problem will be solved by the author. |
A solution could be to remove |
From what file in what folder (tree please) ? |
From src/bauhaus/bauhaus.c |
On my Windows 11 PC there are no files that are in any 'src' folder named '/bauhaus/bauhaus.c' |
@dnlyko yes this is for people who compile. 🤓 |
I'll have a try and look at the code if I have time. |
Hey @AlynxZhou, |
@lukadh Thanks! |
I confirm this is a workaround. |
Fixed by 48a86a9 |
Just build 57ed58d and I confirm this has been fixed! Good job! Also I really like the taller line height of menu item now because it is easier to click. |
@aurelienpierre Does not work properly in Crop module. Stuck on Freehand |
Same here on Pop_OS self-built 57ed58d In the crop module I can only change the ratio by mousewheel or arrows, but not selecting a list item by clicking. I have only encountered the issue in the crop module so far. |
Description of the bug
When an item in a drop down menu is selected with the mouse, the application selects the wrong menu item OR the application does not select any item in the list and leaves the drop down menu open. Using the scroll wheel works as a workaround to this issue.
To Reproduce
The bug is prevalent throughout the entire application. Select any drop down menu within a module, such as the Input Color Profile module. Try to change the working profile to something else, such as Linear ProPhoto RGB. The application will occasionally select the wrong menu item, or it will not select any item at all.
Expected behavior
Expected to use the left mouse button to select a module drop down menu item.
Context
Standard use of the application. The bug makes the application very difficult and cumbersome to use.
System
I used AUR to install, package: ansel-git
Additional context
.txt
)The text was updated successfully, but these errors were encountered: