Top "Focus" questions

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

Can't set focus to a child of UserControl

I have a UserControl which contains a TextBox. When my main window loads I want to set the focus to …

wpf focus user-controls focusmanager
Set focus back to the application window after showing userform

When showing a userform (running its Show method) it not only shows up on the screen but also takes the …

vba excel focus userform
Setting EditText imeOptions to actionNext has no effect

I have a fairly complex (not really) xml layout file. One of the views is a LinearLayout (v1) with two …

android android-layout focus ime
CSS: bottom-border-transition - expand from middle

I want to add a bit of transitions to my website. I already have that when someone is in a …

css animation focus border transition
Differences between CSS3 :hover and :focus?

The CSS3 doc talks about :hover and :focus, which seem exactly the same to me. What are the differences between …

css focus hover css-selectors pseudo-class
How can I make a specific TabItem gain focus on a TabControl without click event?

How can I tell my TabControl to set the focus to its first TabItem, something like this: PSEUDO-CODE: ((TabItem)(MainTabControl.…

c# wpf xaml focus tabcontrol
Tap outside edittext to lose focus

I just want when click outside the "edittext" to automatically lose focus and hide keyboard. At the moment, if I …

android focus android-edittext
how to set focus on a div using javascript or jquery when # already added in url?

I want to set focus on particular div using jquery or javascript. i have just use document.getElementById("pack_0").focus(); …

javascript jquery html focus setfocus
How Do I Give a Textbox Focus in Silverlight?

In my Silverlight application, I can't seem to bring focus to a TextBox control. On the recommendation of various posts, …

silverlight textbox focus
jQuery: On form input focus, show div. hide div on blur (with a caveat)

I am able to make a hidden div show/hide when an input field is in focus/blur using the …

jquery focus blur