Questions tagged [keyboard-navigation]

126 questions
0
votes
0 answers

Keyboard navigation not working for datepicker only in mozilla firefox

I am using kendo datepicker If user selects date and then on date input field user move cursor using left-right keyboard arrow then cursor is not moving. Left-right keyboard navigations are working for Chrome and IE but not working for mozilla…
megha
  • 1
  • 5
0
votes
1 answer

Keyboard Navigation is not working

I have created a TreeViewComboBox control, in this I am having a ComboBox with items as TreeView, but Keyboard Navigation doesn't work on the TreeView. I am not able to navigate through the TreeViewItems using keyboard. Any help plz?
viky
  • 17,275
  • 13
  • 71
  • 90
0
votes
1 answer

Keyboard navigation js

First of all, I am just grapic designer not webdeveloper so please be patient. I am creating my portfolio website and I want to switch between sites with my projects using narrow keys on keyboard. To do this I used this…
Soqlloos
  • 3
  • 1
0
votes
1 answer

Focus not setting on DataGridView on Button Preview KeyDown Event

Pressing Tab key on Button Refresh is setting focus on the dropdown list but I need to set focus on Checkbox column and first row of grid when the grid datasource is not null else the next control, however it is selecting the given cell only. I…
Mahrukh Mehmood
  • 258
  • 2
  • 5
  • 17
0
votes
1 answer

Why do I have to press tab twice to get to textbox with this control template?

I have created a ControlTemplate for a TextBox that includes a label for it. However, When I try to use Tab to navigate the controls I have to press tab twice to enter the textbox field, as if it's focusing on another element inside. I tried messing…
0
votes
1 answer

Empty items with Owl Carousel if tabbing with keyboard to links inside items

I'm using the current stable release of Owl Carousel (1.3.2) for a single item carousel. I have previous and next buttons enabled. A couple of the items within the carousel have links e.g. Find out more. When…
0
votes
1 answer

Moving ChromeVox focus from menu div to content div

I am working with the ChromeVox extension to add a text reader for our church web site www.uulynchburg.org. When using the mouse to navigate, it is easy to click on a text block to start the reader. The problem comes for someone unable to use the…
0
votes
1 answer

jQuery Cycle multi slideshows and independent keyboard navigation

I have a page with 2 (or more) jQuery tabs. Each tab contains a jQuery Cycle slideshow with prev/next paging appended in the code. I've added keyboard navigation of the slideshows, based on a tutorial at jqueryfordesigners dot com. Keyboard nav…
Hoagy
  • 1
  • 2
0
votes
2 answers

WPF: Focus in a Window and UserControl

I'm trying to get a UserControl to tab properly and am baffled. The logical tree looks like this. |-Window -Grid -TabControl -TabItem -StackPanel -MyUserControl |-StackPanel -GroupBox …
Echilon
  • 10,064
  • 33
  • 131
  • 217
0
votes
1 answer

ExtJS Using Tab to navigate between two grids

I have a panel that contains two grids, both of which are editable using the cell editing plugin. Within the grids, users can use the tab key to move between editable fields. However, I can not seem to find the right way to get the tab key to allow…
Wige
  • 3,788
  • 8
  • 37
  • 58
0
votes
1 answer

WPF KeyboardNavigation.TabNavigation with custom control

I need the TabNavigation to Traverse the entire VisualTree . Iv'e get a custom control in a view which i need it's inner elements to take part in the View's TabNavigation. I need to use TabIndex in my view since i need the tab flow to be top to…
eran otzap
  • 12,293
  • 20
  • 84
  • 139
0
votes
3 answers

How to use the Tab key to navigate to a button or select element on a Mac?

How do I use the Tab key to navigate to a button or select element in Firefox? I've tried setting the tabindex attribute to no avail. I'm on a Mac.
Jonathan Hawkes
  • 953
  • 2
  • 12
  • 24
0
votes
1 answer

How to set keyboardnavigation.Tabindex from code

I am binding textbox1 data on LostFocus event. I set keyboard navigation. Tabindex=7 for textbox1 and for textbox2 keyboardNavigation TabIndex=8. Now my problem is am doing regular expression validation for textbox1, if I enter invalid characters in…
kida
  • 167
  • 2
  • 3
  • 15
0
votes
0 answers

Navigating through search results in a custom div dropdown using jquery

I have created a field which displays a default list of options available on focus and allows users to search through the list and select the option they desire. And i want these options to be selectable using keyboard. Keyboard selection of the…
sami_ui
  • 110
  • 1
  • 3
  • 13
0
votes
1 answer

Navigate to specific anochor tag via up and down arrow press

I am currently using anchor tags and have implemented smooth scrolling on 5 links. This currently works perfectly. However, I would now like to add the ability to use the arrow keys to navigate through these same anchor tags. I can only fumble…
dnpayne
  • 13
  • 1
  • 7
1 2 3
8
9