Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
Description
It looks like selectInputDate hard-codes image names in its rendering, when it should instead be applying styles which could then be overridden via CSS.
Activity
Mark Collette
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7 [ 10080 ] | |
Assignee | Yip Ng [ yip.ng ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14884 | Mon Oct 01 17:32:03 MDT 2007 | yip.ng | Modified to allow calendar button images to be overridden via CSS. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/CSS_DEFAULT.java
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp.css MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDate.java MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/royale/royale.css MODIFY /icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/selectinputdate/SelectInputDateRenderer.java |
yip.ng
made changes -
Attachment | screenshot-1.jpg [ 10680 ] |
yip.ng
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14907 | Tue Oct 09 10:42:33 MDT 2007 | yip.ng | Updated TLD doc. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-selectInputDate-props.xml
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14985 | Fri Oct 19 13:55:28 MDT 2007 | yip.ng | Propagated changes from xp.css. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/resources/css/xp/xp-portlet.css
|
Ken Fyten
made changes -
Fix Version/s | 1.7DR#2 [ 10110 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Mark Collette
made changes -
Fix Version/s | 1.6.2 [ 10111 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Yip Ng [ yip.ng ] |
There is already an existing way to override the default images using the imageDir attribute. Go to http://www.icefaces.org/docs/v1_6_0/components/index.html and look under selectInputDate.
I have worked out a way to override via CSS style classes without causing glitches in either IE or FF, but there are complications:
What to do?