I have an issue where if I use the jquery.maskedinput-1.2.2.js plugin and my Asp.Net web application lets the user do an Auto-Complete on phone number fields. The cursor is not set to the first initial position of the text-box and sometimes the user will click and be selected on the last position of the textbox and cannot enter in any more digits. This is only happening when Auto-Complete is turned on for those fields. When it is off, no matter where the user clicks in the textbox the cursor is set to the first position.
I tried to update to the latest version of the Masked Input plugin, 1.4.1 but the code would not fire, any ideas, is there something else I need to do when upgrading jquery plugins to make them work?