-
Notifications
You must be signed in to change notification settings - Fork 14.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The [Bug Report] select component does not have the correct scroll bar position. #6255
Comments
Translation of this issue: Element UI version1.4.1 OS/Browsers versionWin7/chrome Vue version2.4.2 Reproduction Linkhttps://jsfiddle.net/api/post/library/pure/ Steps to reproduce
What is Expected?The scroll bar position is incorrect. What is actually happening?The scroll bar shows the correct position. |
Hi, your JSFiddle page is blank because it seems you forgot to click the |
请更新 demo 链接。 |
Element UI version
1.4.1
OS/Browsers version
win7/chrome
Vue version
2.4.2
Reproduction Link
http://element.eleme.io/#/zh-CN/component/select
分组例子可重现。
Steps to reproduce
1.点击选择框,滚动鼠标,让下拉框滚动到最底部。
2.选择“上海”。
3.再次点击下拉框,滚动条仍然显示在底部,但向上滚动鼠标滚动条不会向上滚动,因为列表值已经是在顶部了。向下滚动是有效的。说明滚动条位置是不正确的。
What is Expected?
滚动条能正确的显示位置。
What is actually happening?
滚动条位置不正确。
The text was updated successfully, but these errors were encountered: