While this has a nice UI, it suffers from a ranking system that fails to weight prefixes correctly. For those of us in Canada, typing "ca" should probably rank countries that start with the "ca" prefix first, followed by countries that have a word that starts with "ca", finally followed by countries that just happen to contain "ca". I don't see much use in showing "United States" as the first match for a user who has…
That seams as a minor mistake compared to not be able to type the name of the country in my native language. I guess that is not so obvious to the native English speaking users but it's the required feature if you are considering usability improvement as a goal of redesign.
Redesigning the country selector
81–90 of 136 posts
Re: Redesigning the country selector
#82While this has a nice UI, it suffers from a ranking system that fails to weight prefixes correctly. For those of us in Canada, typing "ca" should probably rank countries that start with the "ca" prefix first, followed by countries that have a word that starts with "ca", finally followed by countries that just happen to contain "ca". I don't see much use in showing "United States" as the first match for a user who has…
Re: Redesigning the country selector
#83This can be diplomatically difficult. The linked implementation only lists Taiwan as "Taiwan, Province of China". I could see this being interpreted in many different ways, with either side being insulted. (Maybe that's best.)
Re: Redesigning the country selector
#84While this has a nice UI, it suffers from a ranking system that fails to weight prefixes correctly. For those of us in Canada, typing "ca" should probably rank countries that start with the "ca" prefix first, followed by countries that have a word that starts with "ca", finally followed by countries that just happen to contain "ca". I don't see much use in showing "United States" as the first match for a user who has…
Can anyone explain why 'United States' could possibly be an autocomplete result for 'CA'? I am staring at United States and just can't see a 'C' anywhere... have I totally lost it?
http://skookum.com/blog/re-thinking-the-state-dropdown-with-...
http://www.reddit.com/r/Design/comments/h37gb/rethinking_the...
My blog post links to jsbin sample source so feel free
to optimize it with all of your proposed fixes.
http://jsbin.com/oxifa3/18/Re: Redesigning the country selector
#85While this has a nice UI, it suffers from a ranking system that fails to weight prefixes correctly. For those of us in Canada, typing "ca" should probably rank countries that start with the "ca" prefix first, followed by countries that have a word that starts with "ca", finally followed by countries that just happen to contain "ca". I don't see much use in showing "United States" as the first match for a user who has…
Can anyone explain why 'United States' could possibly be an autocomplete result for 'CA'? I am staring at United States and just can't see a 'C' anywhere... have I totally lost it?
Re: Redesigning the country selector
#86While this has a nice UI, it suffers from a ranking system that fails to weight prefixes correctly. For those of us in Canada, typing "ca" should probably rank countries that start with the "ca" prefix first, followed by countries that have a word that starts with "ca", finally followed by countries that just happen to contain "ca". I don't see much use in showing "United States" as the first match for a user who has…
I typed 'ita' and the first option was 'United Kingdom'.
Re: Redesigning the country selector
#87While this has a nice UI, it suffers from a ranking system that fails to weight prefixes correctly. For those of us in Canada, typing "ca" should probably rank countries that start with the "ca" prefix first, followed by countries that have a word that starts with "ca", finally followed by countries that just happen to contain "ca". I don't see much use in showing "United States" as the first match for a user who has…
I typed 'ita' and the first option was 'United Kingdom'.
Re: Redesigning the country selector
#88My main complaint about old country pickers and this one is non-prioritization of countries in the list. Yes, I understand that this may be a sensitive issue, but how much likely your customer is going to be from Canada than from Cameroon. Or if I start typing 'CA' in this selector, I get American Samoa and Antarctica before Canada! Let alone my old acquaintances Cambodia and Cameroon. Same for Russia - you get Aruba…
I think that's making it too hard. Where is this information coming from? How do you update it? Instead, just order the matches like so: 1. Everything that matches at the first word 2. Everything that matches at the start of some word 3. Everything that matches at a non-start position within a word Granted, in this scheme Cameroon will still show up before Canada, but you don't have to look anywhere near as hard to f…
As for "too complicated" - I am not suggesting to extract GDP or population data in Javascript. But in static HTML on server side you may add additional "weight" attribute to each option, the way alternative spellings are added (look at the HTML source). And then you may manage these weights externally.
Re: Redesigning the country selector
#89Impressed to see 'England' become 'United Kingdom'. Not so impressed to see that 'Wales' wasn't similarly treated.
Endless debate may follow this question: WHICH name should it use? If used in the USA, I'm expecting to settle on Germany and Ivory Coast for the above examples, but would be surprised if residents thereof didn't object. United States is obvious, but much of the world knows it as Les États-Unis (which was NOT recognized), and America is a very popular if unofficial/improper variant (which BTW drives some "hey, we're in America too!" Canadians batty). Methinks the final name used should be what citizens thereof call home, but understand it would confuse much of the general rabble.
Re: Redesigning the country selector
#90As a vimperator user and command line person this is awesome. But obviously as a tablet or mobile phone user this would be not good. I think this could be easily fixed by having the drop down menu pop up when you click in the input field (before you have typed anything).