Details
- 
        Type:
 Bug
            
         - 
        Status: Closed
 - 
            Priority:
 Major
                
             - 
            Resolution: Cannot Reproduce
 - 
            Affects Version/s: 1.7.1
 - 
            Fix Version/s: 1.7.2
 - 
            Component/s: None
 - 
            Labels:None
 - 
            Environment:JBoss 4.2.2 and Firefox 3
 
Description
                    Only on firefox 3, the height of the scrollable dataTable can't be limited.
Consequently, the scrollbar is never shown in datatables having scrollable attribute = true and scrollHeight attribute to a value > 0.
            
Consequently, the scrollbar is never shown in datatables having scrollable attribute = true and scrollHeight attribute to a value > 0.
Can't reproduce problem. The scrollbar does get rendered. See screenshot-1. It is rendered by code like this:
<ice:dataTable ... scrollable="true" scrollHeight="100px" ...>