-
Notifications
You must be signed in to change notification settings - Fork 141
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
Issue with tooltip positioning #398
Comments
@tempo22 could you verify whether there are any other addons depending on ember-tooltips that may be pulling in an old version? |
This is my yarn.lock file:
|
@tempo22 would you be able to provide more information about how LpButton is composed? e.g. the DOM structure of it and any CSS styling it or the container its in |
@maxfierke I'm digging a bit this issue. I made a simpler demo and still had the bug even with simple divs. I could notice the bug wasn't happening in some pages and the only difference is an unrelated JS notice (I'm using ember-cli-addon-docs):
I'll check if I can get rid of that error |
Hi,
I'm currently running into the same issue as this one: #381
In the process of upgrading an addon to octane, I'm using ember-tooltips v3.4.3 with ember 3.18.0.
Using the following code
This is the positioning of the first render:
and here is the positioning of the following renders:
Do you know what I'm missing to have this bug resolved like in the linked issue?
The text was updated successfully, but these errors were encountered: