Questions tagged [interaction-design]
Defines the structure and behavior of interactive systems. Interaction Designers strive to create meaningful relationships between people and the products and services that they use, from computers to mobile devices to appliances and beyond.
1,861 questions
2 votes
1 answer
48 views
What’s the common UX behavior for dependent filters when one is mandatory?
I’m working on a filter component with this scenario: One filter is mandatory (single select) and the second filter is optional (multi select). If the second filter is empty, it currently means “all ...
1 vote
1 answer
69 views
Select Chat Members with Filters
I have a use case, so when creating a new group chat, we need to add members by selecting from a user list. To make this easier, we provide filters such as Role, Division, and Branch. However, some ...
2 votes
3 answers
186 views
How do you balance great graphic design with smooth UX to keep users engaged without confusing them?
I’m a graphic designer transitioning into UX, with a strong background in illustration and animation. I'm exploring how these visual storytelling tools can go beyond aesthetics to truly support user ...
2 votes
2 answers
213 views
Reordering list items using up/down buttons
Above is just an example for my case. Example code available here. I've arrived at above solution, while solving 2.1.1 Keyboard, 2.5.1 Pointer Gestures, 2.5.7 Dragging Movements criteria's combined ...
0 votes
1 answer
52 views
Three Interdependent variables
Interdependent variables have a fixed relationship i.e. given by some equation which can be solved for any of it's variables. When you have two interdependent variables, you can use two way binding on ...
0 votes
1 answer
106 views
Accessible text heavy table links
We have a table with many cells: Clicking anywhere in the table opens the side panel. Clicking specific cells can open corresponding sections within the side panel. To differentiate between cells ...
0 votes
2 answers
78 views
Is there a pattern for using one click to select a single option after multiple options are selected (e.g. in a dropdown)?
I have a multi-select dropdown like this: [-] All ––––––––––––––––––––– [x] Department 1 [ ] Department 2 [ ] Department 3 … [ ] Department n In design review, an engineer asked if there's a UX ...
2 votes
1 answer
96 views
How to manage space issues in a topbar with variable-length elements?
I’m a product designer working on a web app, and I’ve been running into an issue with the topbar design. The topbar displays a list of clickable items (user-defined names, so the lengths can vary a ...