Yes, from the looks of the code for GoToLinkOrStyle in CodeView, it was meant to work on href and src attributes that exist inside the body tag not inside of head. Also it improperly looked for a src attribute on link tags instead of href.
I have been able to fix these issues but understand, it will *NOT* recognize src attributes on script tags in head.
I have pushed this fix to master. It should be in the next release.
|