Bug 1374761
Summary: | Incorrect padding in Actions and Conditions selection screens | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Dmitry Misharov <dmisharo> | ||||
Component: | UI - OPS | Assignee: | Eric Winchell <ewinchel> | ||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Dmitry Misharov <dmisharo> | ||||
Severity: | low | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 5.7.0 | CC: | hkataria, jhardy, mpovolny, obarenbo, simaishi | ||||
Target Milestone: | GA | Keywords: | TestOnly, ZStream | ||||
Target Release: | 5.9.0 | ||||||
Hardware: | All | ||||||
OS: | All | ||||||
Whiteboard: | ui | ||||||
Fixed In Version: | 5.9.0.1 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 1458287 1460387 (view as bug list) | Environment: | |||||
Last Closed: | 2018-03-06 14:43:56 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 1458287, 1460387 | ||||||
Attachments: |
|
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/26cbaa179419022451dfc406a58ac7b56a4d416c commit 26cbaa179419022451dfc406a58ac7b56a4d416c Author: Eric Winchell <ewinchel> AuthorDate: Wed May 17 16:15:54 2017 -0400 Commit: Eric Winchell <ewinchel> CommitDate: Thu May 25 15:46:29 2017 -0400 make textarea based item selector responsive issue: #1314 https://bugzilla.redhat.com/show_bug.cgi?id=1374761 app/views/catalog/_column_lists.html.haml | 97 +++---- .../miq_ae_class/_domains_priority_form.html.haml | 52 ++-- app/views/miq_ae_class/_fields_seq_form.html.haml | 62 ++--- app/views/miq_policy/_action_options.html.haml | 94 +++---- .../miq_policy/_alert_profile_details.html.haml | 120 ++++----- app/views/miq_policy/_event_details.html.haml | 299 +++++++++------------ app/views/miq_policy/_policy_details.html.haml | 84 +++--- app/views/miq_policy/_profile_details.html.haml | 91 +++---- app/views/ops/_ldap_seq_form.html.haml | 80 +++--- app/views/report/_db_seq_form.html.haml | 68 +++-- app/views/shared/buttons/_column_lists.html.haml | 217 +++++++-------- app/views/vm_common/_form.html.haml | 100 +++---- 12 files changed, 640 insertions(+), 724 deletions(-) Verified in 5.9.0.2.20171010190026_0413a06. The paddings are normal. |
Created attachment 1199486 [details] Screenshot of the bug Description of problem: Condition and Action selection screens have big spans between available and chosen items. Look at the screenshot. Version-Release number of selected component (if applicable): 5.7.0.0.20160906172503_12f65cb How reproducible: Alwyas Steps to Reproduce: 1. Navigate to Control->Explorer. 2. Create a policy. 3. Click "Edit this Policy's Condition assignments" or "Edit Actions for this Policy Event". Actual results: Big spans between selects. Expected results: Paddings shouldn't be so big.