Bug 748291

Summary: Screen shot image does not display correctly in TopicTool
Product: [Community] PressGang CCMS Reporter: sgilda
Component: Web-UIAssignee: Matthew Casperson <mcaspers>
Status: CLOSED CURRENTRELEASE QA Contact: sgilda
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.xCC: cbredesen, topic-tool-list
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-25 02:36:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Screen shot showing how the image displays.
none
image that is causing the problem and screen shot showing how it displays none

Description sgilda 2011-10-24 00:00:15 UTC
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:

Comment 1 sgilda 2011-10-24 00:01:33 UTC
I forgot to mention, I left topic 5250 with the broken image to make it easy for you to see it.

Comment 2 sgilda 2011-10-24 00:11:57 UTC
Created attachment 529719 [details]
image that is causing the problem and screen shot showing how it displays

Comment 3 Matthew Casperson 2011-10-24 01:34:08 UTC
Fixed in 20111024-1133

Image was going over the 64kb limit of the BLOB field. Changes to a LONGBLOB, which fixed the issue.

Comment 4 sgilda 2011-10-24 14:18:10 UTC
Verified that it now works as expected. Thanks!