LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 268 forks source link

Press enter when focus is on button, doesn't work #49

Closed umarfarooq125 closed 8 years ago

umarfarooq125 commented 10 years ago

Use tab button to navigate to upload button. Press enter. Nothing happens. Fix: It should open upload file popup as normal browse button do.

LPology commented 10 years ago

The reason it didn't work is that the file input actually sits on top of the upload button. When you click the button, you are actually clicking the file input.

Let me work on this, though. I have a couple of ideas in mind for how this might be implemented.

umarfarooq125 commented 10 years ago

I didn't see any update on this issue. I'll be thankful if you could update me on it.

LPology commented 8 years ago

Closing out old issues. Unfortunately this particular issue is not on the roadmap to be fixed in the near future. If you would like to submit a fix for the issue, please feel welcome to do so. Thank you for your input.