An interactive indicator showing the location on screen that will accept the input from a keyboard or pointing device (such as mouse).

learn more… | top users | synonyms

11
votes
2answers
180 views

Slanted cursor+background for italic text?

In most applications that I'm familiar with, a text cursor in insertion mode is universally represented as a vertical blinking bar: As you can see, for some italic letters this creates visual ...
3
votes
3answers
108 views

Whether to use pointer (hand) over a button or just the default cursor

Gmail uses the pointer on mouse over of a button, while many of other websites uses a hand So I am wondering which kind of cursor is more friendly to users (on web applications), or it just ...
7
votes
3answers
135 views

Designing bidi text editing

Background. "Bidi" refers to the bidirectional text, that is a text where traditional left-to-right scripts are intermixed with right-to-left ones, such as Arabic, Hebrew, Farsi, Thaana, etc. Such ...
5
votes
4answers
179 views

When to use reversed/mirror arrow cursor?

Is there an established pattern for when to use a reversed (right-pointing) arrow? I most frequently notice it in Outlook on part--but not all--of messages in my inbox: My Google-fu failed at finding ...
3
votes
1answer
153 views

Who invented the blinking cursor

I was wondering who invented the blinking of a cursor, because I was just thinking if it wouldn't blink the UI would be a lot less responsive.. so this must have been one of the first signs of ...
1
vote
1answer
86 views

When to Switch Custom Tool Cursor for Interactive Application

When is the best time to display a custom cursor for a tool such as a paint brush in a paint application? One option is when the user clicks the tool and drags over the workspace, the cursor changes ...
5
votes
3answers
184 views

Are Custom Cursors a Good Idea in Most Desktop Applications?

A lot of people I've talked to seem to be divided on this issue. When you're working on some kind of desktop application, is it generally a better idea to have it use the default system cursor? Or ...
6
votes
6answers
477 views

Correct cursor for “content cannot be interacted with”

I have an application where parts of the screen contain elements that are "dead", i.e. the user cannot, in any way, interact with them. What would be an appropriate mouse cursor for such frozen ...
3
votes
1answer
910 views

Android list pagination

I need to do paginated list of items in android application. What are the best practices to do this? I use cursor loader to get data from content provider(cache). If the data is expired the provider ...
5
votes
3answers
451 views

Why are different cursors used when hovering over buttons in Gmail?

In the Gmail interface they are not consistent in which cursor they use on button/link hover. They use the "hand" pointer for: Links in the sidebar(mail, contacts, inbox, starred etc..) The mails ...
4
votes
1answer
209 views

Cursor position and movement in Bidi Input.

In the case of Bidi input, where both RTL and LTR types languages can be mixed together, what should be the cursor position? And what should be the movement of the cursor with Home and End buttons? ...
7
votes
1answer
106 views

Easiest cursor move?

In relation to making a pie-menu. I've tried finding research on this, but to no avail. My reasoning is this: Put the most used features at the easiest places (although putting opposites.. opposite ...
14
votes
6answers
18k views

Default cursor on mouse over of a button is not a hand pointer

Why is the default cursor an arrow when you hover over an HTML <button>? I always thought that arrows let you select stuff, but hands let you execute an action. Since buttons execute actions, ...