[jboss-jira] [JBoss JIRA] Commented: (JBAS-3402) Web Console and Firefox
Clive Saldanha (JIRA)
jira-events at lists.jboss.org
Thu May 22 15:41:59 EDT 2008
[ http://jira.jboss.com/jira/browse/JBAS-3402?page=comments#action_12413884 ]
Clive Saldanha commented on JBAS-3402:
--------------------------------------
Right now the problem is because of the way the width CSS property is interpreted by the two browsers.
webconsole.war/Servlet.jsp,line 36:
<div class="content_block" style="width: 831; height: 247">
Change it to
<div class="content_block" style="width: 100%; height: 247"> or
<div class="content_block" style="width: 831px; height: 247px">
> Web Console and Firefox
> -----------------------
>
> Key: JBAS-3402
> URL: http://jira.jboss.com/jira/browse/JBAS-3402
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JMX/Web Console
> Affects Versions: JBossAS-4.0.4.GA
> Environment: MS W2000 SP4
> Reporter: Vladimir Gendler
> Assigned To: Clive Saldanha
> Attachments: Snapshots.zip
>
>
> Web Console output in Mozilla Firefox (and Seamonkey)
> is messed up. Compare the attached archive with
> snapshots from Mozilla Firefox and MSIE.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list