elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

radio buttons not persisting in firefox 16.01 #74

Closed matthewstokeley closed 11 years ago

matthewstokeley commented 11 years ago

thanks for all your hard work!

just fyi, this is replicated in my development and also on the demo page:

http://elclanrs.github.com/jq-idealforms/

matthewstokeley commented 11 years ago

on second thought this doesn't seem limited to firefox - replicated on webkit browsers as well

elclanrs commented 11 years ago

What do you mean by radio buttons not persisting? It works fine for me in FF 16, Chrome and all other browsers I tried.

matthewstokeley commented 11 years ago

weird, maybe it's some sort of cached script in my shit causing the problems.

across my devices (ios + mac) when i click the radio button, the button is selected. however, when i click / tap another button or white space, the radio button is, at least visibly, unselected.

i'm just going to use a checkbox workaround and will chalk it up to my machines being weird.

thanks again!

elclanrs commented 11 years ago

Oh if you mean the focus, well yes, as soon as you click somewhere else it'll lose focus, that's the normal behavior, but it won't change the status, if it's checked it will remain checked.

elclanrs commented 11 years ago

Nevermind, I just found the bug you'r talking about, shit this seems serious, let me see.

matthewstokeley commented 11 years ago

the only thing i thought it could be is some sort of namespace issue conflicting with jq-ui, but after going over yr code i don't think it could be that.

i'm gonna take a deeper look when i get the chance.

elclanrs commented 11 years ago

Found the bug!!! I'm surprised nobody else noticed, not even me!. It was, believe or not, a css problem (a bad copy/paste), download the latest version it should work fine now.

matthewstokeley commented 11 years ago

haha awesome, thanks so much! radio buttons must not be cool anymore. thanks again.