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.