keyboard-navigation Questions

1

I have an editor that is supposed to have entities with the props name, color, start, end. In the editor the text in positions denoted by start and end will be subsistuted by name, and it will be r...
Pren asked 28/3, 2020 at 17:17

6

Solved

I have a custom Popup that overlays part of my screen. When it is open, I want to disable tabbing into the UserControl behind it. I do not want to use the IsEnabled property because I do not want t...
Dorcasdorcea asked 12/10, 2011 at 19:21

6

Solved

How do I set tab ordering in WPF? I have an ItemsControl with some items expanded and some collapsed and would like to skip the collapsed ones when I'm tabbing. Any ideas?
Sexcentenary asked 11/12, 2008 at 15:40

2

a href="javascript: void(0)" is considered a bad practice and I can't use href="#" in every case, so I'm thinking to add an empty a with tabIndex=0 in order to be accessible with keyboard. Is it ...
Eurydice asked 14/12, 2017 at 10:20

1

Solved

I have a header with a bootstrap dropdown component and I am trying to enable keyboard navigation to that element by using tabindex. The following is the html and simple css: HTML: <span class=...
Nowlin asked 14/9, 2016 at 21:52

3

I am trying to add keyboard navigation to Menu(ul li based ) , i have bound the keydown event to menu (or should i bind keydown to the document ?) the handler function used is given below KeyDo...
Sprit asked 11/9, 2009 at 6:1

2

Solved

Is it possible to navigate using the keyboard to the drop down menu using Tab, and navigate using the arrow keys to the sub elements of the drop down? Here is the code I have now: <input type=...
Raphael asked 18/7, 2013 at 2:28

3

Solved

how can I make this snippet accessible? <div tabindex="0"> Show More <ul> <li><a href="#">Hidden Content</a></li> <li><a href="#">Hidden Content...
Schnauzer asked 23/4, 2013 at 12:59

2

Solved

Does anyone have a list of the HTML (HTML5) elements that are not tabbable, even if a tabindex is specified? (By tabbable, I mean that they can receive the focus through repeatedly pressing the "ta...
Haroldson asked 4/1, 2013 at 15:24

1

Solved

I have a bunch of html files with different file-names, that I need to add an option to use keyboard arrow keys to navigate (previous and next file). The file-names are not dynamic.. for example: ...
Calista asked 1/10, 2012 at 22:43

2

What is the difference between TabIndex and KeyboardNavigation.TabIndex in WPF? When to use each?
Sliest asked 2/6, 2011 at 8:34

2

Solved

Perhaps I'm not using the right terminology, but I'm struggling to try to find a way to add some key bindings for use while navigating the command line in vim. An example would be the following co...
Angeliaangelic asked 18/6, 2012 at 20:50

3

Solved

In IE, Firefox, Chrome and most Windows-based interfaces that I've used, the Tab key can be used to navigate from one form field or hyperlink to the next (e.g. "actionable" items) (note: I have not...
Jinx asked 18/2, 2010 at 20:36

1

I have a datagrid with template columns in WPF. Couple of columns in the grid are readonly, others on focus become editable (instead of labels, textboxes, checkboxes and such appear). What I would...
Pancake asked 27/9, 2011 at 21:2

1

Solved

I'm navigating with the keyboard, and I can't find visually which element has the focus. While debugging I managed to break the execution in a method inside the Window but I don't know which proper...
Policlinic asked 6/7, 2011 at 16:51

1

Solved

Short question - what is the real difference put in easy and understandable words?.. Extracts from MSDN: Contained - Depending on the direction of the navigation, focus returns to the first or t...
Inness asked 9/12, 2010 at 11:34

2

Solved

In this example window, tabbing through goes from the first textbox, to the last textbox and then to the expander header. <Window x:Class="ExpanderTab.Window1" xmlns="http://schemas.microsoft....
Taffrail asked 12/6, 2009 at 21:36

1

Solved

Most list boxes allow you to find items within them by typing the first letters of the displayed text. If the typed letters match multiple items, then you can keep adding letters to narrow the sear...
Fabrication asked 28/5, 2009 at 9:8
1

© 2022 - 2024 — McMap. All rights reserved.