Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Adding image urls with presets having $ in CSS file

Avatar

Community Advisor

10/8/20

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 Comments

Avatar

Employee

10/8/20

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.

Status changed to: New

Avatar

Employee

12/16/20

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

Status changed to: Declined

Avatar

Community Advisor

12/16/20

@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

12/16/20

@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