angular-ui / bootstrap

PLEASE READ THE PROJECT STATUS BELOW. Native AngularJS (Angular) directives for Bootstrap. Smaller footprint (20kB gzipped), no 3rd party JS dependencies (jQuery, bootstrap JS) required. Please read the README.md file before submitting an issue!
http://angular-ui.github.io/bootstrap/
MIT License
14.3k stars 6.74k forks source link

Problem while displaying the results using Typeahed #6590

Open venkatgarlapati opened 6 years ago

venkatgarlapati commented 6 years ago

The issues forum is NOT for support requests. It is for bugs and feature requests only. Please read https://github.com/angular-ui/bootstrap/blob/master/CONTRIBUTING.md and search existing issues (both open and closed) prior to opening any new issue and ensure you follow the instructions therein.

Bug description: If you start the search, and click on a different window (maybe a different tab, or a different application altogether) before it finishes, then it won't give any results. If you start the search and click on a different window once it's done, the results stay. If you click elsewhere in the application, they go away, and won't come back without another search.

Link to minimally-working plunker that reproduces the issue:

Steps to reproduce the issue: While getting the results using the AJAX.

  1. Start the search,
  2. Click on a different window (maybe a different tab, or a different application altogether) before it finishes,
  3. Then it won't give any results.

Version of Angular, UIBS, and Bootstrap

Angular: 1.6

UIBS:

Bootstrap: 3.3.7

angular-ui-bootstrap Version: 2.5.0

venkatgarlapati commented 6 years ago

Fixed this issue and submitted the Pull request https://github.com/angular-ui/bootstrap/pull/6591