[ 
https://issues.apache.org/jira/browse/GERONIMO-6076?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13072151#comment-13072151
 ] 

Shenghao Fang commented on GERONIMO-6076:
-----------------------------------------

Actually this is caused by the inconsistent height between the parent div and 
child div.

Notice the definition of the parent div[1], the height is 16px, but the height 
of the child div[2] is defined to 20px.

This makes all the div with style 'float:left' to be located after div[2].

Just change the height of div[1] to 20px or change the height of div[2] to 16px 
does fix this issue.

Other modifications are to make the codes neatly and make a little improvement 
to the UI. 

[1]
<div id="<%=graph.getDivName()%>Head" style="background-color: #f2f2f2; 
border-top: 1px solid #2581c7; margin: 0px; width: 100%; height: 16px;">

[2]
<div align="left" style="background-color: #f2f2f2; float:left; 
text-align:left; width:75%; height: 20px;">

> Graphics cannot be displayed on monitoring porlet
> -------------------------------------------------
>
>                 Key: GERONIMO-6076
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-6076
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: console
>    Affects Versions: 3.0
>            Reporter: Shenghao Fang
>            Assignee: Shenghao Fang
>         Attachments: GERONIMO-6076.patch, ShowDojoCharting_6076.patch
>
>
> Graphics cannot be displayed on monitoring porlet.
> This is a regression by GERONIMO-5674.
> Monitoring portlet requires chart related dojo library which was removed by 
> GERONIMO-5674.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to