Top "Focus" questions

Focus indicates the component of the graphical user interface which is currently selected to receive input.

Enlarge text/image on hover/focus (bubble-up / fisheye ?)

The desired effect is what seems to be termed as/similar to Bubble-up or FishEye examples: http://aext.net/2010/04/bubbleup-jquery-plugin/ …

jquery focus hover image-enlarge
Android layout - ImageView focused, but doesn't show anything on screen (no highlight)

If I set my ImageView to be both clickable and focusable, it works, but I have no way to tell …

android focus imageview clickable focusable
How to check if any of three controls has focus at same time in wpf?

I have a three textboxes...and I wanted to check if any of these three has focus in it. I …

wpf focus groupbox
javascript/jquery: focus() not working

I want to focus a special id (in roundcube) by a keyboard shortcut. The html is ... <div id="mainscreen"&…

javascript jquery focus roundcube
Removing focus from all objects in Visual Basic 6

Is there a method such that a user can click on the form itself, and in doing so remove focus …

visual-studio vb6 focus setfocus
Start editing in a cell in JTable on gaining focus

I have defined cell editors for the two columns in my table in the following manner: Java Code: JComboBox combo = …

java swing focus jtable tablecelleditor
*ngIf with focus directive

In my app, I tried to place a button that shows/hides an input field with a boolean component property. …

angular input focus angular-ng-if
Infinite loop of jQuery focus() event with a <select> element

I have this HTML: <select id="select-one"> <option value="">Choose</option> <option value="1"&…

javascript focus jquery onfocus
Accepting input while out of focus

I've never actual asked a question on Stack Overflow, though just about every programming question I've ever had I found …

windows winapi focus unity3d joystick
Strange focus behavior for simple WPF ItemsControl

I'm seeing strange behavior when it comes to focus and keyboard navigation. In the example below I have a simple …

wpf focus itemscontrol itemtemplate keyboard-navigation