Skip to content
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

fix(Popup): fix positioning in scrollable container #3607

Merged
merged 3 commits into from
May 13, 2019
Merged

Conversation

layershifter
Copy link
Member

@layershifter layershifter commented May 13, 2019

Fixes #3569.

Popper.JS relies on getScrollParent() function which recursively uses getParentNode() under hood. getParentNode() uses parentNode field and our ReferenceProxy doesn't have it before 😢

Before

popup-bug

After

popup-update

@rijk
Copy link
Member

rijk commented May 23, 2019

Awesome! :) Can we test this somewhere? + any idea when the next update will be released?

@layershifter
Copy link
Member Author

I expect to have a release on next week 📅

mbakiev pushed a commit to mbakiev/Semantic-UI-React that referenced this pull request Jun 17, 2019
* fix(Popup): fix positioning in scrollable container

* fix class name

* fix condition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Popup: pass scroll target as a prop
2 participants