Bug 748291 - Screen shot image does not display correctly in TopicTool
Summary: Screen shot image does not display correctly in TopicTool
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: PressGang CCMS
Classification: Community
Component: Web-UI
Version: 1.x
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Matthew Casperson
QA Contact: sgilda
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-10-24 00:00 UTC by sgilda
Modified: 2014-08-04 22:26 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-10-25 02:36:39 UTC


Attachments (Terms of Use)
Screen shot showing how the image displays. (170.23 KB, image/png)
2011-10-24 00:00 UTC, sgilda
no flags Details
image that is causing the problem and screen shot showing how it displays (262.29 KB, application/zip)
2011-10-24 00:11 UTC, sgilda
no flags Details

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!


Note You need to log in before you can comment on or make changes to this bug.