I have an invoicing system which lists item names (and there are thousands in this system) displayed by combobox with phrase predict to make things faster for the users.
For some reason, any product that starts with the letter "I"
will advance to the first "I"
product but then the cursor inserts at the character or space immediately after the "I"
and stops - allowing the user to keep typing but inserting any further characters into the first item's name.
Naturally this is maddening to the users. They CAN enter "I"
then scroll through the items, but this slows their progress to have to remember this for a single letter of the full list of products.
None of my search here, on the Internet or within Microsoft has come with any solutions. Has anyone else seen such a specific problem before?