-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Review icon used for node reps #108
Comments
I kinda like the current icon when used outside of Inspector, if the action is "go to Inspector and select that node". Especially since it's basically a smaller variant of the Inspector's tab icon. So I would err on the side of figuring out a different icon for "highlight this element / all elements matching this selector". Although it's a tough concept to communicate visually. Pinging @captainbrosset and @juliandescottes for the Inspector side. |
It would be useful to make a comprehensive list of all the places where this icon is used and what it does in each. The hope is that some of these that act differently than most can be changed to be consistent with the rest. |
Here's the inventory (I think I reviewed all usages) consoleclicking on the icon jumps to the inspector and selects the node acessibilityclicking on the icon jumps to the inspector and selects the node dom panelclicking on the icon jumps to the inspector and selects the node Rule viewclicking on the icon sets the highlighter for elements matching the selector (clicking again removes the highlighter) Layout view - grid sectionclicking on the icon jumps to the inspector and selects the node Layout view - Box model properties section (offset node)clicking on the icon jumps to the inspector and selects the node Basically, the rule view is at odd with all the other places we use this icon. |
Thanks a bunch Nicolas. Do we know if end users struggle with this specific button? If they understand it as a way to jump to the Inspector, they may be ignoring it (since they're already in the Inspector). Possible visual metaphors:
|
Thanks a lot Nicolas. Clicking on the icon highlights the node, clicking again turns off the highlighter. So, finding a different icon for this one would be great. |
I actually prefer the icon over the hover functionality, first because it is more obvious and second because it keeps the highlighter active and by that allows to scroll through the page to see all matches. Sebastian |
We could have these two cases:
|
The icon currently used for node reps can be confusing.
in the console this icon acts as an element picker
in the ruleview and animation inspector, the icon acts as a highlighter
We should settle on one icon for picking elements and one icon for highlighting.
The text was updated successfully, but these errors were encountered: