@wpsoul Can you explain how I can recreate this problem on my test site? Where exactly do I need to be, and what exactly do I need to do?
Check registration page with enabled select field in Xprofiles. Also, the same is in edit page in profile.
Problem that in Firefox, all selects ignore selected=”selected” and shows default first option in select. You can fix this with adding autocomplete=”off”
@wpsoul
I’ve set up both types of select box:
Chrome: https://cloudup.com/cazMTZWXnwr
Firefox: https://cloudup.com/cCPPDjoZTKj
I see the description with both for both types of field. I don’t understand or see a problem. I think this issue is probably specific to your site, you can probably fix it with some custom CSS.
@djpaul
You didn’t understand me. Issue is only on pages where you can edit profile (after registration) http://screencast.com/t/75XoU8a5sz
After registration, go to your profile and edit it. For example, you have in select 3 options, choose second option. Save profile. Edit again. You will see that 1 option is selected (must be second). It can confuse user, because he can think that save option is not working. This is only in Firefox
I’m afraid I still can’t recreate this. I may be misunderstanding it wrong.
Let’s wait for someone else to come along and try to reproduce the problem.
I was unable to reproduce this, what ever field type is createt. The only possibility i see is that you maybe checked “default value” in regard of the field option ? In this case, you always see that field as first position.
Don’t use
option 1 (x) default value
option 2 () default value
option 3 () default value
but use
option 1 () default value
option 2 () default value
option 3 () default value