[
https://issues.apache.org/jira/browse/TRINIDAD-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12646285#action_12646285
]
Vimal Kumar Gupta commented on TRINIDAD-1296:
---------------------------------------------
If your use-case permits you then using inlineStyle="white-space : nowrap" on
<tr:navigationPane> will solve this problem.
In fact all the component you use inside actions facet have this wrapping
problem. And you can get rid of most of these by using this work-around, i.e.,
setting inlineStyle="white-space : nowrap".
> 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.