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).
From Ken:
Okay, slider, tabs, and dateTimeEntry are all working fine for me now after updating with Judy's change to adopt onDomready stuff.
Had to reload the page once in my browser to get the good images/styling
See screenshot 1.