You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Brian K. Wallace (JIRA)" <ta...@jakarta.apache.org> on 2006/03/08 09:49:00 UTC

[jira] Updated: (TAPESTRY-170) contrib:TableColumns renders sortable column headers centered

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

Brian K. Wallace updated TAPESTRY-170:
--------------------------------------

    Attachment: TAPESTRY-170-branch-3.0.patch

Modified the SimpleTableColumnComponent and SimpleTableFormColumnComponent HTML files to simply put a table element.

I added the following to workbench.css to test that it would still work correctly in both Firefox and Internet Explorer (other browsers have not been tested) I noticed the patch wouldn't generate for the css as it's marked binary. I haven't looked at the trunk source, but I would assume the same fix is in order there as well.

.CountryColumnHeader table {
  width: 100%;
  border: 0;
  text-align: right;
}

> contrib:TableColumns renders sortable column headers centered
> -------------------------------------------------------------
>
>          Key: TAPESTRY-170
>          URL: http://issues.apache.org/jira/browse/TAPESTRY-170
>      Project: Tapestry
>         Type: Bug
>   Components: Contrib
>     Versions: 3.0
>  Environment: Operating System: All
> Platform: All
>     Reporter: Vjeran Marcinko
>     Assignee: Tapestry Developer List
>  Attachments: TAPESTRY-170-branch-3.0.patch
>
> contrib:TableColumns renders sortable column headers centered :
> <table border=0 cellspacing=0 cellpadding=0 align="center">
> ...
> thus making align change impossible (with CSS).

-- 
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: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org