-
Notifications
You must be signed in to change notification settings - Fork 34
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
Modal 加上onlyLastModalVisible={false} 面板就会卡死点不动,Dialog.alert 需要关闭两次 #191
Comments
1、Modal 加上onlyLastModalVisible={false} 面板就会卡死点不动 --- 无法复现 |
1、卡死无法复现?不是发了源码+录屏吗? |
3、TimerPicker添加symbol={‘’}解决了 |
1、可复现了,已定位,具体解决方式会再看下。 |
3、Dialog 和 Modal 不建议同时使用,如果非要这么用目前只能这么处理,在 dialog close 完毕后再去 set modal visible 为 false Dialog.alert({
title: '提示',
subTitle: '错误提示错误提示错误提示错误提示错误提示',
confirmText: '确认',
onConfirm: (data, { close }) => {
close(() => {
setDrawerVisible1(false);
});
},
}); |
|
组件
组件名称:Modal、TimerPicker 、Dialog
版本
概述
Bug 问题概述
1、Modal 加上onlyLastModalVisible={false} 面板就会卡死点不动。如果不加onlyLastModalVisible,第二个Modal关闭,第一个Modal会闪动出现
2、TimerPicker 时间段选择器时,只需要选择时间而非时间段。根据api文档使用singlePicker属性。但是ui界面会有一个横杠
3 、Dialog.alert 点击关闭还要再点一次
重现步骤
video.4.mp4
Bug 行为
Bug 的表现行为
整个面板卡死。
时间段选择器ui界面右侧会有一个横杠
Dialog.alert 点击关闭还要再点一次
期望行为
组件的正确行为
整个面板流畅。
不加onlyLastModalVisible,第二个Modal关闭,第一个Modal会闪动出现
时间段选择器ui界面右侧没有横杠
正常关闭Dialog.alert
期望发布日期
期望 bug 解决后发布的正式版本号或日期 2022-06-27
附件
附上图片或日志
68dd9c0c27dbee405d5010928be65333.mp4
The text was updated successfully, but these errors were encountered: