translate

accessibility

QTextEdit accessibility doesn't work

Stackoverflow

I have a simple GUI with a single QTextEdit. I want to change the text of textEdit object whenever some keys pressed by user.

Tags: 
  • c++
  • qt
  • accessibility
  • screen-readers
  • accessibility-api

AXObserverCreate example in Swift, AXObserverCallback error

Stackoverflow

I'm trying to make use of Accesibility API in Swift, to register for notifications of window properties of the current frontmost app.

Tags: 
  • swift
  • osx
  • pointers
  • syntax
  • accessibility

IE 11 loses tabindex on blur

Stackoverflow

When I trigger a blur event on an input, button or select element chrome and firefox keep the current tabindex.

Tags: 
  • javascript
  • internet-explorer
  • accessibility
  • internet-explorer-11
  • tabindex

Overriding preventDefault onclick when tab and enter are used for navigating

Stackoverflow

I have a navigation with dropdown menus on larger screens, and in order to create the proper responsive behavior for smaller screens, I've set preventDefault on the parent-link that has a dropdown

Tags: 
  • jquery
  • accessibility
  • screen-readers

How can I increase tooltip size in Firefox 57?

SuperUser

I'm currently on Firefox 56 and have seen the warning that many add-ons are going to break in 57, which is coming soon.

Tags: 
  • firefox
  • firefox-extensions
  • accessibility
  • tooltip
  • firefox-57

Make screen reader to read only the row that changed when all table is reloaded

Stackoverflow

I have a table with multiple rows and columns. This table as a whole is reloaded by AJAX once in a while.

Tags: 
  • html
  • accessibility
  • jaws-screen-reader
  • aria-live

Garbage accessibility logs in Xcode console output

Stackoverflow

At certain point I used Accessibility Inspector (from Xcode -> Open developer tool -> Accessibility Inspector) while running my app in simulator, and ever since the Xcode console is cluttered

Tags: 
  • ios
  • xcode
  • logging
  • accessibility

Different accessibility of method based on how it is declared

Stackoverflow

Refreshing my Javascript knowledge here so I know this is the basics of the language. In my example I can see what is happening, I just can't put into words the reason why.

Tags: 
  • javascript
  • oop
  • methods
  • accessibility

WAI-ARIA Roles for Carousels (a.k.a. sliders, slideshows, galleries)

Stackoverflow

What WAI-ARIA roles should be used for carousels, like the one below?

Notes:

Tags: 
  • javascript
  • html
  • accessibility
  • wai-aria

full screen when accessibiilty enabled cant tab to exit full screen button

Stackoverflow

In my app we enable the user to go into full screen mode by executing the following code when the user clicks the "Full Screen" actionBar button.

Tags: 
  • android
  • accessibility
  • fullscreen