Bug 1383623 - Should provide a full view of ImageStream tags table
Summary: Should provide a full view of ImageStream tags table
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OKD
Classification: Red Hat
Component: Management Console
Version: 3.x
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: ---
Assignee: Steve Goodwin
QA Contact: Yadan Pei
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-11 09:30 UTC by Yadan Pei
Modified: 2016-12-09 21:53 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-12-09 21:53:11 UTC
Target Upstream Version:


Attachments (Terms of Use)
RightBoarderAndContentAreNotFullyDisplayed (44.08 KB, image/png)
2016-10-11 09:31 UTC, Yadan Pei
no flags Details

Description Yadan Pei 2016-10-11 09:30:56 UTC
Description of problem:
The right boarder of table containing all IS tags and info on page browse/images/<is_name> are not fully displayed

Version-Release number of selected component (if applicable):
openshift v1.4.0-alpha.0+d6a4d98(manually vendored, latest commit is f0bc397)
kubernetes v1.4.0+776c994
etcd 3.1.0-alpha.1
Browser width in 774 ~ 1081

How reproducible:
Always

Steps to Reproduce:
1.Create ImageStream
# oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/image-streams/image-streams-rhel7.json
2.Go to Builds -> Images -> click on one IS (python in this case)
3.Check browse/images/python displaying

Actual results:
3. The right boarder of table containing all IS tags and info are not fully displayed, refer to attachment

Expected results:
3. The table should adjust its width automatically when browser width changes
Or provide a horizontal scroll bar to view all its content when browser width changes to smaller

Additional info:
For generated ImageStream(generated after build finish), its IS tags and info table could display well

Comment 1 Yadan Pei 2016-10-11 09:31:32 UTC
Created attachment 1209061 [details]
RightBoarderAndContentAreNotFullyDisplayed

Comment 2 openshift-github-bot 2016-10-28 19:22:04 UTC
Commit pushed to master at https://github.com/openshift/origin-web-console

https://github.com/openshift/origin-web-console/commit/d6468dcf61cbc0297fd0c8cc620654f680dd771d
Truncate imageStreamName like we do for dockerImageReference.
- create mixin to handle cases based on media queries
- for @screen-*-min widths a max-width is needed to truncate
- max-width determined by minimum space need if both imageStreamName and dockerImageReference fields need truncating
Fixes bug 1383623

Comment 3 Yadan Pei 2016-11-01 05:51:27 UTC
Checked against latest origin-web-console(latest commit is 34067a1)

Now the ImageStream tags table could adjust the boarder flexibly 

Move to VERIFIED


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