Open fbonheurCap opened 1 year ago
We also experience something similar when a mailto:mail@example.com link is used in the Image. The mailto works on publisher. It seems like the Teaser is also affected https://github.com/adobe/aem-core-wcm-components/issues/2636
The same issue occurs with core/wcm/components/button/v2/button. The link set as tel:0800600600 works, but the error logs get flooded with this error. This makes it hard to navigate through Cloud instances error logs. The issue is in LinkUtil, any component using it have the issue.
Any update about this issue ?
This should be fixed globaly in LinkUtil, as mailto: or tel: are valid inputs for href attribute. It doesn't matter if it's a teaser, button or anything else.
What is the reason to block it?
Bug Report
Current Behavior Add a native image v3 component to a page In the Metadata dialog tab set le Link property to "tel:0000000000" View the page as published The href attribute of the image V3 anchor tag is "tel:?wcmmode=disabled" The following error is visible in the logs
Expected behavior/code The href attribute of the image V3 anchor tag is "tel:0000000000?wcmmode=disabled"
Environment
Possible Solution
Additional context / Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.