-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59007/
-----------------------------------------------------------
Review request for ranger, Ankita Sinha, Gautam Borad, Madhan Neethiraj, and
Mehul Parikh.
Bugs: RANGER-1558
https://issues.apache.org/jira/browse/RANGER-1558
Repository: ranger
Description
-------
On the Ranger Admin UI, there are new helpful UI hints in the form of an "I"
information icon. These are information about different filter attributes. The
information that opens when the user hovers over the "I" is long list of 10+
items.
Right now the Information Popover items goes away as soon as you move from the
Information I box. But since it's a long list, it would be nice if the user can
hover the mouse along the popover, copy items, and look at the helpful hints
longer.
This JIRA is intended to make the popover hoverable. When the mouse moves away
from the hover box, then the popover should hide.
In this patch the popover now will stay open as long as the mouse is on the
icon or the popover itself. It will hide when the mouse moves away. This
usability improvement allows users to copy/paste and look at the list more
easily.
Diffs
-----
security-admin/src/main/webapp/scripts/utils/XAUtils.js 49d3741
Diff: https://reviews.apache.org/r/59007/diff/1/
Testing
-------
On different browsers (chrome, firefox, ie) checked that all of the info icon
popovers now will be open while the mouse hovers over it. The popovers include
Audit page, User Access Report page, and any new icon i
XAUtils.searchInfoPopover that will be used.
Thanks,
Anna Shaverdian