Opened 18 years ago
Closed 18 years ago
#242 closed New Feature (duplicate)
standard attribute positions
Reported by: | Frank M Thompson | Owned by: | |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | General | Version: | FCKeditor 2.4 |
Keywords: | Cc: |
Description
Ok, this may seem a bit petty of me. This isn't really a bug since the code is still compliant, but when I save an image tag it puts the alt tag before the src, the next time it puts it after the src attribute regardless of whether or not I modified any text in the editor. This causes a problem for those that want to see if the content has changed. Since it moves the alt attribute to the opposite side of the src attribute than it started, the resulting code always fails a comparison check. I'm not sure if this happens with any other tags. If it does I would like the same thing where attributes won't just move themselves in tags because they are re parsed by the editor. Since the editor seems to add whatever attributes it needs to be compliant, I would think that putting them in a specific order wouldn't be all that much more work.
DUP of #249