Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: 1.7
-
Component/s: ICE-Components
-
Labels:None
-
Environment:ICEfaces 1.7
Description
Currently the rime theme styles for selectInputData do not look correct do to an issue with the selectInputData component renderer. Basically the renderer does not insert a hard space into the empty table cells and as a result IE will not draw borders around the table cell. This is a known IE issue and does not show up in the old theme as no cell level styles where applied.
Empty date-less cells now render an   in the <td>. This had a side-effect in the code of making the title attribute show up for those cells with the day of the week. But, it was wrong, so I fixed it to show the right day of the week.
Subversion 16256
icefaces\component\src\com\icesoft\faces\component\selectinputdate\SelectInputDateRenderer.java