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

learn more… | top users | synonyms

0
votes
1answer
51 views

How to focus row that latest selected in datagridview of multiple selection allowed?

Is there any way to focus row which is latest selected for DataGridView which allow multiple selection? I am using dataGridView1.Rows[Index].Cells[Index].Selected = true; It is selecting row but ...
0
votes
1answer
42 views

Once the website is opened. DO NOT move focus outside the tab/window

I am trying to start a online quiz website. If the user entered the quiz page. He should not be able to search on the other tab or other window. This gives the genuine answer without coping. If there ...
0
votes
1answer
83 views

How do you make the $(this) selector focus on current element?

How do you make the $(this) selector focus on current element? In this jsfiddle, I've mounted it only goes in a specified element, so you cant press enter to activate the button you 'are in'. ...
0
votes
1answer
24 views

Focus on ul list

I developed a custom search for my website and I show the results in a ul list withing a div. My problem is that I want those results to be focusable so I can browse them with the arrow keys. Is this ...
1
vote
2answers
82 views

Set android focus on touch?

I have this issue: in my app, when user taps on EditText bar, keyboard pops up. After that, it is impossible to get rid of keyboard. When back button is pressed, whole application just turn off. How ...
0
votes
0answers
11 views

Having trouble figuring out how to identify when a 2nd edittext has focus and using that change of focus to submit whats in the first edittext

Okay so, I have two edittext textviews. They are both used to submit decimal values. The first textview, the user can enter a number. What I have found however, is that users will immediately go to ...
0
votes
3answers
188 views

jQuery .focus() on textarea not working

I got this code: <textarea id="status" placeholder="Write here..." name="new_entry"></textarea> and this: $('#status').focus(function() { alert('focused!'); }); I want the alert ...
0
votes
1answer
49 views

HTML IE Set focus on Button without JavaScript

is it possible to set focus on a specific button in a form, without javascript? if no, how is it possible to do this with js? Thanks in advance.
0
votes
0answers
106 views

Focus on last line in gridview

I am working on a project in ASP.net and have come across a grid view issue that I can not seem to resolve by looking at other posts. I am using an embedded gridview that is bound to a SQL database. ...
-1
votes
1answer
46 views

How to set focus on a TextBox from a ComboBox SelectionChanged Event in the same TreeViewItem

So the DataTemplate for the TreeViewItem: <DataTemplate> <StackPanel Orientation="Horizontal"> <ComboBox Name="CB" /> <TextBox Name="TB" /> ...
1
vote
3answers
77 views

How can I know which object is clicked in C#?

To make sure that the user name input is valid, I added such callback method to do the verification: Regex UserNameRE = new Regex(@"^[a-zA-Z]\w*$"); //being called when input box is not focused any ...
1
vote
1answer
88 views

C# / Winforms: Always keep a form focusable

I want to implement a help-form into my app, which can get the focus, even if a dialog is shown. At the moment i dispose the actual instance of my help if it can't get focused, but i dont think thats ...
0
votes
1answer
32 views

WPF - Wrong focus when multiple windows are shown

