Support Article
Need to hide OOTB Report charts for accessible application
SA-28683
Summary
In a WAI enabled application, an application that is designed for accessibilty for users with disabilities, charts associated with Report Definitions are required to be hidden as they cause unnecessary noise for visually impaired operators using JAWS.
Error Messages
Not Applicable.
Steps to Reproduce
- Login with WAI enabled operator
- Go to to Report Browser
- Open any Report definition which has a chart.
Root Cause
This is a request for an additional configuration that doesn't exist out-of-the-box, but is important for accessibilty compliance.
Resolution
Add the following to an external stylesheet that will only be added for accessible users:
<style>
*[id^="ichartDiv"] {
display: none !important;
}
</style>
Published October 7, 2016 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.