﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
249	Normalize the order of tags' attributes	jebsilver@…		"Open up an instance of the editor in Firefox and switch to SOURCE view.

Paste the following into the source window (overwriting anything in there):

{{{
<img id=""resort_main_image"" height=""200"" alt=""""
    width=""260"" border=""1"" name=""resort_main_image""
    src=""full_10.jpg"" />
}}}

Click OK to close the source window.

Open the SOURCE view again. Notice it has rearranged the ID and ALT attributes within the tag.

Click OK to close the source window, and then open it again.

The IMG tag is changed again, with the attributes in a different order. Rinse, repeat. It's always a different order.

This is causing us trouble because we are unable to compare submitted text against the database to check if it has been changed or not. There's no way to perform a ""diff"" on the page, as it will always be different in Firefox if it includes an image tag.

IE reorders it once, but then sticks with the ordering.

----
Moved from SF:[[BR]]
http://sourceforge.net/tracker/index.php?func=detail&aid=1430330&group_id=75348&atid=543656"	New Feature	closed	Normal		General		duplicate	SF	
