Details
-
Improvement
-
Status: Reopened
-
Major
-
Resolution: Unresolved
-
1.1.1
-
None
-
None
-
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>.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>.
Attachments
Issue Links
- is a clone of
-
TOMAHAWK-252 tree2 <table>, <td> for spacing/navigation inherits CSS styles
- Patch Available