Hide Forgot
Created attachment 1220345 [details] screenshot Description of problem: table header is scrolled along with table contents in provisioning dialog. So, user will have to scroll back to the top in order to check column names. Version-Release number of selected component (if applicable): 5.7.0.10. How reproducible: 100% Steps to Reproduce: 1. Add Infra Provider to CFME 2. Go to Compute -> Infrastructure -> Virtual Machines 3. Click Lifecycle->Provision VMs 4. Choose any image 5. Open Environment tab and scroll to Host or Datastore section 6. Try to scroll table contents Actual results: Table header is scrolled along with table contents. Expected results: Table header shouldn't be scrolled in such case.
https://github.com/ManageIQ/manageiq/pull/12683
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/f6ad0201e23b27f964d0521ff0fa038ecee5221f commit f6ad0201e23b27f964d0521ff0fa038ecee5221f Author: Eric Winchell <ewinchel> AuthorDate: Wed Nov 16 10:15:32 2016 -0500 Commit: Eric Winchell <ewinchel> CommitDate: Wed Nov 16 10:15:32 2016 -0500 remove scrollable tables from provisioning dialog https://bugzilla.redhat.com/show_bug.cgi?id=1394726 app/views/miq_request/_prov_configured_system_grid.html.haml | 2 +- app/views/miq_request/_prov_ds_grid.html.haml | 2 +- app/views/miq_request/_prov_host_grid.html.haml | 2 +- app/views/miq_request/_prov_iso_img_grid.html.haml | 2 +- app/views/miq_request/_prov_pxe_img_grid.html.haml | 2 +- app/views/miq_request/_prov_template_grid.html.haml | 2 +- app/views/miq_request/_prov_vc_grid.html.haml | 2 +- app/views/miq_request/_prov_windows_image_grid.html.haml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-)
Scrollable tables removed from provisioning dialog. Verified:5.8.0.10-beta1.20170411212748_e47d319