Hide Forgot
Created attachment 529715 [details] Screen shot showing how the image displays. Description of problem: I created and uploaded images/41.png which is a screen shot, size 109 kb. I add the code to my dopic to display the image: <figure> <title>Component <classname>org.jboss.seam.caughtException</classname> information</title> <mediaobject> <imageobject> <imagedata fileref="images/41.png" format="PNG"/> </imageobject> <textobject> <para> Component <classname>org.jboss.seam.caughtException</classname> information. </para> </textobject> </mediaobject> </figure> When I build it in publican, the bottom part of the image doesn't display. Image 41.png is uploaded into Skynet. Screen shot showing how the image displays attached. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I forgot to mention, I left topic 5250 with the broken image to make it easy for you to see it.
Created attachment 529719 [details] image that is causing the problem and screen shot showing how it displays
Fixed in 20111024-1133 Image was going over the 64kb limit of the BLOB field. Changes to a LONGBLOB, which fixed the issue.
Verified that it now works as expected. Thanks!