I have a table full of rows, and have an interaction on each row wherein "while hovering" over the row will show various icons the user can interact with. However, when the user then clicks the row to show more details of the row, I'd like those icons to stay visible, but I don't see a way to do this. It seems as though "While Hovering" takes precedence and moving the mouse away from the row hides them. Am I missing a way to do this? I tried "State Change" to "Selected" to show the elements and moved it above the" While Hovering" action in my list of interactions, but no luck with that.
Where am I?
In UXPin you can ask and answer questions and share your experience with others!
It seems that “While Hovering” interaction is also added to “Selected” state. If you remove this interaction from that state, it shouldn’t interfere with other interactions.
But if you want to use this interaction in that state, I’d recommend replacing it with “Mouse over” interaction. This way, after the cursor enters the row - icons will stay visible.
If it won’t help, could you send us over a preview link at hello@uxpin or our chat so that we can check those interactions closer?
Create another state for other interactions so that it won't conflict the hover state.