Jump to content
We've recently updated our Privacy Statement, available here ×

Possible BUG in JasperServer - server hides image when 'static text' is placed on top.


eyale

Recommended Posts

 When i deploy a report to JasperServer using iReport (both are 3.7.1 version), 

and i place a 'static text' element ontop an image element, the image disappears when showing the report on Jasper Server.

when you look in the page source when the static text is above the image:

u can see the img src tag.

 

<tr valign="top">

  <td colspan="2"><img alt="" src="/jasperserver/reportimage?jrprint=11630537_1292748432849&image=px" style="width: 37px; height: 33px;"/></td>  <td style="white-space: nowrap; "><span style="font-family: Calibri; color: #000000; font-size: 26px; font-weight: bold;">Top Spammers - 24 </span></td>  <td><img alt="" src="/jasperserver/reportimage?jrprint=11630537_1292748432849&image=px" style="width: 433px; height: 33px;"/></td>  <td rowspan="2">

 

<img src="/jasperserver/reportimage?jrprint=11630537_1292748432849&image=img_0_0_0" style="height: 48px" alt=""/>

</td>  <td><img alt="" src="/jasperserver/reportimage?jrprint=11630537_1292748432849&image=px" style="width: 20px; height: 33px;"/></td></tr>

 

when i put the text on the image: - no img src tag!

 

<tr valign="top">

  <td colspan="2"><img alt="" src="/jasperserver/reportimage?jrprint=20974996_1292748250684&image=px" style="width: 36px; height: 33px;"/></td>

  <td style="white-space: nowrap; "><span style="font-family: Calibri; color: #000000; font-size: 26px; font-weight: bold;">Top Spammers - 24 </span></td>

  <td colspan="3"><img alt="" src="/jasperserver/reportimage?jrprint=20974996_1292748250684&image=px" style="width: 654px; height: 33px;"/></td>

</tr>

 

anyone has seen this before? 

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

 


 

 I'm reffering to the display page JasperServer shows after you click on a report.

attached are images when the text is on the bottom image and when it is below it:

When the text is NOT on the image:

http://i51.tinypic.com/a2vwx4.jpg

 http://i51.tinypic.com/a2vwx4.jpg

When the text is on the image:

http://i51.tinypic.com/212h1es.jpg

 http://i51.tinypic.com/212h1es.jpg

hope this helps...

 



Post Edited by eyale at 12/20/2010 08:11
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...