We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.4.1
win10, chorme 77.0.3865.120, vue 2.6.10
打开codesandbox,点击任何Tab后
modal关闭后页面应该保持当前的滚动位置,但是会返回到Tab的位置
当页面中有“处于focus状态的组件”且在Modal打开后仍然“保持有focus状态”的话,那么无论页面滚动到何位置,在关闭Modal后都将滚动到"有focus状态的组件"的位置
The text was updated successfully, but these errors were encountered:
d294328
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Sorry, something went wrong.
No branches or pull requests
Version
1.4.1
Environment
win10, chorme 77.0.3865.120, vue 2.6.10
Reproduction link
Steps to reproduce
打开codesandbox,点击任何Tab后
通过任何形式关闭Modal都会滚动回Tab位置
What is expected?
modal关闭后页面应该保持当前的滚动位置,但是会返回到Tab的位置
What is actually happening?
当页面中有“处于focus状态的组件”且在Modal打开后仍然“保持有focus状态”的话,那么无论页面滚动到何位置,在关闭Modal后都将滚动到"有focus状态的组件"的位置
The text was updated successfully, but these errors were encountered: