Currently ember-basic-dropdown uses MutationObserver only to check if size of child elements was changed. I use this addon to show tooltip, but if only text was changed, calculatePosition wouldn't be called, which cause some visual glitch.
Suggestion: use characterData observer instead.