Bug 793817 (JBEPP-892) - The sample skin shipped with EPP 5 doesn't work properly on IE7/8
Summary: The sample skin shipped with EPP 5 doesn't work properly on IE7/8
Keywords:
Status: VERIFIED
Alias: JBEPP-892
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Portal
Version: 5.1.0.GA
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 5.2.2.ER01
Assignee: Peter Palaga
QA Contact:
URL: http://jira.jboss.org/jira/browse/JBE...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-15 19:41 UTC by Gary Hu
Modified: 2015-09-01 03:32 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker JBEPP-892 0 Major Closed The sample skin shipped with EPP 5 doesn't work properly on IE7/8 2012-09-02 14:37:44 UTC

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


Note You need to log in before you can comment on or make changes to this bug.