Example (a simple mouseover img hover effect pasted into Text View):
<a href="https://www.leadingpractice.com/certification/business-architect-expert/" title="Join our upcoming Business Architect eXpert certification event in New York"><img src="https://www.leadingpractice.com/wp-content/uploads/Upcoming-Certification-Business-Architect-eXpert.png" alt="Join our upcoming Business Architect eXpert certification event in New York" onmouseover="this.src='https://www.leadingpractice.com/wp-content/uploads/Upcoming-Certification-Business-Architect-eXpert-Hover.png'" onmouseout="this.src='https://www.leadingpractice.com/wp-content/uploads/Upcoming-Certification-Business-Architect-eXpert.png'" /></a>
Example (switching to Visual View then becomes):
<a title="Join our upcoming Business Architect eXpert certification event in New York" href="https://www.leadingpractice.com/certification/business-architect-expert/"><img src="https://www.leadingpractice.com/wp-content/uploads/Upcoming-Certification-Business-Architect-eXpert.png" alt="Join our upcoming Business Architect eXpert certification event in New York" /></a>
The result is that the mouseover hoover effect is killed because a piece of the code snippet is removed when switching views.
This also happens with our Paypal buy-buttons that contains a small bit of <form> code.
There are lots of other examples, this was just one typical example.
PS: I have both the “Black Studio TinyMCE Widget” and “TinyMCE Advanced” plugins installed on my website. But I do not think that they are the culprits – if I recall correctly I have previously tried to uninstall them, but to no avail.
Thank you!