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

Unusable for people without a pointing device #17

Open
progval opened this issue Aug 6, 2013 · 6 comments
Open

Unusable for people without a pointing device #17

progval opened this issue Aug 6, 2013 · 6 comments

Comments

@progval
Copy link

progval commented Aug 6, 2013

Hi,

It is totally impossible to use this software without a pointing device (mouse, touchscreen). Think about accessibility (ie. not discriminating people with disabilities)…

For instance, you could allow full-keyboard control, ie. using tabs to navigate to the button (which already works, actually), and then pressing Enter/Space to "click" it (and this does not work).

@masukomi
Copy link
Owner

masukomi commented Aug 6, 2013

I think the solution is to just add an onClick handler to the href in question. Not hard. Will do as soon as I get a chance if no-one else gets to it first. The gotcha is to make sure that the hover handler and the onclick handler don't overlap and give you two votes.

Thanks for the heads-up.

@phalgun
Copy link

phalgun commented Nov 9, 2013

@masukomi has this issue been fixed yet? I still see the kudobject render differently in my mobile browser. If you need a hand with the issue, do holler.

Thanks for kudos!

@masukomi
Copy link
Owner

Sorry @phalgun, I've been busy with other projects. I'll try and take a look at it soon, but if you can put together a pull request I'll happily merge it it.

@masukomi
Copy link
Owner

Orr.... maybe it was faster an easier than expected. @phalgun Can you please check the accessability_enabled branch and let me know if this does what you were hoping?

@phalgun
Copy link

phalgun commented Nov 13, 2013

@masukomi It worked on an iPad but did not work on a mobile browser (tested it on a Lumia 800 IE & UC Browser). I will try it again on an Android phone when I can get my hands on one.

@masukomi
Copy link
Owner

Do you have any idea how to address this? I just don't have access to a windows phone to try it out with and I'd mostly be flailing in the dark if i tried to address it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants