You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by is...@cocoondev.org on 2003/09/17 01:27:57 UTC

[issues] New comment: (FOR-65) forrest-site skin does not render correclty on Opera

The following comment has been added to this issue:

     Author: Peter Friese
    Created: Wed, 17 Sep 2003 1:27 AM
       Body:
The problem is caused by a sloppy piece of HTML in the site2xhtml.xsl script.

The middle navbar (lines 151 to 174) is made up of 4 td's whereas the content row (lines 177 to 185) is made up of only 3 td's. The problem can be resolved by patching line 180:

line 180 before:
<td width="100%" align="left">

line 180 after:
<td width="100%" align="left" colspan="2">

---------------------------------------------------------------------
View the issue:

  http://issues.cocoondev.org/jira//secure/ViewIssue.jspa?key=FOR-65


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: FOR-65
    Summary: forrest-site skin does not render correclty on Opera
       Type: Bug

     Status: Unassigned
   Priority: Trivial

    Project: Forrest
  Component: Forrest skins
   Versions:
             HEAD

   Assignee: 
   Reporter: Peter Friese

    Created: Wed, 17 Sep 2003 1:17 AM
    Updated: Wed, 17 Sep 2003 1:23 AM
Environment: Tested on Opera 7.01

Description:
When running on Opera, the forrest-site skin does not render correctly: the content only consumes about 50% of the available space. On IE (tested with IE 5.5), everything is fine.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org/jira//Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira