Tencent / tdesign-miniprogram

A Wechat MiniProgram UI components lib for TDesign.
https://tdesign.tencent.com/miniprogram
MIT License
1.23k stars 280 forks source link

[Toast] preventScrollThrough为true时,偶现Toast已隐藏,但页面还是无法点击 #1219

Open guoyw opened 1 year ago

guoyw commented 1 year ago

tdesign-miniprogram 版本

0.30.0

重现链接

No response

重现步骤

代码:

exports.showLoading =()=>{
  console.log('showLoading');
  Toast({
    selector: '#t-toast',
    message: '加载中...',
    theme: 'loading',
    direction: 'column',
    duration: 0,
    preventScrollThrough:true,
  });
}
exports.hideLoading =()=>{
  console.log('hideLoading');
  hideToast({
    selector: '#t-toast',
  });
}

正常操作

102FA11E-88A9-4278-B800-26619ECA07D2

期望结果

去掉preventScrollThrough 正常 9AC897F1-BA85-4354-A729-75B41152C97B

实际结果

添加preventScrollThrough后 loading 消失了,但是页面无法点击了 偶发,而且几率很高 B1E82997-0F27-4526-9AE7-4814E4A29BC8

框架版本

No response

浏览器版本

No response

系统版本

No response

Node版本

No response

补充说明

多个页面wxml存在

<t-toast  id="t-toast" />
github-actions[bot] commented 1 year ago

👋 @guoyw,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。

github-actions[bot] commented 1 year ago

♥️ 有劳 @leejim 尽快确认问题。 确认有效后将下一步计划和可能需要的时间回复给 @guoyw 。

LeeJim commented 1 year ago

收到反馈,我来定位一下。

Sloaix commented 1 year ago

昨天遇到同样的问题了。

LeeJim commented 1 year ago

我这边没法复现,能否提供更多信息?

guoyw commented 1 year ago

我这边没法复现,能否提供更多信息?

https://developers.weixin.qq.com/s/EKLiGDmh7kEG

CPenguo commented 11 months ago

我也遇到了同样的问题.出现频率很高.

HaoClaimLin commented 5 months ago

2024年了,这个问题依旧存在😂