Fixed Attachments in FAQ

There may be an oversight with copy and paste, though this is more of a core XF issue (I had already made changes relating to this for the RM). The copy and paste should simply be rejected. These areas do not accept attachments.

You'll note that you can't drag and drop into them.
 
So I've fixed this to be more consistent for XF 1.2.3 itself. These editor instances are tagged as "NoAttachment", which is why drag and drop doesn't work (and the images show as associated with the main description). However, I missed the paste handling so that was still going through. It will now simply be ignored if it won't work.
 
Top Bottom