Focus (computing)

Focus (computing)

In computing, the focus indicates the component of the graphical user interface which is currently selected to receive input. Text entered at the keyboard or pasted from a clipboard is sent to the component which currently has the focus. Moving the focus away from a specific user interface element is known as a blur event in relation to this element. Typically, the focus is withdrawn from an element by giving another element the focus. This means that focus and blur events typically both occur virtually simultaneously, but in relation to different user interface events, one that gets the focus and one that gets blurred.

The concept is similar to a cursor in a text-based environment. However, when considering a graphical interface, there is also a mouse cursor involved. Moving the mouse will typically move the mouse cursor without changing the focus. The focus can usually be changed by clicking on a component that can receive focus with the mouse. Many desktops also allow the focus to be changed with the keyboard. By convention, the tab key is used to move the focus to the next focusable component and shift + tab to the previous one. When graphical interfaces were first introduced, many computers did not have mice, so this alternative was necessary. This feature makes it easier for people that have a hard time using a mouse to use the user interface. In certain circumstances, the arrow keys can also be used to move focus.

Contents

Window focus

The behaviour of focus on one's desktop can be governed by policies in window management.

Click to focus

On most mainstream user-interfaces, such as ones made by Microsoft and Apple, it is common to find a "focus follows click" policy (or "click to focus"), where one must click the mouse inside of the window for that window to gain focus. This also typically results in the window being raised above all other windows on screen. If a clickfocus model such as this is being used, the current application window continues to retain focus and collect input, even if the mouse pointer is over another application window.

Focus follows pointer

Another common policy on UNIX systems using X11 is the "focus follows mouse" policy (or FFM), where the focus automatically follows the current placement of the pointer. The focused window is not necessarily raised; parts of it may remain below other windows. Window managers with this policy usually offer "autoraise," which raises the window when it is focused, typically after a configurable short delay. One consequence of a followfocus policy is that no window has focus when the pointer is moved over the background with no window underneath.

Sloppy focus

The sloppyfocus model is a variant of the followfocus model.[1] It allows input to continue to be collected by the last focused window when the mouse pointer is moved away from any window, such as over a menubar or desktop area.

Focus models used by X11 window managers

  • aewm - focus follows pointer
  • aewm++ - click to focus
  • ahwm - click to focus, sloppy focus
  • ctwm - click to focus, focus follows pointer, sloppy focus
  • e16 - sloppy focus (default), focus follows pointer, click to focus
  • evilwm - focus follows pointer
  • flwm - sloppy focus
  • fvwm - sloppy focus
  • karmen - click to focus
  • lwm - click to focus, sloppy focus
  • tinywm - sloppy focus
  • whim - click to focus, sloppy focus
  • windowlab - click to focus (with no autoraise)
  • xfwm4 - click to focus, focus follows pointer, sloppy focus

Intra-window component focus

Individual components may also have a cursor position. For instance in a text editing package, the text editing window must have the Focus so that text can be entered. When text is entered into the component, it will appear at the position of the text-cursor, which will also normally be moveable using the mouse cursor.

Which component should have the default focus, and how focus should move between components, are difficult but important problems in user interface design. Giving the wrong thing focus means that the user has to waste time moving the focus. Conversely, giving the right thing focus can significantly enhance the user experience.

See also

References

  1. ^ http://markhobley.yi.org/glossary/mousefocus.html#sloppyfocus

Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Focus — may refer to:In science, mathematics or computing: *Focus (optics), a point toward which light rays are made to converge **Autofocus, a feature of some optical systems that obtains and maintains correct focus on a target **Focal length, a measure …   Wikipedia

  • Computing (magazine) — Computing Editor Abigail Waraker Categories Computer magazine Frequency Weekly Circulation 100,000+ First issue 1973 Company Incisive Media …   Wikipedia

  • Computing Machinery and Intelligence — Computing Machinery and Intelligence, written by Alan Turing and published in 1950 in Mind, is a seminal paper on the topic of artificial intelligence in which the concept of what is now known as the Turing test was introduced to a wide audience …   Wikipedia

  • FOCUS — is a software product of Information Builders Inc. Originally developed for data handling and analysis on the IBM mainframe, as newer systems were developed and smaller computers became more powerful, the available platforms for FOCUS were… …   Wikipedia

  • Focus-plus-context screen — The original focus plus context screen prototype consisted of an 18 LCD screen embedded in a 5 front projected screen. The callout shows the different resolutions of focus and context area. A focus plus context screen is a specialized type of… …   Wikipedia

  • Focus stealing — In computing, focus stealing is when a program not in focus (e.g minimised or operating in background) places a window in the foreground and redirects all keyboard input to that window. This is considered a major annoyance by most users because… …   Wikipedia

  • Computing Technology Industry Association — The Computing Technology Industry Association (CompTIA), a non profit trade association, was created in 1982 as the Association of Better Computer Dealers, Inc. (ABCD) by representatives of five microcomputer dealerships. Over the course of a… …   Wikipedia

  • History of computing hardware — Computing hardware is a platform for information processing (block diagram) The history of computing hardware is the record of the ongoing effort to make computer hardware faster, cheaper, and capable of storing more data. Computing hardware… …   Wikipedia

  • Distributed computing — is a field of computer science that studies distributed systems. A distributed system consists of multiple autonomous computers that communicate through a computer network. The computers interact with each other in order to achieve a common goal …   Wikipedia

  • Data Intensive Computing — is a class of parallel computing applications which use a data parallel approach to processing large volumes of data typically terabytes or petabytes in size and typically referred to as Big Data. Computing applications which devote most of their …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”