I uploaded a picture to a gallery and was provided the opportunity to add text for the title (which defaulted to the file name) as well a text box for entering a description for the image.
I did two tests: First, I entered a couple ipsum lorem paragraphs into the text description box. Since there isn't a TinyMCE toolbar to format the text, I thought I could just surround a paragraph with the <p> tags. I did that, saved, and when I went back to the gallery, I saw the title, thumbnail, and the description but the description flowed out of the container and didn't stop until the last character way down the page (sovering the "comments", "edit" and "remove" links.
Using firebug, I saw that the <p> tags had been added to the php file, when apparently it should not have been.
I deleted the image. Uploaded the same one, added the same ipsum lorem description but this time I didn't insert <p> tags, saved, and navigated back to the gallery. The picture description had been excerpted, which is what I would expect.
This is an issue because there are enterprising members out there who would try to format the text in the description box using html markup. Then I would get numerous feedback about my site being broken/ugly. :-( Is there a way to fix this? By the way, your plugin rocks!