Created attachment 1274214[details]
Screen shot showing bar missing
Description of problem:If you have more then one screen of events in notifications the scroll bar does not load.
Version-Release number of selected component (if applicable):5.8.0.12
How reproducible:100%
Steps to Reproduce:
1.provision appliance
2.generate lots of notifications (over one screen length)
3.click notification icon
4.click events
Actual results:Unable to scroll
Expected results:Scroll bar appears
Additional info:
Work around - If you open notifications click on events (displayed without scroll bar first time) then leaving events tree open click on notifications twice more to close and reopen the scroll bar appears. But if you click on events tree twice to hide and reveal them again the scroll bar disappears.
New commit detected on ManageIQ/manageiq-ui-classic/master:
https://github.com/ManageIQ/manageiq-ui-classic/commit/a75d94b502e694e23f40fe09f74b634b1aab0a58
commit a75d94b502e694e23f40fe09f74b634b1aab0a58
Author: Martin Hradil <mhradil>
AuthorDate: Mon Oct 2 13:48:12 2017 +0000
Commit: Martin Hradil <mhradil>
CommitDate: Mon Oct 2 14:08:37 2017 +0000
miq.notifications - update accordion sizing when opening/closing an accordion
opening/closing notifications triggers a resize which causes the styling to update correctly..
but expanding/closing a notification group does not do the same.
Thus, the styling only fits until one expands an accordion.
This makes notifications trigger a `resize` event every time a notification group is collapsed or expanded -> the scrollbar should always appear now
https://bugzilla.redhat.com/show_bug.cgi?id=1445762
.../controllers/notifications/notification-drawer.directive.js | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Created attachment 1274214 [details] Screen shot showing bar missing Description of problem:If you have more then one screen of events in notifications the scroll bar does not load. Version-Release number of selected component (if applicable):5.8.0.12 How reproducible:100% Steps to Reproduce: 1.provision appliance 2.generate lots of notifications (over one screen length) 3.click notification icon 4.click events Actual results:Unable to scroll Expected results:Scroll bar appears Additional info: Work around - If you open notifications click on events (displayed without scroll bar first time) then leaving events tree open click on notifications twice more to close and reopen the scroll bar appears. But if you click on events tree twice to hide and reveal them again the scroll bar disappears.