-
-
Notifications
You must be signed in to change notification settings - Fork 651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor back to Popper #744
Comments
FYI yesterday we released Popper 2 (stable) |
@FezVrasta having a tough time getting this completely working w/ v2. My main issue is the window scrolls back to top and then to the target. It seems that the And then I imagine I need to leverage a modifier here, but not clear where to start. If you have any ideas I'd appreciate it! |
Have you tried to set the Alternatively you may disable any focusable element inside the popper before popper positioned it |
@FezVrasta would I do that by changing |
A little more context, applying default styles on the element doesn't work adding in a custom modifier to set values isn't working either. If I change the
|
This fixes it, but would be great to know if there's a less intrusive path. #801 |
I see, probably we should do that in Popper, would you mind opening an issue on the repo? |
Does the scroll problem happen on Firefox or Chrome 79? It's come up twice recently (including Popper v1) which makes me think Chrome 80 did something? |
@atomiks Chrome 80 broke array reduce I think. Not sure if that applies here https://www.reddit.com/r/webdev/comments/f26mbn/chrome_80_introduces_a_new_bug/ |
We use reduce everywhere in Popper 😱 but yeah I don't think that would be related. It seems like it was reported back in mid 2019 so I guess not... |
@atomiks the bug effects Chrome 80-82 I believe. We hit errors with reduce just the other day, definitely still an unresolved bug in Chrome. |
@atomiks I can confirm this is happening in FF 71. |
We've got popper v2 fully working now I believe, so closing this. Thanks everyone! |
There is a Popper beta in the works that is supposedly very small and performant. We should give it a try and see if it fixes some of the issues we are having with Tether.
The text was updated successfully, but these errors were encountered: