Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.2, 1.7DR#2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
If you use Firebug to inspect the days of the month of the component-showcase calendar that highlights the weekend days, you'll see:
<td class="weekend iceSelInpDateDay">
The weekend style class is listed before the iceSelInpDateDay style class, giving iceSelInpDateDay precedence, when weekend should be listed later and have precedence.
<td class="weekend iceSelInpDateDay">
The weekend style class is listed before the iceSelInpDateDay style class, giving iceSelInpDateDay precedence, when weekend should be listed later and have precedence.
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.6.2 [ 10111 ] | |
Fix Version/s | 1.7DR#3 [ 10112 ] | |
Assignee | Mark Collette [ mark.collette ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15129 | Wed Nov 07 19:29:33 MST 2007 | mark.collette | |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15130 | Wed Nov 07 19:31:37 MST 2007 | mark.collette | |
Files Changed | ||||
![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15148 | Fri Nov 09 16:42:10 MST 2007 | mark.collette | |
Files Changed | ||||
![]() |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mark Collette [ mark.collette ] |
Now the regular style class comes before the various highlighted style classes.
ICEfaces 1.6.2 Branch
Subversion 15129
icefaces\component\src\com\icesoft\faces\component\selectinputdate\SelectInputDate.java
icefaces\component\src\com\icesoft\faces\component\selectinputdate\SelectInputDateRenderer.java
Trunk
Subversion 15130
icefaces\component\src\com\icesoft\faces\component\selectinputdate\SelectInputDate.java
icefaces\component\src\com\icesoft\faces\component\selectinputdate\SelectInputDateRenderer.java