Bug 1113795
| Summary: | Horizon: Edit Project dialog doesn't fit window size | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Ido Ovadia <iovadia> | ||||
| Component: | python-django-horizon | Assignee: | Jason E. Rist <jrist> | ||||
| Status: | CLOSED WONTFIX | QA Contact: | Ido Ovadia <iovadia> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.0 (RHEL 7) | CC: | aortega, athomas, iovadia, mrunge, rdopiera, srevivo | ||||
| Target Milestone: | --- | Keywords: | Triaged, ZStream | ||||
| Target Release: | 5.0 (RHEL 7) | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-12-05 14:40: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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Upstream patch was merged to kilo but this ticket indicates that a fix would be needed to juno+icehouse. I would try to backport it and see how possible it is. I did a backport to Juno and it seems feasible to do to icehouse too. My question is, how important is this as to guarantee a backport to those 2 old versions? I think that the issue is of no importance and rather do not touch juno/icehouse for an aesthetic issue, as it can bring errors with it (specially with the RH theme in horizon as this touches up scss files) Ido, whats your opinion on this? From my part, I would _not_ do a backport and close it by marking it fixed in Kilo. This has been fixed in OSP6, and due to low importance won't be backported to OSP5. |
Created attachment 912601 [details] Edit Project dialog Description of problem: ======================= 'Edit Project' dialog doesn't fit window size, so user need to scrole Version-Release number of selected component: ============================================= python-django-horizon-2014.1-7.el7ost.noarch openstack-dashboard-2014.1-7.el7ost.noarch openstack-dashboard-theme-2014.1-7.el7ost.noarch How reproducible: ================= 100% Steps to Reproduce: =================== 1. Login to Horizon 1. Click 'Admin' --> 'Identity Panel' --> 'Projects' 2. On created project click 'More' --> 'Edit Project' 3. On 'Edit Project' click 'Quota' Actual results: =============== 1. Dialog doesn't fit window size 2. There is no scroll bar on the dialog. 3. scrolling done on both dialog and the background window Expected results: ================= 1. The dialog should fit window size. 2. If it is large there should be a scroll bar on the right size. 3. Scrolling done on upper window only. Additional info: ================ A screenshot is enclosed