I have an aem site built with v2 page component and adobe launch integrated.
Authored image, teaser components on a page.
Problem: body tag has "click" events associated by AppMeasurement.js (adobe launch , analytics ?)
this in turn seems making all <img> elements to have "click" events and screen reader in firefox with nvda reading all images as "graphic clickable"
Question: business says this is an issue as image does not have any linked hander to perform any action but screen reader says it as "graphic clickable".
What is tried:
1. I took out the script which injecting analytics, launch js and i do not see above issue.
2. I tried taking out all data-cmp-datalayer attributes, other attributes in teaser.html, image.html but no success , click events got added by launch, analytics, app measurement scripts.
Any help appreciated.
Thanks,
Sri