Questions tagged [keyboard-navigation]
126 questions
0
votes
1 answer
Jquery selectbox keyboard navigation
I am busy with a selectbox in a template but i can't get it solved.
If you go to this page click here and look for the selectbox (it's in the forms section) and use the keyboard navigation it's skips some options and i don't know why?!
Can someone…

Maanstraat
- 1,241
- 7
- 34
- 63
0
votes
0 answers
Change Properties of the Hamburger Button in Xamarin WPF
I need to set the Hamburger Button to Focusable and TabStop, any idea?

Jordan Zapf
- 65
- 1
- 11
0
votes
1 answer
Selenium webdriver - Find coordinates of tab navigated video player element for interaction
I'd like to automate a video-player on a webpage using Selenium in Python.
I cannot locate the interactive parts of the player with driver.find_element_by_... I've decided to try and accomplish this by making browser specific logic that knows how…
0
votes
0 answers
How to manage keyboard navigation a11y in IE11 when the page have iframe element?
Problem Statement
I have a html page which consist of iframe(where the content is loaded dynamically on navigation) and there are other elements e.g. buttons, fancytree, navigation controls etc.
Keyboard Navigation using keyboard on first load:
1.…

Chetan Sachdev
- 738
- 1
- 12
- 31
0
votes
1 answer
Finding if last child has specific class on keydown
I have a data grid that on right arrow key, it needs to check that it has both the last child in the header and that the last child has class focus-visible applied to it on keydown. I'm able to find both the last child and the active element with…

Matt
- 1,561
- 5
- 26
- 61
0
votes
1 answer
Screen reader reads extra content while navigating
I was implementing WCAG (Web Content Accessibility Guidelines) on our website. I am using JAWS screen reader for testing and navigating using Tab key.
The issue is, the screen reader reads an extra content while navigating to the video player. It…

Sayhan
- 165
- 20
0
votes
1 answer
(Accessibility ARIA) Cannot proceed to next form element after SPAN element with tabindex
I've a sign up form with a really simple markup which doesn't support accessibility. It is basically following:

user1271930
- 331
- 1
- 7
- 21
0
votes
1 answer
Enable tabbing through links, on page containing input elements
I want to enable the user to tab through the links of a page.
This is the default behavior in most browsers, but as soon as the page contains an input element, it becomes (depending on the browser) the only tabbable element on the page, making e.g.…

Appleshell
- 7,088
- 6
- 47
- 96
0
votes
0 answers
mvc radiobuttonfor in editortemplate keyboard navigation does not set model
Context:
Model generating some RadioButtonFor groupings as input to answer questions.
What is happening:
Case 1. When mouse click on a radio option the display looks correct. When the [HttpPost] ActionResult(model) for the page is triggered the…

Padre7
- 3
- 3
0
votes
1 answer
Xceed DataGrid: Edit cell with keyboard navigation
I have a datagrid, which uses a DataTemplateSelector to display different editable values as either a textbox, a combobox or a slider. The problem is that I can tab to these cells, but have no way of editing them with the keyboard. I had imagined…

Hjalte Tagmose
- 67
- 1
- 12
0
votes
1 answer
Adding Keyboard Navigation to a Slideshow
I have a modal slideshow on my page and I would like it to close when pressing the 'esc' key and also change to the next image when using the right and left key. It would also be helpful if the modal closed when the user clicked on any part of the…
0
votes
0 answers
Dojo tree with context menu and keyboard navigation
I have a dijit tree with a context menu. The user can use the keyboard keys to navigate the tree, up and down arrow keys to move, left and right to open and close nodes, as described in the documentation. However pressing the context menu key (or…

pgianna
- 715
- 1
- 7
- 16
0
votes
0 answers
How to give focus to children when date picker is opened Xamarin Android
I have a date picker control which is used to select date. In Accessibility Mode, i.e when I use Keyboard for selecting date date picker doesn't show focus border to indicate focused element for selection. And also there is tab loss. In order to…

Lavanya Rani
- 41
- 4
0
votes
1 answer
Advice on supporting screenreaders (fully) on a sliding widget (think iOS settings panels)
I am building a container with nested sliding sub-containers - which themselves will have their own set of nested containers.
Basically it will behave very similar to how iOS handles settings (see attached image).
I need some advice on how to go…

cllpse
- 21,396
- 37
- 131
- 170
0
votes
1 answer
How to fix default tab key navigation in Extjs 5.1?
Currently I'm working on a code migration from ExtJS 4.2 to ExtJS 5.1. And I noticed MANY changes on default behavior of many components.
One of the things I noticed is that the default tab key navigation between components has changed and in this…

jacoviza
- 988
- 2
- 9
- 31