Details
- 
        Type: Bug Bug
- 
        Status: Closed
- 
            Priority: Major Major
- 
            Resolution: Fixed
- 
            Affects Version/s: 2.0-Beta2
- 
            Fix Version/s: 2.0-Beta2
- 
            Component/s: None
- 
            Labels:None
- 
            Environment:Server: Tomcat6
 Browser: FF3.6, IE8 & Opera10.10
- 
                        Assignee Priority:P2
Description
                    Icefaces2 Revision# 22054
This test case may have been failing for long because the the scripts were incorrect. Basically the problem is the same as described originally inICE-2283.
If I have something like this on my page:
<ice:dataTable columnWidths="100px,200px,300px">
<ice:column rendered="true"/>
<ice:column rendered="false"/>
<ice:column rendered="true"/>
</ice:dataTable>
Then I should get this rendered in my DOM:
<table>
<tr>
<td width="100px"/>
<td width="300px"/>
</tr>
</table>
But instead, I get this:
<table>
<tr>
<td width="100px"/>
<td width="200px"/>
</tr>
</table>
Test-case available at "C:\repo\qa\trunk\Regression-Icefaces2\Nightly\ICE-2283".
            
This test case may have been failing for long because the the scripts were incorrect. Basically the problem is the same as described originally in
If I have something like this on my page:
<ice:dataTable columnWidths="100px,200px,300px">
<ice:column rendered="true"/>
<ice:column rendered="false"/>
<ice:column rendered="true"/>
</ice:dataTable>
Then I should get this rendered in my DOM:
<table>
<tr>
<td width="100px"/>
<td width="300px"/>
</tr>
</table>
But instead, I get this:
<table>
<tr>
<td width="100px"/>
<td width="200px"/>
</tr>
</table>
Test-case available at "C:\repo\qa\trunk\Regression-Icefaces2\Nightly\
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
 
                        