-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Arrow placement of a tooltip when inside a popover gets the placement of the popover arrow #5230
Comments
@redboul, my first reaction is that this is not a configuration we had planned on supporting. That said, per our project documentation, please create a minimally working plunker that shows the issue. Thanks. |
I think the query selectors just need to be changed to select direct descendants only, From:
To:
|
@icfantv Thx for the reply, I understand that those placement may not be supported... @RobJacobs I tried your solution to use |
@redboul Sorry, I should have tested that first, this querySelector does the trick:
Updated plunk with the fix. I'll put together a PR to address this. |
Great, thank you |
Hi
I'm encountering an issue when using a tooltip inside a popover where the tooltip arrow gets the same placement property as the popover one when placement is beyond the standards like bottom-left. See
this plunker for example.
This comes from the method positionArrow in the position.js file that manage the beyond the standards placement. It finds the
.tooltip-inner
arrow element when positionning the popover arrow...I did not find any quick fix to contribute sorry
Happens with Angular 1.4.8 and Angular-Bootstrap 1.0.3.
The text was updated successfully, but these errors were encountered: