-
-
Notifications
You must be signed in to change notification settings - Fork 92
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
页面切换有异常 #30
Comments
@kevinpan 你有找到原因么?是SPA的bug,还是某些页面没有设置背景色,透视过去了? |
@zhaoda |
@kevinpan 这个视频我没看清楚是怎么操作的,能说明一下操作过程么? |
@zhaoda 现在还没找到一个稳定的重现步骤 |
哦,不是毕现? On Tue, Oct 13, 2015 at 12:05 PM, Kevin Pan [email protected]
|
@zhaoda
每次点击按钮的前后请在页面其他地方点击一下或几下 |
确实是一个很严重的bug,只要在面板视图关闭的时候,重复的点击面板视图的背景区域,就可以重现这个bug,原因就是这种面板视图有特殊性,就是他的背景区域可以接收点击关闭行为,这个逻辑里没有判断面板是否在关闭中的状态,导致逻辑出现混乱,没有设置好正确的z-index,我已经修复并提交了代码,请review下吧。 |
现在我有四个页面A,B,C,D
我现在按照以下顺序切换页面C-B-A-B-D-C-B-A-B-C
当我切换到最后一个C页面的动画过程中,我看到了D页面
The text was updated successfully, but these errors were encountered: