You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Andreas Andreou (JIRA)" <ta...@jakarta.apache.org> on 2006/09/21 15:32:24 UTC

[jira] Resolved: (TAPESTRY-1094) contrib:Table generates incorrect style tags inside headers

     [ http://issues.apache.org/jira/browse/TAPESTRY-1094?page=all ]

Andreas Andreou resolved TAPESTRY-1094.
---------------------------------------

    Resolution: Duplicate

This is a dup of http://issues.apache.org/jira/browse/TAPESTRY-932

It was introduced here:
http://svn.apache.org/viewvc/tapestry/tapestry4/branches/4.0/contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.html?r1=368434&r2=384381
and resolved later on:
http://svn.apache.org/viewvc/tapestry/tapestry4/branches/4.0/contrib/src/java/org/apache/tapestry/contrib/table/components/inserted/SimpleTableColumnComponent.html?r1=393380&r2=398297

In other words, it's fixed in 4.1.x versions...

> contrib:Table generates incorrect style tags inside headers
> -----------------------------------------------------------
>
>                 Key: TAPESTRY-1094
>                 URL: http://issues.apache.org/jira/browse/TAPESTRY-1094
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Contrib
>    Affects Versions: 4.0.2
>            Reporter: Christos Hadjistyllis
>            Priority: Minor
>
> When you define styling for the headers (th) of your contrib:Table via CSS, the HTML that is generated has the <style> tags incorrectly indented in the <th> tags, and as a result IE 6.0 (and maybe other browsers too) does not style the header correctly. 
> Here's an example:
> <th class="TableNameColumnHeader">
>         <style>
>                      .tableHeaderImage  {
> 	                            align:center;
>                       }
>         </style>
> 	<table class="tableHeaderTable" >
> 	<tr>
> 	<td><a href="somewhere">Table Name</a></td>
> 	
> 	</tr>
> 	</table>
> </th>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org