You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed, that on Windows 7, the ComboBox doesn't open at all when pressed, but it still changes if I press the buttons up and down when selected. On Windows 10 and 11, the ComboBox is missing the scrollbar, which makes it harder to select entries that are outside of the visible dropdown. I can re-open the dropdown after I select an option at the visible boundary and have it scroll that way, but it's not optimal.
It could be due to a rendering hack I found mentioned in one of the issues.
I've noticed, that on Windows 7, the
ComboBox
doesn't open at all when pressed, but it still changes if I press the buttons up and down when selected. On Windows 10 and 11, theComboBox
is missing the scrollbar, which makes it harder to select entries that are outside of the visible dropdown. I can re-open the dropdown after I select an option at the visible boundary and have it scroll that way, but it's not optimal.It could be due to a rendering hack I found mentioned in one of the issues.
EDIT:
Related to #271 .
The text was updated successfully, but these errors were encountered: