Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work in modern screenreaders/bad ARIA #138

Closed
aFarkas opened this issue Jun 24, 2011 · 4 comments
Closed

Does not work in modern screenreaders/bad ARIA #138

aFarkas opened this issue Jun 24, 2011 · 4 comments

Comments

@aFarkas
Copy link

aFarkas commented Jun 24, 2011

Hi Felix,

The widget and the added ARIAs are wrong and it does not work right with any screenreader. The selectbox with a label and a value is transformed to menu-button with a name (label) but without a value.

If I change the value using the cursor, the value visually changes, but there is no value, which changes. If I hit enter the popup doesn't really open.

I wrote an article, which describes how to create a proper select-menu which works in IE8+ and Firefox 3.5+ (You have to do some extras for IE8, because IE8 does not support aria-valuetext/aria-valuenow). You should really look into the article (german) and the demo.

If you want to discuss some parts, you can ping me. My skype name is diabolictrixta (Alexander Farkas Berlin).

cheers
alex

@fnagel
Copy link
Owner

fnagel commented Jun 28, 2011

Hey Alex,

thanks for your contribution! The ARIA support was originally implemented by Scott from Filament Group a long time ago. I never checked it but I will take a look asap.
Im currently pretty busy and there is another major issue which needs to be fixed more urgent. Ive added this issue to milestone v1.3 (https://github.com/fnagel/jquery-ui/issues/milestones) which focus is on accessibility. I will contact you when I start working on this one!

Yours
Felix

ps: Ive learned a lot from your blog and mentioned some of it in my master thesis :-) Thanks a lot for that!

@fnagel
Copy link
Owner

fnagel commented Jun 28, 2011

Please take a look here as your knowledge could be very useful: #140

@fnagel
Copy link
Owner

fnagel commented Nov 23, 2011

Would you mind test the latest version? I will take a look at this one soon and contact you via skype!

@fnagel
Copy link
Owner

fnagel commented Nov 28, 2011

Alex and I skyped and decided to put our effort into the new version of selectmenu (see #140).

Patches to improve this branch of selectmenu are still welcome and will be included!

@fnagel fnagel closed this as completed Nov 28, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants