Mazen
Mazen
Yes, I'm not sure of what widget to use for this though, as far as I know there is no expander widget in WX, maybe a toggle button could work?
I found. https://docs.wxpython.org/wx.lib.agw.pycollapsiblepane.PyCollapsiblePane.html I've tried it and I think it has some issues like the collapsed content still can be accessed with keyboard navigation.
Fixed in #13980
It currently says for toggle buttons Toggle button not pressed half checked apart from the negative state bug, I'm asking if that's ok as is or a new state would...
This does not effect progress bars as the indeterminate state is fetched using the UIA toggle pattern, which is either on, off, or indeterminate. It's specific to toggle buttons and...
I don't have a braille display so can't add or test the state in braille, so if someone could that'd be great
Thank you. Could you test with braille using this WPF application? Simply unpack the archive and you can find the exe inside the bin folder. You might need the dot...
Ok, I think the half pressed braille state is fixed. By NVDA not announcing UIA checkbox state, is that with WPF or just chromium UIA?
I can reproduce this on 2022.2, I'm not sure how to fix it and I agree it should be fixed in another PR. I've also noticed if you go into...
Try expanding the combobox first with alt + down arrow.