jasonkuhrt / react-popover

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

Static tip position after open? #156

Open psugihara opened 7 years ago

psugihara commented 7 years ago

I have a situation where I'm changing the children (where the tip points) based on user actions in the popover. This is causing an annoying UX where the popover moves around as you select and unselect stuff inside of it.

Is there any way to prevent the Popover from recalculating it's tip position when it's open? I tried setting the refreshIntervalMs prop to false, but it didn't seem to have an effect. Is this maybe because the popover contents are changing?

psugihara commented 7 years ago

Sorry, eager posted (I'm on a new keyboard 😸). Updated above with some context 👆.

slonofanya commented 4 years ago

Same for me. Is possible to be fixed?