Hey Simo,
Can you take a look at this bug? It appears to be an FckEditor bug.
I can’t reproduce it when I use Google Chrome (FckEditor is not supported on Chrome so we get the standard TextBox).
Basically, the FckEditor is converting:
<a href="/my-url">…</a>
Into
<a href="http://mydomain.com/my-url">…</a>
And it shouldn’t.
Phil
--
You received this message because you are subscribed to the Google Groups "Subtext" group.
To post to this group, send email to sub...@googlegroups.com.
To unsubscribe from this group, send email to subtext+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/subtext?hl=en.
I think the bug is that we shouldn’t put in a fully qualified path if there isn’t one already. If I want to link to /Foo/Bar.html I should be able to do so. I don’t like it when my content gets rewritten in ways I didn’t expect. I don’t recall why we ever had this method in the first place. Was it a leftover from .TEXT?
Phil
No idea what that does. I saw this before and meant to ask you about it. Yeah, I think we should remove it.