Description of problem: When I click on minimize in widget's menu then I mouseover on maximize text is not highlighted. Only icon is. And then if I click on maximize same thing happens with minimize. Version-Release number of selected component (if applicable): 5.6.0.10 How reproducible: Always Steps to Reproduce: 1.Cloud Intel -> Dashboard 2. Pick a widget and click on minimize 3. Mouseover maximize Actual results: Only icon is highlighted Expected results: Both icon and text should be highlighted Additional info:
https://github.com/ManageIQ/manageiq/pull/9366
New commit detected on ManageIQ/manageiq/master: https://github.com/ManageIQ/manageiq/commit/ee1b4bcfb1dff515820beeecfb8fc96578c766c7 commit ee1b4bcfb1dff515820beeecfb8fc96578c766c7 Author: Harpreet Kataria <hkataria> AuthorDate: Wed Jun 22 14:37:56 2016 -0400 Commit: Harpreet Kataria <hkataria> CommitDate: Wed Jun 22 14:37:56 2016 -0400 Fixed JS replace/update of elements. Fixed JS code to replace/update elements on screen when toggling min/max buttons on dashboard widget. Span tag inside anchor tag was not getting updated properly causing it to not use proper class when hovering upon button text. https://bugzilla.redhat.com/show_bug.cgi?id=1344309 app/controllers/dashboard_controller.rb | 6 ++---- app/helpers/js_helper.rb | 4 ++++ 2 files changed, 6 insertions(+), 4 deletions(-)
https://github.com/ManageIQ/manageiq/pull/9370
Fixed and verified in 5.7.0.0.20160906172503_12f65cb. Whole line is highlighted now.