Bug 1034567

Summary: Display overlaps when browser size is between 480-543px
Product: OpenShift Online Reporter: Tian Feng <tfeng>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: sgoodwin, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-24 03:34:35 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
header
none
footer
none
header on community
none
footer on community none

Description Tian Feng 2013-11-26 06:27:44 UTC
Description of problem:
Go to web console and set browser weight between 480-543px. Then go to app/console/application_type/cart!php-5.3 page and use scroll bar to see  whole page. Find header and footer are overlap. It will keep on until the untoggled element can be shown entirely.
This  problem also occurs on community. Setting weight is smaller than 1049px, then go to  partner/admin/user, scroll window and see header/footer are overlapping too.
Detail can be found in attachment.

Version-Release number of selected component (if applicable):
devenv_4071

How reproducible:
Always

Steps to Reproduce:
1. Go to application creating page and set browser size as 480-543px
2. Scroll window and see header/footer on the page
3. Go to partner/admin/user with weight smaller than 1049px
4. Scroll window and see header/footer on the page

Actual results:
Header and footer is overlapping until the untoggled element can be shown entirely.

Expected results:
Header and footer should not be overlapping with untoggled element.
Additional info:

Comment 1 Tian Feng 2013-11-26 06:28:28 UTC
Created attachment 829074 [details]
header

Comment 2 Tian Feng 2013-11-26 06:28:52 UTC
Created attachment 829075 [details]
footer

Comment 3 Tian Feng 2013-11-26 06:29:19 UTC
Created attachment 829076 [details]
header on community

Comment 4 Tian Feng 2013-11-26 06:29:44 UTC
Created attachment 829077 [details]
footer on community

Comment 5 Steve Goodwin 2013-11-26 20:09:22 UTC
Committed fix for application creation page issue.
https://github.com/openshift/origin-server/pull/4259


Please open another bug for the partner/admin/user and set to lowest priority, since this isn't a external facing page that customers will see.

Comment 6 openshift-github-bot 2013-11-26 23:43:16 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/051e26eeb4bd47232943209c581364775c8a7b64
Fix bug 1034567
Make input fields block at 640px

Comment 7 Tian Feng 2013-11-27 07:55:33 UTC
Test on devenv_4077. When toggle window, the scroll bar doesn't appear. So no problem with header/footer. So verify this bug, thanks!