Bug 1037946

Summary: The gear size selection form should be displayed on correct place when browser size is less than 768px and on IPhone4S.
Product: OpenShift Online Reporter: Yujie Zhang <yujzhang>
Component: WebsiteAssignee: Jordan Liggitt <jliggitt>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: jliggitt, 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-30 00:51:49 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:

Description Yujie Zhang 2013-12-04 06:20:22 UTC
Description of problem:

Checked the /cartridge_type/mongodb-2.2?direct=true page, found the gear size selection form will be placed to the line below label "Gear size", it supposed to be at the same line with label "Gear size", this issue exists when browser size is less than 768px, and also exists on IPhone4S, details see in screenshot please.

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

How reproducible:
always

Steps to Reproduce:
1.Create a scalable application
2.Go to the /cartridge_type/mongodb-2.2?direct=true page with browser size less than 768px
3.Check the gear size form

Actual results:

The gear size selection form will be placed to the line below "Gear size" label. Details see in attachment.

Expected results:

The gear size selection form should be placed to the same line with "Gear size" label.

Additional info:

Comment 1 Jordan Liggitt 2013-12-04 14:48:06 UTC
Will merge in https://github.com/openshift/origin-server/pull/4284

Comment 2 openshift-github-bot 2013-12-04 17:21:49 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/cf1f75f77484e27e9639420e88149e09882c97ae
Fix bug 1037946: Make cartridge gear size selection consistent with app gear size selection

Comment 3 Yujie Zhang 2013-12-05 03:17:43 UTC
Tested on devenv_4097, the gear size selection form can be displayed on correct place when browser size is less than 768px or is on IPhone4S, so verify this bug, thanks.