1. by Donboy on January 11, 2013

    Resolved

    URLs broken on message board

    When I posted this:

    Can you try this page in one of your browsers?

    http://nightly.ckeditor.com/13-01-10-08-51/standard/samples

    If you can’t run these, then there must be something on your PC that is blocking the execution of browser scripts. Maybe some kind of live protection like an antivirus? Last Edited: 01-10-2013

    It returned this in the cell in the database….

    Can you try this page in one of your browsers?

    http://nightly.ckeditor.com/13-01-10-08-51/standard/samples

    If you can't run these, then there must be something on your PC that is blocking the execution of browser scripts. Maybe some kind of live protection like an antivirus? Last Edited: 01-10-2013

    Last Edited: 01-10-2013

    Somehow the URL is broken. Not sure if this is in the messagethread.pl interpreting the URL wrong, or due to some added characters from the RTE.

    1. Attachments:
  2. Donboy
    about 13 years ago

    So here’s what I posted:

    Some text

    http://www.roleplayinggames.net

    http://www.roleplayinggames.net/bugs

    And here’s what I got:

    Some text

    http://www.roleplayinggames.net

    http://www.roleplayinggames.net/bugs

    It seems there is an extra a couple of times in there with no matching

    before it.

    What’s interesting is the

    tag and the links are now working again. So I either need to adjust the regex for the URLs in messagethread.pl, or maybe you can adjust the RTE so it does not insert erroneous HTML?

  3. Donboy
    about 13 years ago

    Here’s what I just posted… attached.

    1. uploaded Noname2.txt
  4. Donboy
    about 13 years ago

    Here’s another oddity that is along the same lines. This is all going back to the RTE.

    So I posted this:

    [ooc=Test]123

    456

    789

    [/ooc]

    And this is what came out in the post. See attached.

    1. Status changed from New to Assigned.
    2. uploaded Image3.gif
  5. Donboy
    about 13 years ago

    Looks done to me!

    1. Status changed from Assigned to Resolved.
  6. jendor
    about 13 years ago

    Seeing an issue where if a URL is the last item on a line whether its a soft return (BR tag) or hard return (P tag) is added after the URL and when posted becomes part of the URL.

    This appears to be a glitch in the RTE only.

    1. Status changed from Resolved to Assigned.
  7. Donboy
    about 13 years ago

    Fixed using a new super-duper regex I found. Should be all set on both preview and on messagethread viewing.

    1. Status changed from Assigned to Resolved.