Reproduction link
https://stackblitz.com/edit/react-auqmte?file=demo.tsx
Steps to reproduce
const App: React.FC = () => (
<Pagination
style={{
display: 'flex',
justifyContent: 'flex-end',
}}
total={85}
showSizeChanger
showQuickJumper
showTotal={(total) => Total ${total} items
}
/>
);
点击Open in New Tab , 可以看到 分页居右之后 再 点击分页条数出现下拉,并且出现滚动条闪动 bug
What is expected?
禁止闪动,因为这在4.4.2之前的版本是没有的,更新版本之后出现
What is actually happening?
bug
Environment | Info |
---|---|
antd | 4.24.0 |
React | 18 |
System | window |
Browser | 最新版谷歌 |
和table组件组合一起会出现滚动条闪动
6条答案
按热度按时间cdmah0mi1#
你给的例子没有重现出问题。
xriantvc2#
Hello @mu-mx. 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 3 days.你好 @mu-mx, 我们需要你提供一个在线的重现示例以便于我们帮你排查问题。你可以通过点击 此处 创建一个 codesandbox 或者提供一个最小化的 GitHub 仓库。3 天内未跟进此 issue 将会被自动关闭。
oewdyzsn3#
wfauudbj4#
不知道为啥,我全局翻墙也打不开这个 new tab。
5kgi1eie5#
screencast-nimbus-capture-2022.11.04-16_31_01.webm
vh0rcniy6#
录制的有点模糊,但是可以看到下方出现了滚动条在闪动,当我切换回4.2.1之前的版本就没有这个问题了,4.2.2开始出现的