lucca-front icon indicating copy to clipboard operation
lucca-front copied to clipboard

luTooltipWhenEllipsis and keyboard navigation

Open vvalentin-lucca opened this issue 2 years ago • 2 comments

The tabindex that is added to elements to make them focusable should be removed when tooltips are not needed.

However, this calculation seems to be done on interaction (to avoid listening the resize of the window) and it is therefore already too late when you navigate with the keyboard.

vvalentin-lucca avatar Sep 22 '22 14:09 vvalentin-lucca