Bug 1044890

Summary: Long application name can not be wrapped correctly when browser size is less than 480px or on IPhone4S.
Product: OpenShift Online Reporter: Yujie Zhang <yujzhang>
Component: Management ConsoleAssignee: Jessica Forrester <jforrest>
Status: CLOSED WONTFIX QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: dmcphers, jforrest, jokerman, mmccomas, 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: 2015-06-11 21:53:40 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:
Embargoed:
Attachments:
Description Flags
screenshot on win8
none
screenshot on IPhone4S none

Description Yujie Zhang 2013-12-19 08:09:53 UTC
Created attachment 838797 [details]
screenshot on win8

Description of problem:

Created an application with name of 32 characters, checked the application details page, found it can not be wrapped correctly when browser size is less than 480px or on IPhone4S. Details see in attachment.

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

How reproducible:
always

Steps to Reproduce:
1.Create an application with name of 32 characters.
2.Check the application details page when browser size is less than 480px
3.Check the application details page on IPhone4S

Actual results:

Long application name can not be wrapped correctly when browser size is less than 480px or on IPhone4S.

Expected results:

Long application name should be wrapped correctly.

Additional info:

Comment 1 Yujie Zhang 2013-12-19 08:11:29 UTC
Created attachment 838799 [details]
screenshot on IPhone4S

Comment 2 Jessica Forrester 2014-07-25 20:29:23 UTC
Validated we are sending both of these params to the broker and the broker is not rejecting the request.  From the broker log:

Parameters: {"cartridges"=>["php-5.3"], "domain_id"=>"jforrest", "gear_profile"=>"small", "initial_git_branch"=>"something", "initial_git_url"=>"", "name"=>"php", "scale"=>"false", "application"=>{"name"=>"php", "domain_id"=>"jforrest"}} (pid:117)

The broker continues to create the app.

Comment 3 Jessica Forrester 2014-07-25 20:30:23 UTC
Sorry wrong defect.