we are experiencing a strange behavior regarding focus between multiple windows. Our scenario looks like this: "Window A" opens child "Window B" using the Show method (without precifying the owner ...
0
votes
0answers
5 views

Focus issues with UltimateEditor in IE

Im having issue with UltimateEditor focus in IE. On my page there is UtlimateEditor provided by Karamsoft(http://www.karamasoft.com/home.aspx). As soon as page loads focus by default gets set into ...
0
votes
0answers
48 views

Does mouse click brings keyboard focus to focusable control by default?

This question can seem quite odd but from all my experience I've got used to setting keyboard focus to the focusable element just by clicking it with the mouse. But UserControl with the properties ...
0
votes
2answers
77 views

How to focus an input field only when on a desktop browser

What is the best way to focus an input field only when the user is on a desktop browser? I use jQuery and setting the focus is done like this: $(document).ready(function(){ $("input").focus(); } ...
1
vote
2answers
103 views

How to move focus in WPF?

I wonder if there is anyway to change focus from the current control and move it to other control in WPF on TabIndex assigned controls. Example I have controls with TabIndex 1 to 5, is there a way to ...
0
votes
1answer
52 views

How to set focus to UserControl (make it selectable)?

I need to set focus to UserControl itself, not its child. Otherwise I cannot implement insertion from the buffer. :( Setting Focusable=True doesn't help. Google and SO tells only how to set focus to ...
0
votes
0answers
20 views

Forward Keyboard Input from one Application to another in OSX

I'm wondering if it's somehow possible to keep keyboard input in an application while another is focused*. Is there any way to forward the keyboard input from the focused application to another one in ...
0
votes
0answers
303 views

jQuery focus on textbox sets cursor when using alert but not without it

I have some weird problem when using focus() on a element. I need to set the cursor at a clicked position. I can get the clicked position, but I am little bit confused, because I can not set it to ...
0
votes
1answer
38 views

Qt focus changing order

For example we have a groupbox with some amount of lineEdits. When user press Tab focus from one lineEdit changed to other. How to make focus change in the specific order? In my Dialog focus changed ...
1
vote
1answer
116 views

Unable to gain focus on JTextField used in JDialog for the second time on linux server

I am using a JDialog with 2 JTextfields and JButtons in it. When Jdialog opens for the first time I have a cursor on my first textfield. Now if I click somewhere outside Jdialog and then try clicking ...
0
votes
0answers
25 views

Is there a way to open all links in single tab and set the focus in all browsers by javascript code?

Using jQuery/JS, I tried some code but it's not working in all browsers. e.g. window.open("google.com";, "test" ,"modal=yes"); win.focus(); or var a = window.open(url, "name"); a.focus(); ...
0
votes
2answers
69 views

Detecting when an element is about to get focus

I have an ASP.NET page with a Telerik RadEditor (rich text box). When tabbing through a page, when a user gets to the text box, focus gets set to the various toolbar icons before it goes to the ...
1
vote
3answers
93 views

is there a way to disable 'tab' on a input type='text'?

is there a cross-browser solution to disable 'tab' on a input type='text' ? <input type='text' /> Pressing 'tab' moves you to the next 'focusable' component (for example a button) I want ...
3
votes
2answers
49 views

html page with one input “text”. where does the focus go?

because I am having some problems about when using onblur/onkeydown (for tabs) etcetera. I 'd like to ask this question: if I have a page with just one input text and I go there and I click the ...
0
votes
1answer
126 views

How to click a button and focus on another input in angularjs?

I don't know how to focus on an input when clicking on a button in angularjs. I create a simple demo which can't work here: http://plnkr.co/edit/NS0jJE9ttakNm8nc6QkZ?p=preview This is the main code: ...
0
votes
2answers
568 views

Javascript select() value

I am sure this is super easy, but for some reason I just can't figure this one out. I need to create a form on the page with the following fields and rules. If the user submits a form but the rules ...
0
votes
3answers
137 views

jQuery Focus function isn't being triggered when used with <select> options generated by an array in PHP

The $('select').focus function below works with an html <select> element, but it isn't being triggered when used with a <select> element where the options are generated by the php function ...
0
votes
1answer
87 views

Save Android camera focus and white balancing state

To completely understand my problem, one needs to know the exact flow of the app. I have briefly explained it here: Activity1: State = 0: On button click, autofocus is called on the ...
1
vote
1answer
82 views

Flex 4 - Set focus to none

I'm building an Away3d application which uses Flex 4.6 for UI. The arrow keys are required to move the 3d components - however, after using a component such as a slider, the application gives it ...
3
votes
1answer
65 views

Keep dropdown visible while input boxes are focused

My navbar has dropdown "fieldsets" for login and search like this: <div class="nav-button" id="nav-box"> <a class="inside-link"> <span id="inside-text">Sign ...
0
votes
1answer
139 views

Setting focus to the end of textbox using javascript

I have written below code to set focus to the end of text in the textbox : var textbox = document.getElementById('txtFilter'); textbox.focus(); textbox.value = textbox.value; But I am facing a ...
0
votes
0answers
23 views

Focus on a new loaded view via keyboard set focus on an unfocusable element

I have a WPF application where views rotate through as the user's navigate through the steps, as with a wizard. When a user clicks on next, the next view loads and focus is correct. However, when a ...
0
votes
1answer
39 views

tinymce don't focus on page load

I'm dynamically adding a textarea onto my page as a form element and then initializing it as a tinymce editor with the jQuery Version. However, whenever I load the tinymce editor it focuses on the ...
0
votes
1answer
39 views

How to focus() after html()?

<!DOCTYPE html> <html> <head> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script> </head>< <body> ...
0
votes
0answers
128 views

focusing on a jquery-popunder window

I am working with jquery-popunder after inviting visitors to take a survey. if they agree, the survey is opened in a popunder. I want to add on onBeforeUnload listener to the site to bring focus to ...
0
votes
1answer
156 views

Re-Focusing on an Excel Userform ComboBox

A User is Entering Data into the Edit Region of a ComboBox The ComboBox's Change Event is used to run the following Code; AppActivate "Microsoft Excel" : 'Do some stuff : ...
3
votes
1answer
150 views

How to force a focus on a component before the Form is shown

I have to show (with showModal) a Form with many TEdit but I want to force the focus on a TEdit, but not always the same, depending on the context. I can't use SetFocus before the ShowModal (because ...
0
votes
1answer
54 views

Java bring application to front (OSX)

I have been searching all over the internet for this, going from stack overflow answer to stack overflow answer, Trying rococoa, or Class.forName ("com.apple.cocoa.application.NSApplication"); amongst ...
0
votes
1answer
41 views

Deriving UIElement - how to receive focus

I created a class based on UIElement and my intention is to render it myself overriding OnRender. Rendering works fine. Next I want to implement focus management and continue with other aspects of ...
0
votes
0answers
26 views

Force Accordion to Lose Focus when collapsed

I'm looking for a method to force a JQueryUI Accordion to bascially lose focus when one of the accordion Panels are collapsed. Instead of keeping it highlighted after its collapsed, it should simply ...
1
vote
0answers
76 views

focus after show doesn't work

I have an input field in a text box as follows: <div id="box_password2" style="display:none;"> <span style="float:left;margin: 10px 0px 0px 20px;">Verify password:</span> ...
1
vote
0answers
192 views

WPF ListView with DataTemplateSelector: PropertyChanged always sets focus to ListView

i'm really frustrated with this problem, but maybe it is really trivial and i just can't see where the problem is. The situation is the following: I have a ListView that is bound to an ItemsSource. ...
0
votes
0answers
33 views

Focus on a textbox in a charm flyout

I have a charm flyout with settings. In the charm flyout I have created a ScrollViewer, but when I clicked on a textbox in the Simulator mode then the keyboard scrolled automatically over the charm ...
2
votes
2answers
137 views

How to bring Inline from a RichTextBox Child into View

How can i focus a Inline in a RichTextBox? I Create a FlowDocument from a Text-File and load it in my richTextBox1 and mark one Inline after an other accordingly to a Button_click (be recreating the ...
2
votes
1answer
138 views

Removing the focus from textbox before ajax request

Hello all I am saving the data of a form at regular interval through javascript . The code is something like that SetInterval(function(){ ...
1
vote
1answer
180 views

Sencha Touch focuses textfield in overlay on list disclose

I have an odd issue with Sencha Touch 2. I have a list with disclosure on, when tapping the disclosure icon, I open an overlay, and load some data into the form it contains. All is well up until this ...
1
vote
2answers
156 views

JQuery code to focus content inside a scrollpane

I had a search page wherein on the left side I had several options which the user can check. When the user selects an option on the left, a corresponding content will be displayed on the right side. ...
0
votes
0answers
50 views

Jqgrid: focus goes to the scroll bar when select it in IE

I m using a jqgrid and has done inline editing as well. But my issue is if I select a editable field in the jqgrid and if I selects the scroll bar then the focus goes to scroll bar from the editable ...

1 2 3 4 5 60