Copied HTML links become broken relative links?
In late October, after the forum software change, I started having an occasional (I think!) problem pasting links.
My typical practice would be to cut-and-paste a FAQ link from the InDesign General Overview page, and sometimes the link would end up with pieces missing in my post. The URL looked right, but if you clicked it, you got taken to an invalid page.
I think I've tracked down the source -- the link gets interpreted as a relative link when copied, and the anchor point to which the link is relative changes, so the link becomes busted.
To make this concrete, I start on http://forums.adobe.com/community/indesign/indesign_general?view=overview (the InDesign General overview page), and in the "InDesign Troubleshooting 101: The most common advice when things don't work" section at the top, I select the entire line "Trash, Replace, Reset, or Restore the application Preferences: http://forums.adobe.com/thread/526990".
Looks like the right thing as I type this in the normal editor. But if I click the HTML editor, I see:
<a class="jive-link-thread-small active_link" href="../../thread/526990">http://forums.adobe.com/thread/526990"</a>
And of course, the "../.." in the href seems bound to cause problems.
But not always. I tried a test in the the testing forum on Oct. 30: http://forums.adobe.com/message/3998418#3998418 and it worked just fine.
Anyhow, this is kind of annoying, but I perhaps it can make it into Jive's bug report queue...
Workaround seems to be to click HTML and inspect the link carefully.
