Closed michaelabuckley closed 5 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I get null pointer errors when creating a $popover, and the auto-placement switches sides. It seems $tooltip.focus() is called in the animation loop at line 247 before the tipElement is created, and I get a null pointer at line 350 of tooltip.js
I've failed to reproduce via jsfiddle, so I'm just going to fork and make a dumb fix. PR to follow.