Steps to replicate the issue:
- Go to https://en.wikipedia.org/wiki/Mass%E2%80%93energy_equivalence
- Hover over E=MC^2
What happens?:
Nothing
What should have happened instead?:
Preview should have pop up.
Software version:
- Popup Version 9277babd6406036142fb4381eea53d26a57cfa28
- Math Version d50764230ca4bd07c080527b5911d9745a4d7707
Other information:
Not working since commit hash 7a9e8fd6221515b48f45ba29d3f102eb899f1e33 from ticket T380079
Tested in Firefox, Chrome, Edge, Safari.
No errors or warnings in browser console.
Not working in either SVG mode or MathML mode.
The reason is that the newer version of Popup has stricter requirements for the title value. They are now getting the title only from the href argument and not from any other argument anymore. While the html does have an href-attribute, it is somehow missing in the javascript object and we have to add it ourselves.



