-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Popup: positioning glitch when using negative vertical offset #3615
Comments
Might be related to this:
|
Good catch, we should expose |
Any update on this ? The 0.87.0 broke a lot of our popup that used this mecanism to render the content closer to the trigger. |
@TomDemulierChevret @rijk please take a look on #3654. Craziness is stopped with I also exposed Popper's |
Perfect. Do you know when the next release including this fix will be available ? |
I am plan to have it on this week. |
Bug Report
Implementing the new Popper
offset
parameter (#3532), something weird happens:(first is without offset, then with offset):
Steps
A Popup configured with
(near the top of the page, that could have something to do with it).
Expected Result
Tooltip appears shifted up, but still in the same orientation (bottom center).
Actual Result
Orientation changes to top, making it very glitchy.
Version
0.87.1
Testcase
https://codesandbox.io/s/semantic-ui-react-2m6rb
As a workaround I tried to use the
positionFixed
parameter, but it doesn't appear to be passed to Popper.The text was updated successfully, but these errors were encountered: