You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: