I was trying to drag and drop an image into the panel of nicEdit

and it strips the src url and makes it relative

http://domain.com/folder/folder2/image.jpg
>
../../folder2/image.jpg

something like that anyway

but when I checked with the demo on the nicedit.com it does not do that

This might have the images displayed correctly within the panel
but once you save the post the images don't have correct path and aren't displayed
(they are not HTML filtered out - I checked)

Is there a way to tell nicEdit to not change the src URL ?
But why is it not doing that on the nicedit.com demos ?
Does anybody make sense of this ?
Is some other jquery module forcing this behaviour ?