There is 1 comment.
 
 
XWiki Platform / cid:jira-generated-image-avatar-e5175e38-03fe-437e-9eca-3ffacf7a6ed2 XWIKI-24124 Open

LiveData's "More actions" (kebab) dropdown menu is not reachable using the keyboard

 
View issue   ยท   Add comment
 

1 comment

 
cid:jira-generated-image-avatar-f0e0caac-9df1-4fc4-b64a-a763cb40e2cc Charpentier Lucas on 16/Mar/26 14:06
 

The more action menu is skipped because it's incorrect HTML.It pretty much goes like this:
Links are navigation tools. Every link has an href to give the navigation direction.
If a link has no href then it does not do anything and we shouldn't expose it.

Source: `If the a element has no href attribute, then the element represents a placeholder for where a link might otherwise have been placed, if it had been relevant, consisting of just the element's contents.` from https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element

_thumb_44646.png
Note that there's a very similar problem with the panel (sort, filter, properties,...) controls.
In this case it's just because the controls are spans with hard-coded listeners.