Bug 1436766
| Summary: | Crunched display of disk targets in move and copy when VM/SD name is long and contains hyphens | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [oVirt] ovirt-engine | Reporter: | Kevin Alon Goldblatt <kgoldbla> | ||||||||||
| Component: | Frontend.WebAdmin | Assignee: | Benny Zlotnik <bzlotnik> | ||||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Lucie Leistnerova <lleistne> | ||||||||||
| Severity: | medium | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | 4.1.1.5 | CC: | amureini, bugs, bzlotnik, lsvaty, stirabos, tnisan | ||||||||||
| Target Milestone: | ovirt-4.1.4 | Flags: | rule-engine:
ovirt-4.1+
lsvaty: testing_ack+ |
||||||||||
| Target Release: | 4.1.4.1 | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | webadmin | ||||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2017-07-28 14:18:44 UTC | Type: | Bug | ||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||
| Documentation: | --- | CRM: | |||||||||||
| Verified Versions: | Category: | --- | |||||||||||
| oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | |||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||
| Embargoed: | |||||||||||||
| Attachments: |
|
||||||||||||
|
Description
Kevin Alon Goldblatt
2017-03-28 15:21:08 UTC
Created attachment 1267012 [details]
screen shot
added screen shot
Note: this also affects copy disk Created attachment 1281572 [details]
copy-disk-screenshot
Created attachment 1288110 [details]
4.1.3 screenshot
Does not currently reproduce on 4.1.2+ I was able to reproduce it on 4.1.2.1 also in 4.1.3. The problem is not in long disk name, but in long storage name in Source column. See screenshot. tested in ovirt-engine-webadmin-portal-4.1.3.4-0.1.el7.noarch Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. Created attachment 1289609 [details]
4.1.3_long_storage_name
OK, so what I missed was that it isn't enough for the name to be long, it has to contain a hyphen which causes a line-break to be inserted because the component isn't set to be nowrap. Thanks Lucie! Based on comment 6 and comment 7, it seems the description isn't accurate. Benny, can you please change edit the title and add exact steps to reproduce? Also - I see that https://gerrit.ovirt.org/#/c/77750/ is merged to the 4.1 branch. Are we waiting for anything else, or should this BZ be MODIFIED? Updated steps to reproduce: 1. Create a VM with multiple disks with a long name with hyphens (Like in Lucie's screenshot). 2. Select multiple disks and attempt to move/copy them. The names are not wrapped and so the table looks good. verified in ovirt-engine-webadmin-portal-4.1.4.1-0.1.el7.noarch Other thing is that there is not visible the whole name and they couldn't be recognized when the name differs only in the end. So I suggest to add hover text there and I created Bug 1472161 for it. |