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
Currently the zoom buttons (+/-) are SVGs and some browser does not support focus for SVG.
We are working on application that supports accessibility and tabbing/focusable is a must.
It would be great if these buttons are focusable.
Thanks
The text was updated successfully, but these errors were encountered:
Thank you very much for your prompt reply.
We love your library and we are looking forward to Typescript version of this library.
I figured out that but I did not know where to put these custom elements.
Finally, I could make it work.
I post my codes here for anyone wants to do the same
In order to get the focus, tag must have href attribute.
This would make clicking on these zoomer butons will open another page or reload the page.
I set href="javascript:void(0);" but this is not optimal solution.
If possible, in the zoomer handlers, adding "return false;" will stop the event propagation.
Currently the zoom buttons (+/-) are SVGs and some browser does not support focus for SVG.
We are working on application that supports accessibility and tabbing/focusable is a must.
It would be great if these buttons are focusable.
Thanks
The text was updated successfully, but these errors were encountered: