react-popover icon indicating copy to clipboard operation
react-popover copied to clipboard

[Bug] Popover width will constantly changing on the right edge

Open lizux opened this issue 7 years ago • 6 comments

In the “Playground” demo。 When you drag the popver to the right edge, you will find that the width is constantly changing. Only Chrome, firefox is ok.

lizux avatar Apr 24 '17 02:04 lizux

Can't reproduce. Can you make a gif screen capture?

jasonkuhrt avatar May 01 '17 04:05 jasonkuhrt

popover-chrome-bug

alejom99 avatar May 02 '17 00:05 alejom99

I have the same issue when resizing window.

iKonrad avatar Jun 04 '17 03:06 iKonrad

@alejom99 Thanks for the screen capture and @iKonrad et al. for validating. I'm really not sure what's going on here. PRs welcome. I'll investigate too when I have time!

jasonkuhrt avatar Jun 08 '17 04:06 jasonkuhrt

I also stumbled upon this problem and I think it have to do something with the vertical scrollbar. If you reduce the page height and the scrollbar disappears the problem also goes away.

LevTaylor avatar Sep 08 '17 15:09 LevTaylor

For hack I use fixed width on Popover-body class.

RaGreen avatar Feb 04 '18 12:02 RaGreen