Clarification on why <button> tag is among black listed tags list for showing version difference | Community
Skip to main content
New Member
September 18, 2024
Solved

Clarification on why <button> tag is among black listed tags list for showing version difference

  • September 18, 2024
  • 1 reply
  • 577 views

Hi,

I am looking into page html version diff functionality of aem and in that all tags except <button> tag's difference was not getting highlighted. I debugged that the diffservice.js which is responsible for this functionality has an array of blacklistedtags among which button is one. For my use case I overlayed the js and removed 'button' from the list and it works fine. I am curious to know why it was added there in the first place and if any impact will happen due to my removal of it.

 

Thanks in advance!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi @darshanabhagat 
It could be by design or a bug. I would suggest to open an Adobe Support Ticket to check this directly with Adobe.

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
September 18, 2024

Hi @darshanabhagat 
It could be by design or a bug. I would suggest to open an Adobe Support Ticket to check this directly with Adobe.

Arun Patidar
New Member
September 18, 2024

sure. thanks!