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
Only the over pointer event is working and seems the only event to be registered.
The KeyboardEvents are not getting registered at all
On getting event listeners on legend item
only following events are found to be registered pointerout, blur, pointerover, pointerdown, touchstart, focus
@martynasma I want to make the legend items navigable using arrow keys, is there a config which will allow me to do this?
Currently if we make the legend items focusable, we have to Tab through these items.
If the number of legend items becomes more it is not a good experience for a user to Tab through these items, we should be able to move out of legend container in one tab.
Bug description
KeyboardEvents not getting registered on legend itemContainers
I have registered the following events for legend items
Only the over pointer event is working and seems the only event to be registered.
The KeyboardEvents are not getting registered at all
On getting event listeners on legend item
only following events are found to be registered pointerout, blur, pointerover, pointerdown, touchstart, focus
https://codepen.io/itachi022/pen/LYjyJab
Checkout the above code pen
Environment (if applicable)
amcharts4
Additional context
We need to make the legend items navigable using arrow keys and need to listen to the keyboard events for this
The text was updated successfully, but these errors were encountered: