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

Popover inside another popover is having arrow issue #2234

Closed
shabbir-dhangot opened this issue Mar 20, 2018 · 5 comments
Closed

Popover inside another popover is having arrow issue #2234

shabbir-dhangot opened this issue Mar 20, 2018 · 5 comments

Comments

@shabbir-dhangot
Copy link

Bug description:

Popover inside another popover is having arrow issue. This issue is observed after updated to latest version.

It was working previously as there is no arrow class.

Link to minimally-working plunker that reproduces the issue:

http://plnkr.co/edit/ev22rh6Ouve3baxHDam3?p=preview

Version of Angular, ng-bootstrap, and Bootstrap:

Angular: 5

ng-bootstrap: latest

Bootstrap: latest

@shabbir-dhangot
Copy link
Author

@pkozlowski-opensource Any Update on this?

@msosa
Copy link
Contributor

msosa commented Apr 13, 2018

a potential workaround is to add container="body" to the 2nd tooltip. It seems to work with your plunker

http://plnkr.co/edit/ouDOvKcT4FU8FrYdIsGO?p=preview

@shabbir-dhangot
Copy link
Author

@msosa your workaround is not working. I already tried.

screenshot from 2018-08-20 17-17-07

@pkozlowski-opensource Any plan to take this up?

@fbasso
Copy link
Member

fbasso commented Feb 6, 2019

It seems the 'workaround' works with the last versions:

image

I quoted 'workaround', because at the moment, it's the only solution, as bootstrap styles doesn't support popover inside popover (arrow is broken due to cascading classes).

@maxokorokov
Copy link
Member

maxokorokov commented Feb 7, 2019

Setting autoClose="outside" on the first popover and container="body" on the second gives me this the correct display with the fix in #3006 and master branch. Will be released in 4.0.3

screen shot 2019-02-07 at 11 21 49

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

No branches or pull requests

5 participants