Using LINKTOOLTIPINFO causes the tip to be embedded in the pseudo-links in preview. An example of this can be found at
LinksBrokenByLinkTipInfoInPreview
I started digging into the code and found the issue. The <nop> tag in the tip was causing the replacement on the <a> tags to terminate prematurely. Removing the <nop> tags at the same time that double-quotes (
"
) are removed appears to fix this.
I'm attaching the patch that fixed it, I tested it briefly and it doesn't appear to have any ill side-effects.
heh; you really, really don't want to go there (that nop has been the cause of soooo much trouble).
pseudo-links should not get tooltips. SVN 8488
CC