You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matt Cooper (JIRA)" <de...@myfaces.apache.org> on 2008/01/29 17:38:36 UTC

[jira] Created: (TRINIDAD-927) The table element in the panelBox that contains its header has no specified width nor skin selector

The table element in the panelBox that contains its header has no specified width nor skin selector
---------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-927
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-927
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
    Affects Versions: 1.2.5-core, 1.0.5-core
            Reporter: Matt Cooper


The table element in the panelBox that contains its header has no specified width nor skin selector.

If you run this demo:
http://www.irian.at/trinidad-demo/faces/components/panelBox.jspx

and view the source near the "container header" text, you'll see that the table element that is the nearest ancestor to the element with class="x5g", it has no width specfied.  If the panelBox is stretched to be 100% wide, there will be no way for the header to stretch as well.  It appears strange to me that this element doesn't have a 100% width because when the panelBox is stretched (as seen when using inlineStyle="width:100%;", its header bar doesn't span the entire width.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TRINIDAD-927) The table element in the panelBox that contains its header has no specified width nor skin selector

Posted by "Matt Cooper (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TRINIDAD-927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matt Cooper resolved TRINIDAD-927.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.2.6-core
                   1.0.6-core

Turns out that no new skin selector was needed because the problem was that there was definite different behavior when either the icon or text was present and when they were both not present.  Now, when they are present, the panelBox header bar and content will support using the full width.

> The table element in the panelBox that contains its header has no specified width nor skin selector
> ---------------------------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-927
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-927
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.5-core, 1.2.5-core
>            Reporter: Matt Cooper
>            Assignee: Matt Cooper
>             Fix For: 1.0.6-core, 1.2.6-core
>
>
> The table element in the panelBox that contains its header has no specified width nor skin selector.
> If you run this demo:
> http://www.irian.at/trinidad-demo/faces/components/panelBox.jspx
> and view the source near the "container header" text, you'll see that the table element that is the nearest ancestor to the element with class="x5g", it has no width specfied.  If the panelBox is stretched to be 100% wide, there will be no way for the header to stretch as well.  It appears strange to me that this element doesn't have a 100% width because when the panelBox is stretched (as seen when using inlineStyle="width:100%;", its header bar doesn't span the entire width.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.