Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.0.0.BETA
-
Fix Version/s: EE-3.0.0.GA
-
Component/s: Facelet Components
-
Labels:None
-
Environment:n/a
-
Affects:Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration
Description
It appears that when the slider EE composite component was first ported to EE2, they simply wrapped it in the 1st gen ace:sliderEntry component, which supported the thumbUrl attribute, and so this worked fine. Now, the ace:sliderEntry has been migrated to use the jquery slider, which doesn't support it, so the thumbUrl attribute, according to http://jira.icesoft.org/browse/ICE-7209 was "deprecated", but it looks like it was actually just removed. The wiki hasn't been updated to reflect this:http://wiki.icesoft.org/display/ICE/SliderEntry
Activity
Philip Breau
created issue -
Philip Breau
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | EE-3.0.0.GA [ 10261 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Affects | [Documentation (User Guide, Ref. Guide, etc.), Compatibility/Configuration] |
Ken Fyten
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Philip Breau
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
The thumbImage attribute is now detected in the composite component and dynamic css is generated to override the ace:sliderEntry handle CSS.
Due to the jquery ui slider CSS, a new attribute 'handleCss' is required by the user. This needs to set the height and width of the handle, possibly according to the dimensions of the image, and possibly other properties that the user wishes to set on the handle.
30759 3/14/12 10:15 AM 3 philip.breau
IPCK-375Slider thumbImage attribute not working