OriginCoding

Results 2 issues of OriginCoding

Ducumentation links: https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForFields(java.util.Comparator,java.lang.String...) https://www.javadoc.io/static/org.assertj/assertj-core/3.23.1/org/assertj/core/api/AbstractObjectAssert.html#usingComparatorForType(java.util.Comparator,java.lang.Class) Description: These two methods' code example uses a method called "isEqualToComparingFieldByField" and "isEqualToIgnoringNullFields". Such methods are actually marked as **Deprecated** which means **they are not supported**....

### tdesign-vue-next 版本 1.9.7 ### 重现链接 https://github.com/origin-coding/Alacrity ### 重现步骤 # 复现步骤 1. 下载[最新版Alacrity](https://github.com/origin-coding/Alacrity/releases/latest),可以使用Windows的MIS或Exe安装包(手动编译运行需要Rust环境,搭建比较耗时)安装(运行需要至少需要Win10操作系统,这是Tauri的限制,与TDesign无关)。 2. 打开Alacrity,选择任意一个带有Textarea的插件(比如文本哈希),然后悬浮在Textarea上。![image](https://github.com/user-attachments/assets/e6f03bb9-41c8-42c2-b39c-3ddb0bee617f) ![image](https://github.com/user-attachments/assets/cc0c39e5-4213-44b4-ac60-39c5921a6984) 4. 在保持Focus的状态下浏览器后退(这一步可以使用鼠标的左侧按钮,部分鼠标左侧按钮有后退的功能)。 ![image](https://github.com/user-attachments/assets/96b9bbd4-bace-4356-a6a0-6ce72d4e13b1) ![image](https://github.com/user-attachments/assets/dbeabbcf-4b34-4145-aea2-51958099368f) 5. 此时页面左下角就会有一个额外的`textarea`元素。 # 复现注意事项 1. 需要有Hover或者聚焦行为行为,没有的话直接后退不会复现,而且在后退时候需要保持这种状态,因此需要使用。 2. 发现问题的元素的`autosize`属性需要设置为对象,不设置或者设置为true都不会触发。这一点在文本哈希里面有体现,页面右下角的Textarea在获取聚焦并后退之后**不会**触发上述问题。 ### 期望结果...

🐞 bug