Tagged Questions
The tabindex tag has no wiki summary.
7
votes
1answer
652 views
TabIndex vs. KeyboardNavigation.TabIndex in WPF
What is the difference between TabIndex and KeyboardNavigation.TabIndex in WPF? When to use each?
5
votes
4answers
237 views
JavaScript function to assign tabindex numbers?
I have a form with many fields and I have given every single input, select and button a tabindex number. That works, but I'd like to do it programatically.
The default tabindex order isn't correct ...
5
votes
3answers
419 views
Can I ignore some website element when navigating using the tab key?
As question really. I have an input box on my page that I would like to ignore when navigating using the keyboard tab key.
I'm using this input box as a simple bot honeytrap and positioning it off ...
4
votes
2answers
110 views
Jquery .next(input OR textarea)
I'm messing with this simple line of code:
$(this).next('input').focus();
I'd like to get it to select the next (input OR textarea), whichever comes first - how can I do this?
As an alternative, ...
4
votes
2answers
178 views
Strange border on tabIndex on <p> element
I'm currently trying to make some show/hide content more accessible on a large site (in excess of 30,000 pages) and I've come across a weird bug when adding tabindex where a dotted border appears when ...
4
votes
1answer
4k views
Tab Index on div
Please see the form HTML code below
<form method="post" action="register">
<div class="email">
Email <input type="text" tabindex="1" id="email" value="" ...
4
votes
1answer
2k views
Javascript/JQuery remove from tabindex
On an HTML form I have INPUT text box followed by a link, then followed by another INPUT text box. I want to remove the link from the tabindex / tab order:
<p>
<input type="text" ...
3
votes
3answers
96 views
Simplest way to tab only through focusable descendants of a particular element?
Let's say I have a document full of focusable elements, either because they are innately focusable (like <input type="text">) or because they have tabindex="0" or the like.
Now let's say ...
3
votes
2answers
250 views
How to float elements right and still keep tabindex?
Here is a fiddle: http://jsfiddle.net/5s7vv/
What I want to do is have 2 buttons floated left and 2 right, just like the example, but button_4 should be the rightmost element. However, I cannot ...
3
votes
2answers
295 views
Why do labels and frame have a “Tab Index” property in VB6?
Does anyone know why Labels and Frames (and possibly other controls) have a TabIndex property in VB6? Is there some use for it; some feature of GUI programming I ought to be incorporating in my ...
3
votes
2answers
2k views
Where do tabindex=“0” HTML elements end up in the tabbing order?
In what order are elements with a tabindex value of 0 focused when the web page is tabbed?
3
votes
3answers
560 views
DockPanel Tab Order
I have a DockPanel set up in the DataTemplate of an ItemsControl as below:
<ItemsControl HorizontalContentAlignment="Stretch">
<ItemsControl.ItemTemplate>
<DataTemplate>
...
2
votes
2answers
105 views
jQuery custom dropbox: how to tabindex
I'm using jQuery to customize my own dropbox but was wondering how I could apply the tabindex to it.
I try to use the hidden select focus/blur event but doesn't seem to work.
I also try to apply a ...
2
votes
3answers
174 views
find element based on tabindex
Using jquery or javascript, how can I find the input element in the DOM that has a particular tabindex set to it, eg.
<input id="txtInput" type="text" maxlength="5" tabindex="7">
I would want ...
2
votes
0answers
304 views
Android “tabindex”
I have several LinearLayouts contained inside their respective ScrollView which in turn are contained by a ViewFlipper. The odd stuff is that in some of the Layouts once they have the focus, it starts ...
2
votes
1answer
309 views
How Can I Assign TabIndex in runtime in VB6
I am working in a VB6 maintenance application. It is a windows based application. My client wants to configure the controls tab index at runtime. I am saving the client setting to the access database. ...
2
votes
2answers
876 views
HTML remove element from tab index
I have a bunch of items on the site which can be tab indexed in a logical order.
On my page though there is a sideshow which is rendered with Jquery, when you tab through that, you get a lot of tab ...
2
votes
2answers
1k views
EditorFor ignores tabindex. How do you set a tabindex?
The use of tabindex seems to only work for htmlhelpers like Textboxfor and not EditorFor
For example;
<%: Html.TextBoxFor(model => Model.MyItem, new { @tabindex = "3" })%>
Produces a ...
2
votes
1answer
287 views
.focus() not working after closing a DOMWindow() [JQuery]
I have a series of DIV elements that, when clicked on, trigger a DOMWindow open event. No problem there.
Then I had to add keyboard accessibility. DOH!!
I added tabindex attributes to the DIVs, ...
2
votes
4answers
2k views
Remove or disable focus border of browser via javascript
Does anybody know how to disable or manipulate the (in most browsers) dashed border of a dom-element if it has the focus in a tabindex order?
I want to build my own style for a focused element, but ...
2
votes
3answers
959 views
Is there a way to have a universal KeyDown Handler and Focus move with TabIndex in C#.NET?
I want to run a common KeyDown even handler for all the controls available on a form.
any way I can accomplish that?
To be more clear, my intention is to detect Enter key whenever it's pressed and ...
2
votes
1answer
618 views
WPF TabIndex in a composite control
I have a simple window with a simple composite control embedded within it.
(Main Window)
<Window x:Class="TabOrder.Window1"
xmlns:local="clr-namespace:TabOrder"
...
2
votes
1answer
2k views
Multiple panels and groupboxes and tab order maintenance
I have a VB.NET (2005) application designed by my boss that uses a over 100 input and display controls (textboxes, comboxes, etc.), many with labels associated. My boss asked me to set the tab order, ...
1
vote
1answer
39 views
Aria, Dialog, and Div with Tab Index with NVDA
I am trying to figure out why NVDA isnt speaking the inner HTML of a div that has a tabindex. The snipped below is inside a jquery-ui-dialog with an aria role of dialog. If I remove the aria-label, ...
1
vote
0answers
231 views
VB.NET Why is my tab order being ignored, even when I have manually set each control's Tab Index in design view?
I have a WPF application. My WinForms tabbing is acting crazy. I went into the .designer.vb and set all controls .tabindex = 0.
I then go to the design view of a form and set the tab order as:
...
1
vote
2answers
93 views
Tab index not work on image, panel and Group tags in flash
I am writing code to order the tab on multiple tags like "img","Panel","LinkButton",...
and pie charts. when I run my flash program, the tab indexing does not work at all. it just works on pie chart ...
1
vote
0answers
116 views
TabIndex property in chrome/ff and jquery not working together?
I'm using jquery 1.6 and want to execute this code in my iframe:
$(document).bind('keydown', function (e) {
if (e.which == 9) {
var tabbie = $(e.target).attr('tabIndex');
if ...
1
vote
2answers
104 views
Navigate through the TAB key
Im working on LAMP application in my app im using iframe. i want to navigate through my application via TAB key all ok but tab selected not going inside to the IFRAME.
Is any one have answer for ...
1
vote
6answers
106 views
Is there a way to make all onclick elements navigateable by keyboard?
With links and form fields you can use tab to cycle trough and activate them.
In my code however I use lots of elements, that have an onclick attribute to perform different actions. For example a ...
1
vote
3answers
479 views
How to select tinyMCE textarea when pressing tab key?
Hello
I got similar to that code
<form method="post" action="/" name="form" autocomplete="off">
<input type="text" name="title" />
<textarea name="body"></textarea>
<input ...
1
vote
1answer
273 views
jQuery: looping through form based on tabindex?
So, I have an array, and I want to populate a form, but I want to loop through the form elements based on the specified tabindex, not necessarily based on the order in which they appear.
Will jQuery ...
1
vote
3answers
192 views
Is there a definitive guide to tabindex behavior in Windows Forms?
I maintain an application framework based on Windows Forms. I don't have the luxury of specifying tab order explicitly - controls are added at runtime, so Visual Studio doesn't help.
Tab order, ...
1
vote
1answer
303 views
HTML: Restrict tabindex focusing to a section of the page
Situation:
I have a webpage which opens modal windows (light boxes) which contain forms where the user can input data. Users generally navigate using they keyboard, tabbing from one field to the ...
1
vote
1answer
462 views
WPF. How to set focus on an element by it's tab index?
Is it possible to get an element or set focus on it (TextBox, for instance) by it's tab index, if the element is a part of a DataTemplate and the tab index of the element is uniquely defined?
1
vote
3answers
124 views
button_click upon pressing Return in TextBox - ASP.NET
I've got an ASP WebForm with 2 Textboxes and 3 Buttons and I want a specific button_click event to be fired whenever I press return whilst in a TextBox - how would I achieve this?
I tried using the ...
1
vote
1answer
524 views
Explicitly exclude an html element from the tab order
Is there anyway to exclude an element from the tab order of a HTML form.
So if i have the following
<input type=text name=username>
<input type=text name=password>
<input type=button ...
1
vote
2answers
1k views
Enable/Disable HTML Element (IFrame) to Prevent or Allow Tabbing to it / Focusing it
Is there an easy way to enable or disable an IFrame to take it out of the Tab order?
I’ve created a simple HTML page that has several links that when clicked show or hide an IFrame associated with ...
1
vote
2answers
705 views
gwt tabindex inside dialogbox
In my gwt app, on some screens, I create a dialogbox with an input form. I would like to be able to use the tabindex property but only within that dialog box. (ie: cycles first to last field of that ...
1
vote
1answer
153 views
GWT FocusProblems
How can I set the focus to the next tab index?
I have a form, that contains several widget and I would like to handler the tab key down, to set the focus from A widget to B
1
vote
2answers
371 views
Setting Tab Index
I have some values in Grid at Runtime.. Two Columns "Name" and "Value".. I made column[0] i.e Name
uneditable..So when I press tab I don't want tabindex on Column[0]..I want Tab to move only on ...
1
vote
2answers
529 views
Setting a WebControls TabIndex based on the ControlId of another control
I have an ASP.NET Webforms site that is regularly having features added.
The majority of time a new WebControl is added to the page and I need to increment the TabIndex to all subsequent controls on ...
1
vote
4answers
2k views
Submit button not focused even though tabindex is properly set
I have defined tabindex for the input fields in a form. When tabbing through the input fields the submit button is never getting the focus, some other input fields in a different form on the page gets ...
1
vote
1answer
1k views
tabindex and <input type=“file” /> different in Firefox and IE
When you render:
<input type="file" />
you get a box and a button, right? (At least in Firefox and IE.)
On the one hand, in Firefox you can only tab to (focus) the button, but in IE you can ...
1
vote
1answer
2k views
Using jQuery to circumvent tabindex problems
I'm trying to control my forms and how the user interacts with them via the form elements' tabindex property. All of my elements have tabindex specified, and I want this value to be respected and used ...
1
vote
2answers
1k views
tabIndex fails in an AS3 swf loaded into a flex app
I feel like I'm missing something really simple here. I'm loading a AS3 swf containing a form (created by one of our designers) into a flex app. The swf's tabIndex properties work fine when the swf is ...
0
votes
0answers
7 views
TabIndex in Dynamic Form (elements appears depending on case) issue
I have been working on some more complex form where the fields are shown depending on some conditions of the values entered within a form.
However, when the form is entered through <Tab> key ...
0
votes
2answers
29 views
set tabindex for button not working
I have few controls on a form. I have to set the tabIndex in an order that is not natural to their order of creation on HTML. There is a button at the fag end and the tabIndex is not getting set (it's ...
0
votes
1answer
30 views
Flash (AS3) - Mass Tab Enabling
I'm building a flash application and on one frame I have a number of controls that pressing tab will highlight and allow to be selectable (accessibility).
When I select one of the controls the ...
0
votes
3answers
75 views
Column tab order's not changing when dragging columns in ListView
Is it possible to bind a control's TabIndex to the column's order in a GridView? Say, we have a GridView with AllowsColumnReorder set to true, and when we dragging a second column to be last, the tab ...
0
votes
0answers
47 views
Focusing on “tabindex=-1” element causes focus on descendant “contenteditable=true” element
Example: http://jsfiddle.net/enykeev/rn9dV/
What i want to happen: When you click on DIV, it takes focus, style (which connected to focused state of element) and triggers focusin event. And when you ...