[
https://issues.apache.org/jira/browse/TRINIDAD-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646288#action_12646288
]
Tomas Havelka commented on TRINIDAD-1296:
-----------------------------------------
Well, of course I've tried that, but with no effect. I think, this is not
workaround for this issue, but seems to be problem with rendered html. There is
html code fragment below, which is rendered by table renderer. Try it in your
plain html (notice that workaround you've proposed is used).
<table cellpadding="0" cellspacing="0" border="0" width="100%" summary=""
class="x7c">
<tr><td>
<div class="x3s" style="white-space:nowrap"
id="requestsTable:buttonBar">
<table cellpadding="0" cellspacing="0" border="0" summary=""
style="display: inline;" class="x3w">
<tbody>
<tr><td>
<div class="x3x">
<a id="requestsTable:buttonBar:autoRefreshButton"
name="requestsTable:buttonBar:autoRefreshButton" href="#"
onclick="TrPage._autoSubmit('mainForm','requestsTable:buttonBar:autoRefreshButton',event,1);return
false;">Auto refresh</a>
</div></td>
</tr>
</tbody>
</table>
</div></td>
<td width="100%"></td>
<td align="right" valign="middle">pagging</td>
</tr>
</table>
> Actions facelet in tr:table wrapping problem
> --------------------------------------------
>
> Key: TRINIDAD-1296
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1296
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Components
> Affects Versions: 1.0.9-core
> Reporter: Tomas Havelka
>
> When actions facelet is defined, its content is wrapped. That's because when
> rendering table header (with page navigation) inner table with 3 columns is
> rendered: first for action facelet, second with 100% to fill table and third
> with paging. This is fine approach to align table pagination in the right
> (end) of the table. But, when enything is placed in actions facelet (like
> navigationPane with hint bar etc.) items' texts of this pane are wrapped
> because of 100% width in table header middle column. There's no simple
> solution then to omit this behavior.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.