After entering a name into the <input>
element with maxlength of 40 characters, if the length is just 20 (5 letters followed by 20 empty spaces) and I press tab to move onto the next input element, Chrome displays the name correctly. However, in Internet Explorer, it shows the empty spaces at the end instead of displaying the letters at the beginning.