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.1.15
No response
tabs组件下有4个tabs-item,其中最后一个item为disabled属性。 在前三个选项滑动时无任何问题,滑到第三个时再右滑到disabled选项时,则选中光标移到第四个选项(实际上光标消失),且滑动操作无效,点击小程序其他位置也不触发任何事件,点击导航栏的返回后,也无法进行任何操作(可以上下滑动滚动)。
pull request
The text was updated successfully, but these errors were encountered:
👋 @KaleidosChen,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
fix(tabs): 修复最后一项disabled时卡死问题. (Tencent#2503)
a04f6a6
fix Tencent#2503
fix(tabs): 修复最后一项disabled时卡死问题. (#2503) (#2523)
fb17d51
* fix(tabs): 修复最后一项disabled时卡死问题. (#2503) fix #2503 * test: update snapshots --------- Co-authored-by: anlyyao <[email protected]>
Successfully merging a pull request may close this issue.
tdesign-miniprogram 版本
1.1.15
重现链接
No response
重现步骤
tabs组件下有4个tabs-item,其中最后一个item为disabled属性。
在前三个选项滑动时无任何问题,滑到第三个时再右滑到disabled选项时,则选中光标移到第四个选项(实际上光标消失),且滑动操作无效,点击小程序其他位置也不触发任何事件,点击导航栏的返回后,也无法进行任何操作(可以上下滑动滚动)。
期望结果
No response
实际结果
No response
基础库版本
No response
补充说明
No response
IssueShoot
pull request
并合并为准The text was updated successfully, but these errors were encountered: