You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Anna Shaverdian <as...@us.ibm.com> on 2017/05/04 22:26:30 UTC

Review Request 59007: RANGER-1558: UI Hints Popover Hides after mouse moves away from small Info I icon

-----------------------------------------------------------
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


Re: Review Request 59007: RANGER-1558: UI Hints Popover Hides after mouse moves away from small Info I icon

Posted by Colm O hEigeartaigh <co...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59007/#review174288
-----------------------------------------------------------


Ship it!




Ship It!

- Colm O hEigeartaigh


On May 8, 2017, 8:19 p.m., Anna Shaverdian wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/59007/
> -----------------------------------------------------------
> 
> (Updated May 8, 2017, 8:19 p.m.)
> 
> 
> 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/2/
> 
> 
> 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
> 
>


Re: Review Request 59007: RANGER-1558: UI Hints Popover Hides after mouse moves away from small Info I icon

Posted by Anna Shaverdian <as...@us.ibm.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59007/
-----------------------------------------------------------

(Updated May 8, 2017, 8:19 p.m.)


Review request for ranger, Ankita Sinha, Gautam Borad, Madhan Neethiraj, and Mehul Parikh.


Changes
-------

I changed the patch to be formatted with git format-patch -n HEAD~.


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 (updated)
-----

  security-admin/src/main/webapp/scripts/utils/XAUtils.js 49d3741 


Diff: https://reviews.apache.org/r/59007/diff/2/

Changes: https://reviews.apache.org/r/59007/diff/1-2/


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