Tab content disappears when tab height is greater than 999px in theme speyside
------------------------------------------------------------------------------
Key: TOBAGO-872
URL: https://issues.apache.org/jira/browse/TOBAGO-872
Project: MyFaces Tobago
Issue Type: Bug
Components: Themes
Affects Versions: 1.0.24
Environment: All
Reporter: Helmut Swaczinna
The reason for this is the decimal group separator in the rendered height style
(e.g. style="height: 1.005px; overflow: auto;")
And the reason for this is the use of Messages.format() in the TabGroupRenderer
in theme speyside which is locale dependend!
Fix: replace line 70 with this:
writer.writeStyleAttribute("height: " + (height - 1) + "px; overflow:
auto;");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira