product component doesn't work in several browser | Community
Skip to main content
Level 2
October 16, 2015
Solved

product component doesn't work in several browser

  • October 16, 2015
  • 2 replies
  • 1405 views

Hi.I am new user of Adobe CQ .
There is a question about displaying components in different browser.

I have developed components, using IE9,
and the other one has written CSS, using Chrome and FireFox(latest ver.).
We use same author instance.(AEM ver 5.6.1)

After completion of following steps, the problem occurs: 

0: Create a page component.
1: Include parsys in JSP which render the page component.
2: Put a product component which cq eCommerce add-on has on parsys
3: Check the component displayed in IE9
4: Check the component displayed in FireFox and Chrome(latest ver.)

the problem is that in Chrome and FireFox, the product component wasn't displayed,
while in IE9 the product component was displayed.

Is there any rule that we have to follow or any tips  when we put product component on parsys in Chrome or FireFox?

Regards,
Yazawa

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Scott_Brodersen

Generally, web pages and CSS files need to take into account the different way that different browsers function. Here is a good resource:

http://www.w3.org/community/webed/wiki/Optimizing_content_for_different_browsers:_the_RIGHT_way

Perhaps you can post some code so that you can get help for your specific problem.

 

scott

2 replies

Level 2
October 16, 2015

Thank you for your advice.

I'll check the site.

yazawa

Scott_Brodersen
Scott_BrodersenAccepted solution
Level 8
October 16, 2015

Generally, web pages and CSS files need to take into account the different way that different browsers function. Here is a good resource:

http://www.w3.org/community/webed/wiki/Optimizing_content_for_different_browsers:_the_RIGHT_way

Perhaps you can post some code so that you can get help for your specific problem.

 

scott