Created attachment 1482703 [details] lisitcon with hover text Description of problem: List view on screens such as Custom Button event list, tagging etc show "View this item" text when hovering on listicon Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Generate custom button events for any object then go to view it's list of Custom Button events 2. Hover upon listicon is first column, it display text "View this item", hover text should not be there because items in the list are not clickable 3. Actual results: Hover text is present when items are not clickable Expected results: Hover text should not be there because items in the list are not clickable Additional info:
https://github.com/ManageIQ/manageiq-ui-classic/pull/4653
New commit detected on ManageIQ/manageiq-ui-classic/master: https://github.com/ManageIQ/manageiq-ui-classic/commit/7c89ed67c3239de233b3c6f763cee4e714c6e8cc commit 7c89ed67c3239de233b3c6f763cee4e714c6e8cc Author: Dávid Halász <dhalasz> AuthorDate: Thu Sep 13 08:17:25 2018 -0400 Commit: Dávid Halász <dhalasz> CommitDate: Thu Sep 13 08:17:25 2018 -0400 Do not show tooltip on listicons in GTLs when they're not clickable Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1628245 app/controllers/application_controller.rb | 15 +- 1 file changed, 11 insertions(+), 4 deletions(-)