Apologies for joining in here, but I also would like to see this problem fixed, as I have the same issue.
It is easy to play with this bug in this very forum right here and thereby pinpoint the problem:
Simple-Press turns all links in the text into clickable links (i.e. it adds the HTML around a link).
Experiment A:
1. Start a new post (or edit an old one or reply to a post)
2. Enter this in the text somewhere: ww.LINK.com/text (i.e. only ww instead of www)
3. Click preview
RESULT: The link is NOT activated (clickable) in the preview.
4. Correct the link to www.LINK.com/text
5. Click preview again
RESULT: The link IS activated (clickable). Actually, you see in this very post that the filter added http:// and activated the link.
–>> That means there’s a filter looking for valid links in posts and surrounding them with HTML (<a> tags) to activate these links. This has nothing to do with URL shortening, because the link in the example IS already short.
The behavior gets strange, when there are 2 or more dots (full stops) in the link:
Experiment B
As before (start new post…) and try this text in the preview:
www.Link.com/one.dot
www.Link.com/two..dots
Well, you see the problem right here in this post.
When there are two or more dots in a link, the bahavior is not correct.
Maybe it’s similar/related to this:
http://core.trac.wordpress.org/ticket/19032
That’s interesting, but it’s not the real problem that adedip or I have…
The problem with the links from v4.5 and before is that these links are already active links (i.e. the <a…> HTML stuff with correct links and anchor text is already in the post). However, the filter (Experiment A) STILL identifies the anchor text as a link and activates it (i.e. adding additional <a> tags around the original anchor text… turning it into an active link –> BAD IDEA).
Now, the ANCHOR TEXT of the original link is used as the target link. Together with the “two dots in a row” bug, these links are not only wrong (pointing to the wrong URL), they also look strange.
I don’t mind if they look strange.
I want them to point them to the correct URL…
Possible solution:
One way to achieve that would be to make sure that the filter (Experiment A) does NOT activate links, that ARE ALREADY active (i.e. surrounded by <a></a> tags). That would solve the problem for me… and adedip.
Marc