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

dropdown position is off when used inside popover #165

Open
joegilad opened this issue Jul 28, 2020 · 3 comments
Open

dropdown position is off when used inside popover #165

joegilad opened this issue Jul 28, 2020 · 3 comments

Comments

@joegilad
Copy link

When using inside a popover (ngx-bootstrap) the dropdown position is off.
The reason for this is that popover position is modified using transform which is not picked by mentions position calculation.

@kpruehss
Copy link

I'm encountering this issue as well. Looks like the value for top position property is calculating the wrong value. Looks like the issue is potentially in src/lib/mention-list.component.ts line 55 onwards (if that is where its being calculated?)

@TomJahncke
Copy link

TomJahncke commented Sep 16, 2020

I am encountering the same issue.

@babatech
Copy link

babatech commented Apr 2, 2024

I'm encountering the same issue. The mention dropdown list position is way off when used in a dynamic ngbpopover.
Did any one find a workaround against this issue?

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

No branches or pull requests

4 participants