html - Autocomplete behavior in Internet explorer and chrome -
i've been checking web application cross-browser compatibility , noticed few issues. 1 of major issue autocomplete.
when user enters in input text, default, ie take auto-complete on , fills entered data. in chrome, exact opposite. won't retain entered data.
this i've observed above behavior in browsers.
- ie 11 -> retains (even when auto-complete off)
- chrome 54 -> retains
- opera 38 -> retains
- firefox 52 -> retains
- safari 5 (windows) -> retains
when checked kendo ui control, same browser, behavior changes this.
- ie 11 -> no
- chrome 54 -> no
- opera 38 -> no
- firefox 52 -> yes
- safari 5 (windows) -> no
if need ensure same behavior these browsers, i'm supposed do? preferably both kendo ui , html5?
why worry of how different browser have implemented auto-complete function? after all, can switched of user. mean see conflicts kendo's autocomplete?
if want autocomplete times , browsers, suggest implementing own autocomplete kendo's control , not depend on how different browser handle these (or not). or misunderstand question?
Comments
Post a Comment