-
Notifications
You must be signed in to change notification settings - Fork 280
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
[Navbar] 导航组件小米平板层级bug #3193
Comments
👋 @lihua0103,感谢给 TDesign 提出了 issue。 |
同步在当前设备title内容超长会导致溢出遮挡左侧返回按钮以及右侧胶囊区域 |
wx.getMenuButtonBoundingClientRec 该API获取的胶囊位置{bottom: 79,height: 32,left: 571,right: 667,top: 47,width: 96} |
我来一并看看👀 |
@lihua0103 辛苦贴下使用代码或者真机上的效果图哇!title内容是做了超出省略的,左侧内容可能会被遮挡,右侧胶囊区域应该是不会有遮挡问题。因为左右两边全部留出了小程序默认胶囊按钮的距离 |
#3217 中优化了左侧间距计算。后续可以通过更新版本验证该问题是否还存在~ |
就是title文案查查英文很长的时候,左侧箭头区域被遮挡,导致返回按钮不能点击 |
理论上左侧的 left-arrow 图标按钮不会被遮挡,标题左侧默认留出了和右侧胶囊一样的宽度 🤔。 还是等发版后,你在验证一下问题是否还存在吧 |
好的,谢谢 |
tdesign-miniprogram 版本
可以复现
重现链接
No response
重现步骤
使用小米平板(xiaomi pad5 pro 5g)该设备使用Navbar组件,点击左侧箭头因为层级问题,不能触发返回事件
期望结果
使用小米平板(xiaomi pad5 pro 5g)该设备使用Navbar组件,点击左侧箭头因为层级问题,触发返回事件返回上一页
实际结果
使用小米平板(xiaomi pad5 pro 5g)该设备使用Navbar组件,点击左侧箭头因为层级问题,不能触发返回事件
基础库版本
No response
补充说明
使用小米平板(xiaomi pad5 pro 5g)该设备使用Navbar组件,点击左侧箭头因为层级问题,不能触发返回事件
Tasks
The text was updated successfully, but these errors were encountered: