biolab / orange3-associate

🍊 :package: Frequent itemsets and association rules mining for Orange 3.
Other
65 stars 37 forks source link

Can't put slider on 60% on Frequent Itemsets #32

Closed martijnmeeldijk closed 3 years ago

martijnmeeldijk commented 4 years ago
Associate version
Expected behavior

For my research, I wanted to put the slider for Minimal Support in the Frequent Itemsets widget on 60%.

Actual behavior

It jumps straight from 59% to 61%. I cannot select 60%

Steps to reproduce the behavior

Open the Frequent Itemsets widget and adjust the Minimal Support slider.

Additional info (worksheets, data, screenshots, ...)

image

kernc commented 4 years ago

https://github.com/biolab/orange3-associate/blob/12afd273477a4b4fdcc6a2c31defd7ec4bfe5f99/orangecontrib/associate/widgets/owitemsets.py#L83-L87

Can you set it to 60% if you give it keyboard focus and press Up or Right?

martijnmeeldijk commented 4 years ago

Thanks for replying so fast. How do I give it keyboard focus? I tried pressing tab, but it will just go to the input fields. (I'm on macOS btw, maybe that helps)

kernc commented 4 years ago

You have to enable it, afterwards Tab will work. https://support.apple.com/en-us/HT204434#fullkeyboard

martijnmeeldijk commented 4 years ago

That works perfectly, thanks. I can put the slider on 60 with my keyboard now. This solves my problem. It's weird that I can put it on any value perfectly with just the mouse, except for 60. Thanks a lot

ajdapretnar commented 3 years ago

Fixed in #41 by simplifying sliders.