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
After #888, it may be possible to use pickable with a11y listeners. We currently have checks in individual listeners against enabledProperty to determine whether or not to run functionality in the listener. It would be great if we could enable/disable this directly through pickable or some other a11y equivalent.
Referencing @zepumph in case he has any thoughts but we probably won't get to this for a little while.
The text was updated successfully, but these errors were encountered:
After #888 I was wondering if this was working for us for free, but I tested and observed that we are hitting listeners from a11y input when a Node has pickable false.
This issue is very old at this point. A11y listeners have been working well for a long time, and focus/blur are needed to provide keyboard navigation on disabled elements. I believe that we may need to improve this logic more generally over in #1220, but for now. I think we are ready to close.
After #888, it may be possible to use
pickable
with a11y listeners. We currently have checks in individual listeners againstenabledProperty
to determine whether or not to run functionality in the listener. It would be great if we could enable/disable this directly throughpickable
or some other a11y equivalent.Referencing @zepumph in case he has any thoughts but we probably won't get to this for a little while.
The text was updated successfully, but these errors were encountered: