Questions tagged [click]
the action of a computer user moving a pointer to a certain location on a screen (point) and then pressing a mouse button, usually the left button (click)
103 questions
0
votes
1
answer
83
views
Best click strategy for two functionalities on same tree node
I have a treeview and problem of sharing the same button for two functionalities. The nodes that have children traditionally will be clicked and its subtree will be open, but I also need a way to make ...
0
votes
1
answer
183
views
Close modal on overlay click: to do or not to do?
I have many modal components in my screen. Usually they'll have an X button, a "cancel" button, and the option to hit ESC, all of that to close the modal. In all cases, I can ask if the user ...
0
votes
1
answer
134
views
How to show users that cards in a card list are clickable [duplicate]
I am working on a desktop and mobile app that sometimes shows a list or grid of cards, that are clickable to get to the detail of each item.
I worry that some users may not understand that they can ...
2
votes
1
answer
119
views
Documenting button interactions
Instead of using "click" or "tap" in my documentation, I use the word "select" to select an option from the menu, buttons, etc. However, I am faced with a situation where ...
1
vote
1
answer
56
views
Solving the mouse tremor problem: using a touchpad as a mouse?
I am posting this question here because I wanted to post it on the Super User stack exchange, but has some overlap with user experience. If more appropriate there, please migrate my post.
When PC ...
0
votes
3
answers
137
views
Is it better to use a tooltip or take the user to a separate page to communicate to them what is doable or not?
I'm working on an app that will be integrated into a video conferencing client.
In a nutshell, what this app does is allow participants in the call to share files. The app will have two sections for ...
5
votes
4
answers
3k
views
Should fields labels also be clickable?
I know it's a good UX practice to make radios/checkboxes labels clickable (because radios/checkboxes are usually a bit small) but I have serious doubts over the practice of also making fields labels ...
6
votes
2
answers
501
views
What's the generic term for meaningless interactivity?
We talk about visual noise to refer to profuse, redundant or meaningless elements towards the purpose of the design.
What's the name when it comes to "noise" in interactivity?
The bottom ...
2
votes
1
answer
281
views
How can I make it more obvious that a card view needs to be clicked?
We have a booking platform where users choose different types of activities to do in their area, But when users go to search page only 52.9% of them continue to activity page which made me think that ...
21
votes
3
answers
4k
views
How can I make it more obvious that a radio button needs to be clicked?
We have a booking platform where users choose different types of activities to do in their area; each activity has many sessions or options, which are listed in radio button groups as shown in this ...
20
votes
7
answers
5k
views
Odd click behavior where my users are clicking non-linked headings
Issue: Site users clicking the title tag of my website's product pages.
Over the last six months a total of seven percent of my customers who visited product pages decided to click on the product ...
5
votes
3
answers
4k
views
How to communicate that an image is clickable without explicitly telling that it's clickable?
Say I have an image that is meant to contemplate, not to attract click. However, if someone is interested in it, they can click on it to explore more. I feel that having an explicit text saying it's ...
2
votes
1
answer
383
views
Clicker Training - Effects when using computer mouse and keyboard?
I am kinda wondering whether the clicking sound of a computer mouse has a passive or active effect like the one used in clicker trainer.
In clicker training, a trainer would use a sound cue (can also ...
1
vote
1
answer
85
views
Are there any benefits of Click or Tap Volume?
I can't think of any benefit to emit an audible sound when one clicks or taps on a touchscreen or desktop. However, I have dealt with legacy products that have done this, not just on destructive ...
1
vote
1
answer
56
views
Is there a technical term for "display-during-click-only"-menu bars?
Some old Linux programs like xfig, xfontsel, xditview expand a menu bar only while
the left mouse button is down (pretty unusual) and
the mouse is above the menu bar of the program (pretty normal)
...