Skip to main content
pwillener
Legend
June 3, 2009
Question

Blanks inserted into certain hyperlinks

  • June 3, 2009
  • 2 replies
  • 3221 views

I've seen this a number of times, but I thought it may have been copy & paste errors.  But they are not.

See this post http://forums.adobe.com/message/2008300#2008300

I have inserted two download links, and each of them has a blank inserted near the end of the string (install_flash_player_ax.exe, install_flash_player.exe - blanks marked red).

The hyperlink itself works fine, but if somebody copys that string into a new post, the hyperlink won't work any longer.

    This topic has been closed for replies.

    2 replies

    pwillener
    pwillenerAuthor
    Legend
    June 18, 2009

    This keeps being a problem, see http://forums.adobe.com/message/2048580#2048580 for instance (note the blank characters in http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_ax.exe and http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe).

    I keep giving download or other links to people, and ever so often I get the reply that my links do "not work". Of course they do not work if blanks are inserted randomly.

    Is this treated as a known bug?

    June 18, 2009

    noted the same thing when i posted the afplonkjive script.

    Phillip M  Jones
    Inspiring
    June 26, 2009

    Here is a test link:

    http://www.phillipmjones.net

    See if it works, I'm on a Mac platform (FreeBSD Unix underneath the hood)

    Mark_A__Boyd
    Inspiring
    June 3, 2009

    I have seen that symptom many times! As you said, the link works anyway - and it appears fine even in the email notifications, but it is disfunctional for copy/paste from the Web forum.

    The following is not exactly the same, and I don't know enough about the Jive app to determine if it needs its own thread or if the Jive code that does this is in the same module, so I thought I should add it here.

    I've seen spaces arbitrarily inserted into code blocks as well via >>Insert->Syntax Highlighting->Plain

    For example, http://forums.adobe.com/message/2004585#2004585 .

    P1_Prod_Version=Shoc kwaveFlash

    should be:

    P1_Prod_Version=ShockwaveFlash

    While I did not post that particular block, I have seen it happen in code blocks that I did post.

    It is even worse in code blocks when people paste code with tabs AND spaces in the indentations. Jive seems to modify such spaces with several bogus variations of an HTML non-breaking space. Literally inserting spaces and showing them in the code as & npsp; &n bsp; &nb sp; and others. Just as a for instance, the following line from a code block in a different message (I have no idea what it will do with this paste, but will come back to confirm/deny its accuracy).

                 & nbsp;      var correct = temp3=temp2.options[temp2.selectedIndex].text;     &nb sp;            &nbsp ; { & nbsp;      var correct = temp3=temp2.options[temp2.selectedIndex].text;     &nb sp;            &nbsp ; {

    Jive should not munge code in forums about code in any apparent way. It makes it hard to impossible to deal with, whether one is posting a question or a solution. The email interface is even worse in this regard (mentioned in other threads), but I would like to think that the Web interface should be easy enough to fix.

    [Edit]

    Yes, that code block is an accurate representation of what I saw in another thread.