Can't activate Java combo box with control+option+space
Can't activate Java combo box with control+option+space
- Subject: Can't activate Java combo box with control+option+space
- From: Pete Brunet <email@hidden>
- Date: Mon, 22 Aug 2016 20:21:18 -0500
Hi, I can activate a Java combo box with space but not control+option+space.
The combo box looks likes this in Accessibility Inspector:
AXComboBox
AXButton
and both components show an accessibilityPerformPress with Action
AXPress and Description click
In my log I see this call:
-[JavaComponentAccessibility accessibilityActionNames]
self role: combobox
java[96283:1005103] returning: (
AXPress
)
This method is never called on the pushbutton.
I noticed accessibilityPerformPress was not implemented so I added it
but it is never called when running the app, i.e. in response to
control+option+space - but it is called if I use the Peform Action
button of Accessibility Inspector. (Right now accessibilityPerformPress
is just a noop, just added to see if it was ever called.)
Pete
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Accessibility-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden