Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

Right now when I click on tab focus moves to next cell of the ag grid, I want to implement navigation in such a way that if focus is on column header(not last), the focus should move to next column ...
Ritik Dhabekar's user avatar
0 votes
0 answers
33 views

I'm building a JavaScript library called ForesightJS for smart prefetching. It currently predicts mouse movements and prefetches content accordingly. I now want to support keyboard users. Goal: Given ...
Bart S's user avatar
  • 13
0 votes
0 answers
53 views

I am using a FormKit form with a FormKit taglist component and the :allow-new-values="true" option. Here's the issue I'm facing: When the input field is empty and I start typing, I can use ...
Igal Vilensky's user avatar
1 vote
2 answers
314 views

My website has carousel/slider panels with tabbed navigation. Each panel shows a "river" of book covers. 5 covers are shown at a time and clicking next/prev slides 3 books out and 3 new ...
liberty_bell_7's user avatar
1 vote
1 answer
731 views

I can't figure out why VoiceOver isn't reading my dropdown menu properly (the dropdown menu is based on the WAI ARIA menu button pattern). It reads the menu button as expected, and individual items ...
Norah's user avatar
  • 61
-1 votes
1 answer
2k views

I am new to Angular. I have one list with font-awesome symbols. and currently I can navigate through those symbols using the tab button on my keyboard. but I want to do the same symbol navigation ...
Explorer's user avatar
  • 431
0 votes
0 answers
457 views

I'm working with Angular 9, ngx-bootstrap 10.2.0 and ARIA to make a page more keyboard accessible. Trying some of the examples from the ngx-bootstrap documentation I encountered some lack of ...
tec's user avatar
  • 1,159
1 vote
0 answers
284 views

I want to add the keyboard navigation with (arrow up, arrow down, tab and enter) to my select component, so the user can navigate within the items in the select box using the keyboard, how can this be ...
TSDev's user avatar
  • 95
1 vote
1 answer
965 views

I was trying to implement a dialog box with layout as something like this I wanted keyboard behavior as Control at radio button 'a' OR 'b' OR 'c' -> Tab press -> Cancel button -> Tab press -&...
Vivek Dubey's user avatar
0 votes
0 answers
271 views

I have a Chart component, created with Highcharts, which looks like this: <div className={scss.chartContainer}> {!hideContextMenu && ( <div ...
Alvaro Silva's user avatar
2 votes
0 answers
441 views

The exact same APK behaves differently on Android versions before API 26 and after it. I have simplified my layout down to the following example: <?xml version="1.0" encoding="utf-8&...
Craig Heath's user avatar
0 votes
1 answer
1k views

I'm working on a homepage where I have element wrapper's with background imgs, with inside cta's. Every wrapper and cta has its own tabindex (there is about 400 tabindexs in the hp) and they are all ...
lskal's user avatar
  • 1
1 vote
1 answer
1k views

I'm trying to implement keyboard navigation in Jetpack Compose. Have a LazyColumn which contains some list elements as Row{} all the Row's are clickable and receive focus. What I'm trying to achieve ...
Karan Sharma's user avatar
  • 2,687
0 votes
1 answer
740 views

Hi I have this div which is skipped when we press tab, other UI elements come into focus but not this one, Which directive do I need to add to this so that it comes into focus when we navigate UI ...
CleanCoder540's user avatar
1 vote
0 answers
193 views

I have a Single Page Application built using React. As usual, when changing between pages, the rendered components changes. Problem If I navigate to a button using Keyboard and press enter, it ...
Suthan Bala's user avatar
  • 3,309
0 votes
2 answers
3k views

I am using v8 angular ag-grid. this.columns = [ {headerName: "XYZ", field:"XYZ", editable: true ,cellEditor: "select", cellEditorParams: {values : [// list ...
Avneet Kaur's user avatar
0 votes
0 answers
70 views

I'm trying to keyboard navigate ListGroup / ListGroup items in a logical way. My app is setup with: Div(s) ListGroup ListGroupItem I have the tabIndex=0 on all items. (I'm using a framework where ...
KHibma's user avatar
  • 3,139
2 votes
3 answers
807 views

We have a web-based app which uses a side-by-side experience for desktop users where the left side of the screen is a file browser and editor and the right side of the screen is an interactive preview....
Ryan Wheale's user avatar
  • 28.7k
-2 votes
1 answer
311 views

I currently have a website built using Vue.js (2.x) and deployed using Google App Engine. Upon testing the deployed application in Safari, I found that the accessibility feature "'skip navigation'...
MT_dev's user avatar
  • 163
0 votes
1 answer
308 views

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 ...
pooleman19's user avatar
2 votes
1 answer
456 views

We're using tabnavigation for people, who dont want or can't use the mouse. When i navigate via tab into the Listbox, the first item will be focused but not selected. When i tab again, the second ...
David Mueller's user avatar
-1 votes
1 answer
644 views

I created a WPF TextBox with Placeholder text by creating a customized Style that overlays one TextBox (as a placholder text) on another TextBox in the ControlTemplate. Here's the Style definition: &...
Auraner's user avatar
  • 149
0 votes
1 answer
887 views

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 ...
Sayhan's user avatar
  • 165
0 votes
1 answer
3k views

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) ...
Appleshell's user avatar
  • 7,438
0 votes
0 answers
64 views

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] ...
Padre7's user avatar
  • 3