jasonkuhrt / react-popover

A smart popover component for React
600 stars 240 forks source link

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

Open lizux opened 7 years ago

lizux commented 7 years ago

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.

jasonkuhrt commented 7 years ago

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

alejom99 commented 7 years ago

popover-chrome-bug

iKonrad commented 7 years ago

I have the same issue when resizing window.

jasonkuhrt commented 7 years ago

@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!

LevTaylor commented 7 years ago

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.

RaGreen commented 6 years ago

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