You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.Using this.$confirm() to alert a messageBox (set the lockScroll as true)
2.User click the confirm/cancel button , receive promise callback
3.Then use another this.$confirm() to alert an other messageBox (set the lockScroll as true)
4.close the last messageBox, the body can't scroll. Find that the body still has a class: el-popup-parent--hidden, it's style is "overflow: hidden"
5.remove the class : el-popup-parent--hidden , the body can scroll.
What is Expected?
need to scroll the body while using the messageBox twice
What is actually happening?
can't scroll
The text was updated successfully, but these errors were encountered:
Element UI version
2.3.9
OS/Browsers version
MacOS chrome 66.0.3359.181
Vue version
2.5.13
Reproduction Link
https://jsfiddle.net/mmx38qxw/1962/
Steps to reproduce
1.Using this.$confirm() to alert a messageBox (set the lockScroll as true)
2.User click the confirm/cancel button , receive promise callback
3.Then use another this.$confirm() to alert an other messageBox (set the lockScroll as true)
4.close the last messageBox, the body can't scroll. Find that the body still has a class: el-popup-parent--hidden, it's style is "overflow: hidden"
5.remove the class : el-popup-parent--hidden , the body can scroll.
What is Expected?
need to scroll the body while using the messageBox twice
What is actually happening?
can't scroll
The text was updated successfully, but these errors were encountered: