Accessibility Bug in version 5.1.8
-
Hi,
I think I found a bug in version 5.1.8 that might help fix other problems that have been reported here. My Contact 7 forms stopped working after updating C7F. The layout was broken and no success or error messages were given after submission.
By experimenting with the rollback plugin, I found that this strange behaviour occurred with version 1.5.8, while version 1.5.7 worked fine.
I compared the version and found that the only change in HTML was an aria-hidden=”true” in the divs with the wpcf7-response-output class. I assume aria-hidden=”true” should be set to aria-hidden=”false” after submission, correct?
As a workaround, I made the following change in my CSS.
[aria-hidden=”true”] {
/* opacity: 0;*/
opacity: 1;
}but this doesn’t meet the requirements for accessibility.
The page I need help with: [log in to see the link]
- The topic ‘Accessibility Bug in version 5.1.8’ is closed to new replies.