I have one input text field
If I use jquery(document).on('focus',func) and call this.select()
to select the text -> not work under IE11, works for FF31
If I use document.addEventListener('focus',func) and call
this.select() to select the text -> work for both browser