Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:Any
-
Affects:Documentation (User Guide, Ref. Guide, etc.)
Description
With the re-implementation of the sliderEntry component using jQuery, the 'showLabels' functionality needs to be re-implemented since the jQuery widget doesn't support it out of the box.
Issue Links
- depends on
-
ICE-7209 Re-implement ace:sliderEntry using jQuery slider control
- Closed
Activity
Arturo Zambrano
created issue -
Arturo Zambrano
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Salesforce Case | [] | |
Fix Version/s | 2.1 [ 10241 ] |
Arturo Zambrano
made changes -
Ken Fyten
made changes -
Fix Version/s | 3.1 [ 10312 ] | |
Fix Version/s | 3.0 [ 10241 ] |
Ken Fyten
made changes -
Fix Version/s | 3.2 [ 10338 ] | |
Fix Version/s | 3.1 [ 10312 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #31191 | Fri Sep 28 15:49:00 MDT 2012 | art.zambrano | |
Files Changed | ||||
MODIFY
/icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/sliderentry/SliderEntryRenderer.java
MODIFY /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/sliderentry/slider.js MODIFY /icefaces3/trunk/icefaces/ace/component/src/org/icefaces/ace/component/sliderentry/SliderEntryMeta.java ADD /icefaces3/trunk/icefaces/ace/component/resources/icefaces.ace/sliderentry/slider.css |
Migration
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Migration
made changes -
Summary | re-implement 'showLabels' functionality in ace:sliderEntry | Add 'showLabels' functionality to ace:sliderEntry (was: re-implement 'showLabels' functionality in ace:sliderEntry) |
Affects | Documentation (User Guide, Ref. Guide, etc.) [ 10003 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Committed new feature to the trunk at revision 31191. Modified the rendering structure to accommodate for the labels. Also, included a fix for
ICE-8456in the same commit.