Tooltip caret not drawn after updating `tooltip.options.shared` dynamically #6128
Labels
Comments
Thanks for reporting! Workaround: Internal note: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
The tooltip is drawn according to the current state of
shared
(in this case when the tooltip isn't shared) in the same way it is with e.g.backgroundColor
.Actual behaviour
The
shared
property is updated and working accordingly but the caret is no longer drawn.Live demo with steps to reproduce
http://jsfiddle.net/dm2fLhan/
shared
property is now back to its initial value (false
) but the caret is goneAffected browser(s)
All. Issue is not browser specific.
The text was updated successfully, but these errors were encountered: