You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Devendra Singh (JIRA)" <de...@myfaces.apache.org> on 2007/05/02 15:35:15 UTC

[jira] Created: (TOMAHAWK-976) CLONE -tree2 ,
for spacing/navigation inherits CSS styles
CLONE -tree2 <table>, <td> for spacing/navigation inherits CSS styles
---------------------------------------------------------------------

                 Key: TOMAHAWK-976
                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-976
             Project: MyFaces Tomahawk
          Issue Type: Improvement
          Components: Tree2
    Affects Versions: 1.1.1
         Environment: tree2 uses <table> and <td> to implement spacing and placement of the tree branch lines, folder images etc.

this is problematic if the <t:tree2> is within another table, as the cells may inherit CSS styles from the parent <table class="...."> resulting in undesireable borders or padding around the tree navigation components despite <table border=0 cellpadding=0 ....> etc.

suggested solution is to use <img> instead for fixed width placeholders instead of a nested <table>.
            Reporter: Devendra Singh




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


[jira] Reopened: (TOMAHAWK-976) CLONE -tree2 ,
for spacing/navigation inherits CSS styles Posted by "Devendra Singh (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOMAHAWK-976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Devendra Singh reopened TOMAHAWK-976:
-------------------------------------


 Is there any simple solution to have spaces when child node appears :
ie when I click  on a node, the child node opened on click of parent node should have some right shifting instead fo it's original place...

> CLONE -tree2 <table>, <td> for spacing/navigation inherits CSS styles
> ---------------------------------------------------------------------
>
>                 Key: TOMAHAWK-976
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-976
>             Project: MyFaces Tomahawk
>          Issue Type: Improvement
>          Components: Tree2
>    Affects Versions: 1.1.1
>         Environment: tree2 uses <table> and <td> to implement spacing and placement of the tree branch lines, folder images etc.
> this is problematic if the <t:tree2> is within another table, as the cells may inherit CSS styles from the parent <table class="...."> resulting in undesireable borders or padding around the tree navigation components despite <table border=0 cellpadding=0 ....> etc.
> suggested solution is to use <img> instead for fixed width placeholders instead of a nested <table>.
>            Reporter: Devendra Singh
>


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