Created attachment 1161120 [details] [redacted] screenshot of issue Description of problem: When we diplay the content of a complex dialog (Automate - Customization - Dialog) with lot of component, the part of the screen to not have slide bar to access the bottom components. Version-Release number of selected component (if applicable): cfme-5.5.3.4-1.el7cf.x86_64 How reproducible: tricky Steps to Reproduce: 1. Navigate to: Automate - Customization - Dialog 2. Expant the tree view in the accordion, till there are more elements than can fit in the ui frame. Actual results: accordion does not display a scroll bar, despite there being more elements below (see screenshot) Expected results: have a scrollbar, and be able to scroll down the accordian, like all other ui elements Additional info: This is confirmed with Firefox 44.0.2
Eric, Looks like scrollbar is missing in Dialog editor tree. Is this something you can look into or should this be sent to David. ~Harpreet
https://github.com/ManageIQ/manageiq/pull/9287
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/92cab360633a229403328b0d9da12870a41ab126 commit 92cab360633a229403328b0d9da12870a41ab126 Author: Dávid Halász <dhalasz> AuthorDate: Mon Jun 20 10:07:01 2016 +0200 Commit: Dávid Halász <dhalasz> CommitDate: Mon Jun 20 10:07:01 2016 +0200 Reinitialize accordions when editing a dialog FIXME: we're still using duplicate #accordion in this place https://bugzilla.redhat.com/show_bug.cgi?id=1339323 app/assets/javascripts/miq_application.js | 4 ++-- app/controllers/miq_ae_customization_controller.rb | 1 + app/presenters/explorer_presenter.rb | 3 +++ 3 files changed, 6 insertions(+), 2 deletions(-)
Scroll bar shows up when the elements exceeded the page limit. Verified in 5.7.0.0.20160906172503_12f65cb