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
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