ant-design fixed Table 勾選列後,欄位位置錯誤

xmq68pz9  于 2022-12-31  发布在  其他
关注(0)|答案(6)|浏览(187)
  • I have searched the issues of this repository and believe that this is not a duplicate.

https://imgur.com/mdLgADn

Steps to reproduce

點擊checkbox

What is expected?

https://imgur.com/peLrVBk

What is actually happening?

點擊checkbox,欄位就跑掉

EnvironmentInfo
antd4.1.1
React16.12.0
Systemwin10
BrowserIE 11
t40tm48m

t40tm48m2#

Hello @wizard200541. Please provide a online reproduction by forking this link https://u.ant.design/codesandbox-repro or a minimal GitHub repository. Issues labeled by Need Reproduce will be closed if no activities in 7 days.

你好 @wizard200541, 我们需要你提供一个在线的重现实例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。7 天内未跟进的 issue 将会被自动关闭。

js81xvg6

js81xvg63#

@yoyo837 你好,codesandbox貌似不支援IE11,所以才用圖片
重現的步驟就是直接使用table同時設定固定欄位跟列表勾選
https://codesandbox.io/s/antd-reproduction-template-fowgx
此問題在chrome有設定position: sticky。
在IE會移除position:sticky,此時IE的position為relative,
在勾選後列表可能rerender造成欄位移動到原本設定left的位置?

jexiocij

jexiocij5#

chrome 55 以下也有类似现象

x0fgdtte

x0fgdtte6#

能截个图看看么?

相关问题