alibaba-fusion / next

🦍 A configurable component library for web built on React.
https://fusion.design
MIT License
4.58k stars 589 forks source link

[Tree]checkBox取消选中后样式异常 #4907

Closed lllcccwww closed 1 month ago

lllcccwww commented 2 months ago

Component

Tree

Reproduction link

https://fusion.design/pc/component/tree?themeid=2

Steps to reproduce

官网中例如Table、Tree有使用到checkBox的组件都有此类问题。问题复现:先选中一个checkbox,然后再取消,checkbox会带有hover时的样式,只有点击其他位置后,背景色才会去除。 image

github-actions[bot] commented 2 months ago

这是您为 Fusion/Next 提的第一个 issue,感谢您对 Fusion 的信任和支持,我们会尽快进行处理。

eternalsky commented 2 months ago

这不是 hover 样式,而是 focus 样式

lllcccwww commented 2 months ago

这不是 hover 样式,而是 focus 样式

哦哦。那当取消选中后,focus 样式也应该要取消掉吧

eternalsky commented 2 months ago

这不是 hover 样式,而是 focus 样式

哦哦。那当取消选中后,focus 样式也应该要取消掉吧

focus 是聚焦状态,肯定是失焦时才会取消。你只是反选并没有失焦,考虑一下用键盘的人。

github-actions[bot] commented 1 month ago

你好,该 issue 已 30 天没有活动,因此被标记为 stale,如果之后的 7 天仍然没有活动,该 issue 将被自动关闭