Re: Can't activate Java combo box with control+option+space
Re: Can't activate Java combo box with control+option+space
- Subject: Re: Can't activate Java combo box with control+option+space
- From: Pete Brunet <email@hidden>
- Date: Tue, 23 Aug 2016 12:01:36 -0500
On 8/22/16 8:21 PM, Pete Brunet wrote:
> 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.
Forgot to mention: accessibilityPerformAction is never called
>
> 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
_______________________________________________
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