내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Adding image urls with presets having $ in CSS file

Avatar

Community Advisor

20. 10. 8.

When we add absolute image url with preset having $, the css file will not load and throw exception from OOB code (com/adobe/granite/ui/clientlibs/script/Utils.java)

 

But by escaping $ we can overcome above issue and load the css file with preset correctly.

 

.load {
      background:url("https://scene7.image.com/is/image/adobe/someimageutl?\$native\$");
}

 

 

4 의견

Avatar

Employee

20. 10. 8.

Hi @Ravi_Pampana 

This looks like more of something that requires problem analysis to understand the root cause. I believe at this point it does not qualify for an idea or feature request. Your participation in the community is appreciated.

상태가 변경됨: New

Avatar

Employee

20. 12. 16.

Updating the status accordingly since this seems something that requires problem analysis to understand the root cause.

상태가 변경됨: Declined

Avatar

Community Advisor

20. 12. 16.

@hamidk92094312 , I raised day care ticket after finding the root cause of the issue (E-000224031) and I was told the issue will be fixed in AEM 6.6. 

Avatar

Employee

20. 12. 16.

@Ravi_Pampana 

Thanks for sharing the update. You took the right approach as this seemed to be an issue rather than a feature request. So lets keep the IDEAS section of the community for submitting feature requests. Thanks