OK this is mighty weird and easily reproduced even on the demo at fckeditor.net, in IE and Firefox
Paste in the following code:
<img osrc="off.gif" src="on.gif" />
Flick to source mode, and then back to design, then back to source mode.
The osrc and src values are swapped!
Incidentally it doesn't happen if you reverse the order:
eg. <img src="on.gif" osrc="off.gif" />
Now I know the osrc attribute is not standard XHTML. I could kinda understand if it was stripped (although I'm not suggesting this!). But to swap the values - can anyone explain it?
Paste in the following code:
<img osrc="off.gif" src="on.gif" />
Flick to source mode, and then back to design, then back to source mode.
The osrc and src values are swapped!
Incidentally it doesn't happen if you reverse the order:
eg. <img src="on.gif" osrc="off.gif" />
Now I know the osrc attribute is not standard XHTML. I could kinda understand if it was stripped (although I'm not suggesting this!). But to swap the values - can anyone explain it?