Bug 1297030

Summary: UI: Form buttons are not visible on Automate/Simulation screen
Product: Red Hat CloudForms Management Engine Reporter: Harpreet Kataria <hkataria>
Component: UI - OPSAssignee: Eric Winchell <ewinchel>
Status: CLOSED ERRATA QA Contact: amogh <amavinag>
Severity: high Docs Contact:
Priority: high    
Version: 5.6.0CC: cpelland, dclarizi, dhalasz, ewinchel, hkataria, jhardy, mfeifer, mkanoor, mpovolny, obarenbo, simaishi
Target Milestone: GAKeywords: ZStream
Target Release: 5.6.0Flags: dhalasz: needinfo+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard: ui:button
Fixed In Version: 5.6.0.0 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1298685 (view as bug list) Environment:
Last Closed: 2016-06-29 15:26:35 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: 1298685    
Attachments:
Description Flags
Screenshot of Automate/Simulation screen
none
After Simulation buttons not visible
none
scrollbar_not_present_56
none
scrollbar_not_present_upstream
none
scrollbar_displayed none

Description Harpreet Kataria 2016-01-08 19:20:45 UTC
Description of problem: Form buttons at the bottom of left panel are not visible on Automate/Simulation screen


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


How reproducible: 100%


Steps to Reproduce:
1. Go to Automate/Simulation screen, form button in the left panel are not visible, had to make browser Full Screen in order to see form buttons to submit/cancel changes.
2.
3.

Actual results: Form buttons are not visible


Expected results: Form button should be visible without going into Full Screen mode.


Additional info: Looks like browser height issue

Comment 2 Harpreet Kataria 2016-01-08 19:22:53 UTC
Created attachment 1112965 [details]
Screenshot of Automate/Simulation screen

Comment 3 mkanoor 2016-01-08 19:57:11 UTC
When we start the Simulate for the first time the buttons (Submit, Reset) are not visible at all till you full screen the browser. After you do the first Submit, we should be seeing the Cancel button but none of the buttons are visible and full screening the browser doesn't help.

Comment 4 mkanoor 2016-01-08 20:00:48 UTC
Created attachment 1112970 [details]
After Simulation buttons not visible

Comment 6 CFME Bot 2016-01-14 17:50:53 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/7f7ac4ee10143998fc324dbe0d7887c37bd92990

commit 7f7ac4ee10143998fc324dbe0d7887c37bd92990
Author:     Dávid Halász <dhalasz>
AuthorDate: Thu Jan 14 11:37:54 2016 +0100
Commit:     Dávid Halász <dhalasz>
CommitDate: Thu Jan 14 11:37:54 2016 +0100

    Add .scrollable class to left_div on automate/simulation
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1297030

 app/views/miq_ae_tools/_resolve_form.html.haml | 2 ++
 1 file changed, 2 insertions(+)

Comment 7 CFME Bot 2016-01-15 16:30:16 UTC
New commit detected on cfme/5.5.z:
https://code.engineering.redhat.com/gerrit/gitweb?p=cfme.git;a=commitdiff;h=a07b06b4f4cc847707a4674224488e136c17e5ec

commit a07b06b4f4cc847707a4674224488e136c17e5ec
Merge: a5bcb06 304a079
Author:     Dan Clarizio <dclarizi>
AuthorDate: Fri Jan 15 11:15:53 2016 -0500
Commit:     Dan Clarizio <dclarizi>
CommitDate: Fri Jan 15 11:15:53 2016 -0500

    Merge branch 'bz-1298685' into '5.5.z'
    
    Add .scrollable class to left_div on automate/simulation
    
    Clean cherrypick from: https://github.com/ManageIQ/manageiq/pull/6179
    https://bugzilla.redhat.com/show_bug.cgi?id=1297030
    
    5.5 BZ: https://bugzilla.redhat.com/show_bug.cgi?id=1298685
    (cherry picked from commit 7f7ac4ee10143998fc324dbe0d7887c37bd92990)
    
    See merge request !718

 app/views/miq_ae_tools/_resolve_form.html.haml | 2 ++
 1 file changed, 2 insertions(+)

Comment 9 CFME Bot 2016-01-20 03:42:25 UTC
Detected commit referencing this ticket while ticket status is MODIFIED.

Comment 10 mkanoor 2016-04-21 15:12:48 UTC
David,
This is broken in master.
Thanks,
Madhu

Comment 13 amogh 2016-04-25 19:16:16 UTC
scroll bar is not present in 5.6.0.4-beta2.3.20160421172650_719e256. I don't see the scroll bar in latest upstream master.20160425145713_0e9dc42  either. refer the screenshots. submit/reset buttons are not visible until maximize the browser.

Comment 14 amogh 2016-04-25 19:17:43 UTC
Created attachment 1150618 [details]
scrollbar_not_present_56

Comment 15 amogh 2016-04-25 19:18:20 UTC
Created attachment 1150619 [details]
scrollbar_not_present_upstream

Comment 16 Eric Winchell 2016-04-29 12:55:45 UTC
https://github.com/ManageIQ/manageiq/pull/8162

Comment 17 CFME Bot 2016-05-02 13:00:42 UTC
New commit detected on ManageIQ/manageiq/master:
https://github.com/ManageIQ/manageiq/commit/9edaca25e381c118b8a6d4b2898171e2421e9088

commit 9edaca25e381c118b8a6d4b2898171e2421e9088
Author:     Eric Winchell <ewinchel>
AuthorDate: Wed Apr 27 12:49:05 2016 -0400
Commit:     Eric Winchell <ewinchel>
CommitDate: Wed Apr 27 12:49:05 2016 -0400

    added "scrollable" class back in for simulate screen
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1297030

 app/assets/stylesheets/patternfly_overrides.scss | 5 +++++
 app/views/layouts/_content.html.haml             | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

Comment 18 amogh 2016-05-12 18:52:15 UTC
verified the issue in 5.6.0.6-beta2.5.20160511140943_ff75fb2. issue not reproducible.
refer the screenshot "scrollbar_displayed"

Comment 19 amogh 2016-05-12 18:52:54 UTC
Created attachment 1156786 [details]
scrollbar_displayed

Comment 22 errata-xmlrpc 2016-06-29 15:26:35 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2016:1348