标签: html html5 scroll html-select
<select>元素存在问题。当我设置multiple属性时,Chrome会自动滚动到具有<select>属性<option>的最后selected。
<select>
multiple
<option>
selected
ex:http://jsfiddle.net/j1yrxzpp/
<select multiple="multiple"> <option selected="selected">1</option> <option>2</option> </select>
你有什么想法吗?
答案 0 :(得分:0)
此问题存在错误https://code.google.com/p/chromium/issues/detail?id=423256