Bug 868081 - Display overlaps when adding sshkey using long name on IE9.
Summary: Display overlaps when adding sshkey using long name on IE9.
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Website
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Steve Goodwin
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-19 03:34 UTC by Mengjiao Gao
Modified: 2015-05-15 01:15 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-19 19:26:37 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Display overlapped when adding long ssh key name on IE9 (140.26 KB, image/png)
2012-10-19 03:34 UTC, Mengjiao Gao
no flags Details

Description Mengjiao Gao 2012-10-19 03:34:12 UTC
Created attachment 629752 [details]
Display overlapped when adding long ssh key name on IE9

Description of problem:

The display of sshkey will overlap when adding an sshkey using long sshkey name on IE9.

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

devenv_2348

How reproducible:

always

Steps to Reproduce:
1.Go to openshift website and login
2.Add an sshkey using long name
3.
  
Actual results:

The display will overlap.Details see in attachment.

Expected results:

The display should be correct.

Additional info:

Comment 1 Steve Goodwin 2012-10-22 15:22:00 UTC
fix committed 69e38c4143a1ee2af421f4aafe853d9b7b200798

Comment 2 Mengjiao Gao 2012-11-01 09:15:00 UTC
The code have been merged in the devenv_2417, So put it to ON_QA.

Comment 3 Mengjiao Gao 2012-11-01 09:16:53 UTC
Tested this issue on INT(devenv_2416) , and devenv_2417, found that the issue still existed on INT and DEVENV. So I will put it to assigned status back.

Comment 4 Steve Goodwin 2012-11-15 21:21:10 UTC
additional fix committed

pull request
https://github.com/openshift/origin-server/pull/918

Note: 
IE will wrap the sshkey name within the table cell. It doesn't support the css rule text-overflow: ellipsis; So within Firefox, Chrome and Safari it will truncate (VeryLongNameeee...)

Comment 5 Yujie Zhang 2012-11-16 07:21:13 UTC
(In reply to comment #4)
Tested on devenv_2486, long sshkey name will not overlaps now, thanks.


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