From: David Cho-Lerat <117642976+david-cho-lerat-sonarsource@users.noreply.github.com> Date: Mon, 12 Dec 2022 10:24:24 +0000 (+0100) Subject: SONAR-17724 Using incorrect ARIA role "tab" for Rules navigation (#7206) X-Git-Tag: 9.8.0.63668~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e051863b7be7bdfe2f5c59ce921788b3d7ca0c15;p=sonarqube.git SONAR-17724 Using incorrect ARIA role "tab" for Rules navigation (#7206) --- diff --git a/server/sonar-web/src/main/js/apps/coding-rules/components/App.tsx b/server/sonar-web/src/main/js/apps/coding-rules/components/App.tsx index e14c9daa657..a766fad57b2 100644 --- a/server/sonar-web/src/main/js/apps/coding-rules/components/App.tsx +++ b/server/sonar-web/src/main/js/apps/coding-rules/components/App.tsx @@ -647,7 +647,7 @@ export class App extends React.PureComponent { /> ) : ( <> -
+
{rules.map((rule) => ( { selectedProfile={this.getSelectedProfile()} /> ))} -
+ {paging !== undefined && ( -
+
-
+ -
+