Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Invalid
-
Affects Version/s: 1.7.1
-
Fix Version/s: None
-
Component/s: ICE-Components
-
Labels:None
-
Environment:icefaces 1.7.1 rev.17537
-
Workaround Exists:Yes
-
Workaround Description:patch
Description
Patch fix several bugs of scrollable datatables
- columns doesn't correct fill whole area of datatable (div) in IE6. user argument width not always working. In patched code width 100% is applied in some places
- datattable javascript code contain dynamic change size of spacer but not contain dynamic change of data area - so in IE6 vertical scroller was invisible.. It was fixed . (generally speaking column with spacer is not necesary, can be removed and parent table always can be resized)
- size of last column was fixed do 150px instead 100% (as in other place of code), so width of last column is not required.
- columns doesn't correct fill whole area of datatable (div) in IE6. user argument width not always working. In patched code width 100% is applied in some places
- datattable javascript code contain dynamic change size of spacer but not contain dynamic change of data area - so in IE6 vertical scroller was invisible.. It was fixed . (generally speaking column with spacer is not necesary, can be removed and parent table always can be resized)
- size of last column was fixed do 150px instead 100% (as in other place of code), so width of last column is not required.
patch