Try the exact same thing with the input field with opacity:0; position absolute; z-index:-1;. This basically makes the field invisible to user and visible to browser. Same thing won't work for display: none. I've been using this in a lot of projects of mine without any reported issues.