[ 
https://issues.apache.org/jira/browse/TOBAGO-872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bernd Bohmann resolved TOBAGO-872.
----------------------------------

    Resolution: Fixed

Thanks Helmut

> 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
>            Assignee: Bernd Bohmann
>             Fix For: 1.0.25
>
>
> 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

        

Reply via email to