← Back to team overview

mahara-contributors team mailing list archive

[Bug 838433] Re: if you paste a link into a forum post then add a single trailing space press enter straight after, an extra %C2%A0 is appended to the link

 

Confirmed. Kinda. I was testing with firefox 6 on linux.

A link with no query or anchor will be displayed as a completely blank
href in the saved page, but with the appending %20 (for each extra
space) in the html view. This applies to 1 or more spaces after the url.

Links with queries or anchors with extra spaces behave appropriately.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/838433

Title:
  if you paste a link into a forum post then add a single trailing space
  press enter straight after, an extra %C2%A0 is appended to the link

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  an example is if you type in the following, with one extra space
  http://www.google.com/ 
  you will get an html link produced as http://www.google.com/%C2%A0
  without the space, or with two spaces, you get what you expect.

  The HTML source from the editor is
  <p>http://www.google.com/&nbsp;</p>

  Cheers,

  Hugh

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/838433/+subscriptions


References