Skip to main content

This content has been archived and is no longer being updated. Links may not function; however, this content may be relevant to outdated versions of the product.

Support Article

2.4.7 - Focus Visible AA - Focus visible

SA-76504

Summary



When the Accessibility user focuses on the Tab Title using the Tab key, the dotted line does not display for the Tab Title in the Internet Explorer 11 browser. However, the dotted link displays in the Chrome browser.

In Chrome browser, on focus of the tab:




In the Internet Explorer 11 browser, on focus of the tab:




Error Messages



Not Applicable


Steps to Reproduce

  1. Create a Tab Group layout in the Accessibility application.
  2. Use the Tab key to focus on the Tab Title. The dotted line does not display for the tab in the Internet Explorer 11 browser. However, in the Chrome browser, the dotted line displays.


Root Cause



In Chrome browser, the CSS for the dotted line of focus is displayed through the user agents. The same does not load in the Internet Explorer 11, since each browser has its own set of default CSS filed loaded.


Resolution



Perform the following local-change:

Add the below code in the UserWorkForm:

li.tab-li-t-ns-selected{
margin : 1px !important;
margin-bottom : 0px !important;
outline-color: #839cf5 !important;
outline-style: solid !important;
outline-width: 1px !important;
}

Published April 2, 2019 - Updated October 8, 2020

Was this useful?

0% found this useful

Have a question? Get answers now.

Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega Community has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.

Close Deprecation Notice
Contact us