Create sticky action buttons for table in Settings/User App #38215
Labels
1. to develop
Accepted and waiting to be taken care of
design
Design, UI, UX, etc.
enhancement
feature: users and groups
Html structure of the table has been changed for a11y purposes: #36921.
During testing of new implementation some bugs regarding
position: sticky
and not right existing implementation ofz-index
of the action buttons have popped up. Demo:There were 2 main problems:
For the time reasons was decided to keep good / not broken state but without
position: sticky
which causes possible right scrolling inside of a table (from a11y perspective absolutely valid but not as user friendly as before), see #37870.This is a follow-up ticket to correct action buttons to sticky position with current table implementation. There were some suggestions regarding implementation:
from #37860 (comment)
And:
from #37870 (comment)
Please pay attention that integration tests possibly have to be adopted too.
The text was updated successfully, but these errors were encountered: