Possible bug? Relative urls converted to FQ www.codeproject.com/ urls in editor when 'html encode' option on pasted text
Site Bugs / Suggestions
1
Posts
1
Posters
0
Views
1
Watching
-
I pasted some XML from my XSL stylesheet into the editor wizard in html mode. It asked me if I wanted to html encode it, I clicked yes and it looked good. But it was large and I didn't notice that it had converted some of the references from "/_layouts/Somefolder/somefile.gif" to "http://www.codeproject/\_layouts/Somefolder/somefile.gif" I'm pretty sure it's a bug because I myself would have never prepended a sharepoint relative url with a codeproject domain name. I fixed it after the fact and it is ok in the revision (as of this writing not yet approved) so I'm pretty sure it happened during the paste-conversion. ;) It was on this article Zen and the art of XSLT rendering fields (SharePoint 2010)[^] EDIT: any update on this?