Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.0
-
Component/s: ACE-Components
-
Labels:None
-
Environment:jsf2.0, ICEfaces2.0, ACE
-
Affects:Compatibility/Configuration
Description
upon updating to yui3.20, it was noticed that the markup for sliderEntry shows the paths to images with escaping backslashes...
for example:-
"thumbUrl":"javax.faces.resource\/assets\/skins\/sam\/thumb-x.png.jsf?ln=yui\/3_2_0"
Problem is in JSONBUilder placing in the escaping and the images won't load now (with 3.2.0).
for example:-
"thumbUrl":"javax.faces.resource\/assets\/skins\/sam\/thumb-x.png.jsf?ln=yui\/3_2_0"
Problem is in JSONBUilder placing in the escaping and the images won't load now (with 3.2.0).
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Field | Original Value | New Value |
---|---|---|
Salesforce Case | [] | |
Fix Version/s | 2.0.0 [ 10230 ] | |
Affects | [Compatibility/Configuration] | |
Assignee | Ken Fyten [ ken.fyten ] |
Salesforce Case | [] | |
Assignee Priority | P1 | |
Assignee | Ken Fyten [ ken.fyten ] | Yip Ng [ yip.ng ] |
Salesforce Case | [] | |
Assignee | Yip Ng [ yip.ng ] | Adnan Durrani [ adnan.durrani ] |
Salesforce Case | [] | |
Description |
upon updating to yui3.20, it was noticed that the markup for sliderEntry shows the paths to images with escaping backslashes... for example:- "thumbUrl":"javax.faces.resource\/assets\/skins\/sam\/thumb-x.png.jsf?ln=yui\/3_2_0" Problem is in JSONBUilder placing in the escaping and the images won't load now (with 3.2.0). Since this property is not likely to change unless the skin or image has changed, then change to use the skinning/css to load the images. rather than using a param within the script to pass the image. link to show an example of the css classes to use is:- http://developer.yahoo.com/yui/3/examples/slider/slider_from_markup.html |
upon updating to yui3.20, it was noticed that the markup for sliderEntry shows the paths to images with escaping backslashes... for example:- "thumbUrl":"javax.faces.resource\/assets\/skins\/sam\/thumb-x.png.jsf?ln=yui\/3_2_0" Problem is in JSONBUilder placing in the escaping and the images won't load now (with 3.2.0). Since this property is not likely to change unless the skin or image has changed, then change to use the skinning/css to load the images. rather than using a param within the script to pass the image. link to show an example of the css classes to use is:- http://developer.yahoo.com/yui/3/examples/slider/slider_from_markup.html NOTE: The key requirement here is that we do not want to force the user to have to specify a thumb image as an attribute of the component. Instead, the skin CSS should specify the thumb image to use. |
Summary | modify sliderEntry so that images are loaded using css/skinning | sliderEntry not loading images / working since YUI 3.2.0 upgrade was completed |
Salesforce Case | [] | |
Description |
upon updating to yui3.20, it was noticed that the markup for sliderEntry shows the paths to images with escaping backslashes... for example:- "thumbUrl":"javax.faces.resource\/assets\/skins\/sam\/thumb-x.png.jsf?ln=yui\/3_2_0" Problem is in JSONBUilder placing in the escaping and the images won't load now (with 3.2.0). Since this property is not likely to change unless the skin or image has changed, then change to use the skinning/css to load the images. rather than using a param within the script to pass the image. link to show an example of the css classes to use is:- http://developer.yahoo.com/yui/3/examples/slider/slider_from_markup.html NOTE: The key requirement here is that we do not want to force the user to have to specify a thumb image as an attribute of the component. Instead, the skin CSS should specify the thumb image to use. |
upon updating to yui3.20, it was noticed that the markup for sliderEntry shows the paths to images with escaping backslashes... for example:- "thumbUrl":"javax.faces.resource\/assets\/skins\/sam\/thumb-x.png.jsf?ln=yui\/3_2_0" Problem is in JSONBUilder placing in the escaping and the images won't load now (with 3.2.0). |
Assignee | Adnan Durrani [ adnan.durrani ] | Arturo Zambrano [ artzambrano ] |
Link | This issue blocks ICE-6273 [ ICE-6273 ] |
Salesforce Case | [] | |
Assignee | Arturo Zambrano [ artzambrano ] | Yip Ng [ yip.ng ] |
Attachment | screenshot-01.png [ 12690 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 |