focus Questions
1
I looked at this question where it is asked for a way to simply copy text as plain text. I want to do exactly that but with one additional thing - not lose focus on the current element.
I need thi...
Embolectomy asked 18/9, 2017 at 9:28
4
Solved
I'm writing a custom TextBox that upon gaining focus changes its border style.
As adding a border causes the control to overlap with those neighbouring it, I temporarily bring the text box to the ...
1
When a child element has only focus-visible, how to get parent parent element focus-within?
I want the parent get outline when focus child by keyboard.
But this code is always has focus(outline) wh...
Comorin asked 20/3, 2022 at 12:8
0
What am I doing wrong here? Tapping on the navigation link triggers the navigation, then the focusState value updates, causing body to run and trigger the navigation link again.
How do I prevent th...
2
I have multiple SlateJS editors in my app, representing individual pages. When I add a new page, I want the focus to be changed to the editor within that page.
I have no idea how to do this! I've ...
Otorhinolaryngology asked 15/4, 2020 at 7:57
2
Solved
I am working on a website in which I want to remove the blinking caret when a textbox gains focus.
The snippets of HTML codes which I have used in order to make the input search form are:
HT...
7
Solved
I have 2 inputs and want switch focus from first to second when user press Enter.
I tried mix jQuery with Vue becouse I can't find any function to focus on something in Vue documentation:
<inpu...
Dexamethasone asked 2/10, 2016 at 19:27
4
Solved
I'm really looking for something that works with all current popular browsers (IE9, Chrome, Firefox, Safari) and all the way back to IE8.
Although, I've been looking for a way to set focus on a Fl...
Berrie asked 5/4, 2012 at 20:30
5
This should be pretty simple but for some reason it isn't working, I'm getting the proper console.logs at the right time, but the focus isn't going to the correct place, please refer to my jsfiddle...
Detergency asked 7/10, 2015 at 15:49
6
Solved
I am developing an app for android TV. I have a listview with an ImageButton + Textviews as children. As TV does not take touch events but uses D-PAD or trackball remote I have to get focus on all ...
Limey asked 6/3, 2013 at 14:15
20
Solved
I am looking to achieve this:
http://getbootstrap.com/javascript/#popovers-examples - scroll to the "live Demo" and hit the red popover button, in Chrome on OS X.... It's perfect beautifu...
Prosy asked 18/1, 2014 at 6:52
3
I'm using AG Grid on a website. When the user clicks a cell, it is focused and gets a blue outline.
I need to remove this focus when the user clicks certain other elements on the site, but I don't...
Karyotin asked 13/11, 2018 at 8:21
4
Solved
I have no experience with Javascript/JQuery/AJAX so I'm trying to understand if it's possible to call a function that execute a query on my DB after a textbox lose focus.
I'm displaying a table in...
Herbherbaceous asked 28/7, 2012 at 11:6
1
I want to show a dialog and automatically set focus to a OutlinedTextField, so user can instantly start typing.
I ended up with text field does get focus, does get the cursor flickering, but the ke...
Stay asked 28/6, 2022 at 8:52
4
Solved
I'm working on application for TV platform and use RCU for navigation.
I have use case where I have two fragments one above each other and visible on the screen at the same time.
Is there a way t...
6
Solved
The following situation. I've got a UserControl with five keybindings. When the TextBox has the focus the keybindings of the UserControl stop firing..
Is there a way to fix this 'problem'?
<Us...
Shuffleboard asked 17/10, 2012 at 19:17
3
Solved
Expected behavior:
After selecting an item, Menu list will be close immediately and Select component loses its focus state with borderBottom become 1px solid and backgroundColor become white.
Cur...
Fleisher asked 21/5, 2019 at 15:26
9
Solved
I know this shouldn't be that hard, but I couldn't find the answer on Google.
I want to execute a piece of javascript that will clear the focus from whatever element it is on without knowing ahead...
Fluctuant asked 26/3, 2010 at 1:35
9
Edit 2: Thank you all for your feedback. I solved the problem by adding this to my SelectedDatesChanged event:
Mouse.Capture(null);
When I select a date in my calendar, I want to click my "Go" b...
3
A weird issue that comes up every once in a while when I have a lot of terminal tabs open and am switching between them via the keyboard is that the tabs get out of order. Normally iTerm will activ...
10
Solved
Please explain me the issue about soft keyboard.
For example, I have an EditText on my activity or dialogfragment or fragmentactivity, whatever.
here it is:
<EditText
android:id="@+id/edPswrd"...
Moralize asked 7/2, 2013 at 19:21
3
Solved
I have a newbie question on SolidJS. I have an array with objects, like a to-do list. I render this as a list with input fields to edit one of the properties in these objects. When typing in one of...
11
Solved
This is just a simplified example, but I'm trying to set this up so that when I open up this page in my Application, the first thing that happens is the keyboard pops up ready for the user to type ...
5
Solved
I have this code to focus a textarea when the user clicks on the "Reply" button:
$('#reply_msg').live('mousedown', function() {
$(this).hide();
$('#reply_holder').show();
$('#repl...
Kailey asked 5/12, 2011 at 3:43
11
Solved
I want to remove focus and text from SearchView in onResume().
I tried searchView.clearFocus() but it is not working.
This is my xml code:
<SearchView
android:id="@+id/searchView"
android:...
Reptant asked 16/7, 2016 at 12:43
© 2022 - 2024 — McMap. All rights reserved.