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
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
When dropdown is open and set auto-close to outsideClick, I am expecting the dropdown to close when I click on other elements outside of dropdown, which works for most of the case, except for clicking on "textbox"(input/textarea). It shows Uncaught TypeError: Cannot read property '$apply' of null. I have attached an example in plunker.
Link to minimally-working plunker that reproduces the issue:
@yiwenliuable @wesleycho I posted PR to fix this. I'm not a huge fan of the solution but the code is pretty difficult to edit without introducing other issues/accidentally changing behavior. Would love to get this (or a comparable fix) merged because we're seeing this error 10+ times a day.
Bug description:
When dropdown is open and set auto-close to outsideClick, I am expecting the dropdown to close when I click on other elements outside of dropdown, which works for most of the case, except for clicking on "textbox"(input/textarea). It shows Uncaught TypeError: Cannot read property '$apply' of null. I have attached an example in plunker.
Link to minimally-working plunker that reproduces the issue:
https://plnkr.co/edit/YpIV2bw1kUUGs5w2yU9d?p=preview
Steps to reproduce: open dropdown -> click on textbox -> textbox is not focused and receive the error in console
Version of Angular, UIBS, and Bootstrap
Angular:
1.5.8
UIBS:
2.1.3
Bootstrap:
3.3.7
The text was updated successfully, but these errors were encountered: