Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

fix(tooltip)change to make tooltip work when document contains multile body tags #6598

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sshelake25
Copy link

issue raised: #6597

change when page contains multiple body tags inside it. uib tooltip does not works when append-to-body option set to true.
Previously when it finds multiple body tag, it is appending tooltip to wrong body tag hence not able to see it, also not removing appended tooltip element from DOM.
After applying fix it will always takes documents body tag instead of SVG element body tag.

BREAKING CHANGE: When page contains multiple body tag of SVG foreignObject tooltip does not work.

@sshelake25 sshelake25 changed the title fix:tooltip:change to make tooltip work when document contains multile body tags fix(tooltip)change to make tooltip work when document contains multile body tags Jul 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants