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

Select box options starting with number "0" disable arrow keys in Firefox #160

Closed
Fab4IT opened this issue Apr 25, 2013 · 2 comments
Closed
Assignees
Labels

Comments

@Fab4IT
Copy link

Fab4IT commented Apr 25, 2013

When one of your drop-down options begins with a number zero, even as a string, the arrow keys are disabled in Firefox. Tab over to the select box with a drop-down option starting with zero, and suddenly the arrow won't work other than to activate the actual drop-down.

This is only an issue with Firefox. I've tried IE8, IE9, Opera, Chrome, and Safari (all under Win7), and all but FF were fine.

If you cannot reproduce the error, it might only be when using the jQuery $().append() function, as this is how my code is:

$('[name="select_box_name"]').append($('<option'>, {
value: your_value
}).text("0 by itself or followed by anything else"));

@ghost ghost assigned gfranko Apr 25, 2013
@gfranko
Copy link
Owner

gfranko commented Apr 27, 2013

This bug will be fixed in the next release. Thank you for reporting it!

@gfranko
Copy link
Owner

gfranko commented May 10, 2013

This bug has been fixed in the v3.5.0 release! You can grab the latest v3.5.0 JS file here.

@gfranko gfranko closed this as completed May 10, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants