Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
Description
Related HR's
HR_438
Steps to Reproduce:
- Navigate to and Activate Top Navigation Menu > Control Panel > User Groups >
- Add a user group without a description
- Navigate using a tab key to ellipsis of the user group
Expected Result:
keyboard focus does not disappear as user tabs to ellipsis button
Actual Result:
keyboard focus indicator disappears on the empty description
Reproduced on:
Tomcat 9.0.65 + MySQL 5.7
Portal master GIT ID 155b6864e9d3b8d9133f61e5f3442fdf336d62f6
How to fix, recommendation:
- The User Group Description in the table is rendered with a link even when there is no description. This results in the description link being able to be focused when there is no content with results in the focus not being visible.
- This can be fixed by not rendering a link when the description is empty.