Bug 793817 (JBEPP-892)

Summary: The sample skin shipped with EPP 5 doesn't work properly on IE7/8
Product: [JBoss] JBoss Enterprise Portal Platform 5 Reporter: Gary Hu <garyhu2>
Component: PortalAssignee: Peter Palaga <ppalaga>
Status: VERIFIED --- QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.1.0.GACC: epp-bugs, theute, tkyjovsk
Target Milestone: ---   
Target Release: 5.2.2.ER01   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/JBEPP-892
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Gary Hu 2011-04-15 19:41:10 UTC
project_key: JBEPP

The sample skin shipped by EPP 5.1 doesn't work properly on IE7/8. 

After applying the SimpleSkin, and logging in as root, click the "Site" tab on the left top of portal home page. If you click "Edit Navigation" , there's no pop up window showing up as it does on Firefox. You can see the page is skewed up.  If you click "Add New Portal" button, a box is popped up but is skewed up too.

This can be fixed by the following steps:

1) add @import url(/eXoResources/skin/DefaultSkin/webui/component/Stylesheet.css); to gatein-sample-skin.war/skin/Stylesheet.css. So, it's contents will be:
   @import url(SimpleSkin/UIPortalApplicationSkin.css);
   @import url(/eXoResources/skin/DefaultSkin/webui/component/Stylesheet.css);
   @import url(PortletThemes/Stylesheet.css);
   @import url(Portlet/Stylesheet.css);

2) remove @import url(/eXoResources/skin/DefaultSkin/webui/component/Stylesheet.css); from gatein-sample-skin.war/skin/SimpleSkin/UIPortalApplicationSkin.css. So, it's contents will be something like:
   @import url(/eXoResources/skin/DefaultSkin/portal/webui/component/control/Stylesheet.css);

   @import url(/eXoResources/skin/DefaultSkin/portal/webui/component/customization/Stylesheet.css);

   @import url(/eXoResources/skin/DefaultSkin/portal/webui/component/view/Stylesheet.css);

   @import url(/eXoResources/skin/DefaultSkin/portal/webui/component/widget/Stylesheet.css);

   @import url(UIBreadcumb/Stylesheet.css);

   @import url(UIToolbarContainer/Stylesheet.css);

   @import url(UITabPaneDashboard/Stylesheet.css);
   ...

Comment 2 Jared MORGAN 2011-11-16 23:23:15 UTC
Release Notes Docs Status: Added: Not Required
Primary SME: Added: theute


Comment 3 hfnukal@redhat.com 2012-01-16 12:32:31 UTC
Labels: Added: EPP_5_2_1_Candidate


Comment 4 Thomas Heute 2012-02-16 09:24:03 UTC
Labels: Removed: EPP_5_2_1_Candidate 


Comment 5 Peter Palaga 2012-06-21 10:32:55 UTC
Cannot reproduce anymore with Internet Explorer 7 and 8. Closing.

Comment 6 Viliam Rockai 2012-08-28 13:53:25 UTC
Verified again at 5.2.2 CR01