Bug 794403 (JBEPP-1447) - Example skin looks scattered on the right side
Summary: Example skin looks scattered on the right side
Keywords:
Status: CLOSED UPSTREAM
Alias: JBEPP-1447
Product: JBoss Enterprise Portal Platform 5
Classification: JBoss
Component: Portal
Version: 5.2.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-12-08 17:06 UTC by Viliam Rockai
Modified: 2025-02-10 03:15 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2025-02-10 03:15:22 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
example-skin.png (212.49 KB, image/png)
2011-12-08 17:07 UTC, Viliam Rockai
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 793277 0 medium CLOSED EPP5 simple skin looks weird (bundled in examples) 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker JBEPP-1447 0 Minor Closed Example skin looks scattered on the right side 2013-02-16 22:32:02 UTC

Internal Links: 793277

Description Viliam Rockai 2011-12-08 17:06:23 UTC
project_key: JBEPP

look at attached screenshot

Comment 1 Viliam Rockai 2011-12-08 17:07:01 UTC
Attachment: Added: example-skin.png


Comment 2 Viliam Rockai 2011-12-08 17:07:20 UTC
Link: Added: This issue relates to JBEPP-361


Comment 3 Thomas Heute 2012-01-13 15:12:02 UTC
Labels: Added: EPP_5_2_1_Candidate


Comment 4 boleslaw.dawidowicz 2012-02-16 09:28:08 UTC
Labels: Removed: EPP_5_2_1_Candidate 


Comment 5 Peter Palaga 2012-06-19 07:38:33 UTC
The cause was that the width for .UIWorkingWorkspace .UIPageBody was set to 978px in the default skin which did not suit the sample SimpleSkin.
Fixed through defining a more specific rule for the given element (div#UIPageBody.UIPageBody) within SimpleSkin which sets the width back to auto.

Fix was tested with Chrome 19.0.1084.56, Firefox 13.0 and Internet Explorer 7.

Comment 6 Peter Palaga 2012-06-19 07:38:33 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
Cause: Width of for .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed  with AS documentation.
Consequence: SimpleSkin looked scattered on the right side - the right border of #UIPageBody was shifted left and hidden under the JBoss EPP banner.
Fix: The width of the element in question was overriden by a more specific rule setting the width to auto.
Result: The border of #UIPageBody is rendered properly, aligned with the breadcrumbs panel above it.

Comment 7 Jared MORGAN 2012-08-21 00:07:57 UTC
    Technical note updated. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    Diffed Contents:
@@ -1,4 +1 @@
-Cause: Width of for .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed  with AS documentation.
+An issue with the width of .UIWorkingWorkspace .UIPageBody set in the default skin was not suitable for SimpleSkin distributed with the Application Server. The incompatibility caused the right border of #UIPageBody to shift left and be hidden under the JBoss Enterprise Portal Platform banner.  The fix introduces an override to the element causing the border shift, with a specific alignment rule that sets the width to auto. The border of #UIPageBody is now rendered properly, aligned with the breadcrumbs panel above it.-Consequence: SimpleSkin looked scattered on the right side - the right border of #UIPageBody was shifted left and hidden under the JBoss EPP banner.
-Fix: The width of the element in question was overriden by a more specific rule setting the width to auto.
-Result: The border of #UIPageBody is rendered properly, aligned with the breadcrumbs panel above it.

Comment 8 Viliam Rockai 2012-08-27 15:23:15 UTC
Verified again at 5.2.2 CR01

Comment 10 Red Hat Bugzilla 2025-02-10 03:15:22 UTC
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.


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