It seems from looking at the Inspector in Preview, that MathJax is now injecting lots more crap into the DOM tree than they used to.
The problem is that extra nodes throws off the webpaths (think element counts from the body tag level by level much like an epubcfi) so much they no longer function as they are invalid.
This confuses the go to location very badly. Sometimes it works but other times it does not depending on how many element node counts are off.
Not sure exactly how we can deal with this.
|